project

Where I can find good Spring project example with Hibernate?

I need to make project with Spring + Hibernate, where I could find good example project how basic things are done? ...

How to set output path in a Qt project

After building, Qt Creator puts my output exe in folder "Debug". I want to change the output folder by adding output path to the .pro file. Any idea? ...

Solitaire game design

All, I have been asked to build a solitaire game in C++ for my project. Here's what I have come up with: Card class Properties/members: Suit,Rank,Color(All of these can be enums) Actions/Functions: Flip card, compare card, print card Rules Class: Would contain the rules of the game and also validate each user action/command to check if...

how can I integrate the existing project written in C with the iphone view-based application project?

I would like to ask that if I have a project written in C and another project of view-based iphone application. How can I access that C methods, properties from the C library while I am working in the iphone project, I mean, how can I use the C project in iphone app? Any help would be appreciated, Thanks. ...

VIM VTreeExplorer plugin (IDE style browsing for VIM)

Hi, I've looked at a number of the IDE style file explorer / management plugins for VIM. The most popular one seems to be Project, but I've never got on well with it. Specifically, having to always create a .project file for the files you want to browse, and that changes to that file hierarchy outside of VIM are not picked up. I stu...

How would you use AGILE here?

I am a big proponent of agile, but a friend of mine (who doesn't know agile yet - hes a managerial type ^^) asked me how I would go about planning and developing a complex distributed project, with a database layer, comms layer, interface, and integration into embedded devices. The agile method emphasises the concept of releasing early ...

setup creation for web application?

hi2 everybody can u explain me that can i make setup of web application as i can do in windows application in .net , i want to make a setup for my web-project.. ...

How to sort projects in visual studio 2008?

Hi, How can you sort your projects within a solution folder. I have a solution with 3 soltion folders and in there I have several class libraries but they don't seem to be sorted by name but by creation. Is there a way to sort them by name? (from within vs 2008, not by changing the sln manually) Regards, M ...

How to add folder struture in web deployment project

Hello, I am trying to create a web deployment project for a web appplication that requires a directory structure to be created somewhere in the file system (user choice). This structure could be placed anywhere and does not need to be inside the project folder. How can I set the project to allow the user to define the root where this d...

How do you enforce dependencies among java folders in Netbeans?

Hi I am new to Netbeans. I am wondering if someone can help me with project setup in netbeans. I am moving half million lines of Java code from a different IDE to Netbeans. I was able to get the code build and run in Netbeans easily. I have a project with many folders with dependencies among those folders. They have to be built in specif...

Web deployment project regex replace

Hi, I have an ASP.NET web deployment project (MSBuild) in which I have the lines; What I have: <Merge Mode="TextLine" SourceFiles="$(OutputPath)App_Themes\xx\**\*.css" DestinationFile="$(OutputPath)App_Themes\xx\static.css" /> What I would like to accomplish: <Merge Mode="TextLine" SourceFiles="$(OutputPath)App_Themes\(.*)\**\*.css...

VS Express (C#) difference between Properties>Resources.resx and Resources1.resx

Hi, I am curious what is the difference between those two? I was able to add resources to both of them. In the project properties menu, when I click on resources, the content of the first one is displayed. Why there are by default both? The same with settings. Thanks! ...

Embedding app.config - working only in release, debugg does not

Hi, In order to have neater app distribution I have made app.config file to be embedded resource, since it only contains default values. However, the app now cannot be debugged, it throws an exception (ConfigurationErrorException). But when released, the app runs fine. Is there any way how to get it working in the debug time too? Thanks ...

How should a mobile project reference/use classes in the full .net framework?

Our team is developing a framework. In a different solution, we have a mobile project (along with other "normal" .NET projects). That mobile project would benefit from using some of the code in the framework. However, the framework is the full .NET version, not the compact framework. How should the mobile project use that framework code?...

[C++] Anyone know of some projects that'll help me learn?

I'm just starting to learn C++, and I was wondering if anyone could suggest a few small projects that I could work on that'll help me learn more about what I'm doing. So far the most complex thing I've written is a program that runs when I first log in to my computer (yay auto-run) and writes the date/time to a .txt file. So I'm looking...

Creating an XCode project from the command line?

I get a new project coming across my desk on an hourly basis. They all adhere to a very strict format, so it isn't terribly difficult to create a new project from scratch every time, but it is something that I should be able to do from a script that just constructs and builds the entire project. It would save me a helluva lot of time t...

Opening an existing Java project

Can someone help me to open an existing Java project using Eclipse or Netbeans? It's a specific project on SourceForge, SMPPClientServer. All I want to do is to just get this project to run. But, this seems like a challenge at the moment as I'm totally new to Java (I'm a C#.Net developer). ...

Small Project to Learn Java Threads

I have been programming in java for a while (5 years), and I think that I have a good understanding of most of the aspects of the language. However, I think I haven't worked with threads as much as I would like to. What would be a good small project to learn java threads deeply? Any recommendations? Thanks ...

What are the common pitfalls when starting a new open-source project?

The producing open-source software book is a gold mine of information on starting open-source projects. Yet I am hoping to learn more from the experience of stackoverflow users and was wondering what are the mistakes you made when starting a new open-source project (or difficulties you encountered when attempting to contribute to a new p...

How to Choose which Xcode Template to Use?

what if i have ecommerce application? like i have 1)sale page 2)list of product page(grid view and list view) 3)detail of product 4) zoom images for that product. what kind of template should i use? i refer this post but its not clear. http://stackoverflow.com/questions/366899/new-iphone-app-how-to-choose-which-xcode-template-to-use/1...