1
vote
2answers
96 views
How to structure a website project in Eclipse
I am starting a web application project that will have an Adobe Flex front-end and a PHP/MySQL back-end. I've developed a lot of C++ desktop applications, but am new to building we …
1
vote
3answers
95 views
What is the recommended django project structure
Hello,
I haven't exactly found the answer to this, maybe there is no best one. Django docs are not clear on this thing.
I'm not sure what is a good practice to set up a django pr …
3
votes
3answers
148 views
ASP.NET MVC Project Structure for larger sites
I'm surprised I can't find more discussions out there about an issue that is really bothering me on our project using ASP.NET MVC.
How can you deal with a Visual Studio solution …
0
votes
1answer
90 views
Nant: Building projects using svn-externals
Using subversion and Nant for building. I have a main project that depends on several sub-projects. The sub-projects exist as separate projects inside subversion.
My question is …
1
vote
5answers
1k views
[GWT] Problem with multiple entry Points in the same module
I have multiple entry points in the same module.
For example I have an Home entry point for the home page and an Admin
entry point for the admin page.
<entry-point class='co …
1
vote
3answers
250 views
ASP.NET MVC (Domain Model, Repository, Fluent, Services - Structure for my Project)
Hello,
In my ASP.NET MVC web application, I have:
Domain Model, created by LINQ to SQL
Repositories such as
UserRepository and OrderRepository
IQueryable Fluents as IQueryable …
2
votes
7answers
117 views
Reasons to split project into multiple projects?
What are common reasons to split a development project (e.g. ASP.NET MVC application) into multiple projects? Code organization can be done via folders just as well. Multiple proje …
0
votes
2answers
90 views
Dynamically building/loading a class library in PHP
I am fairly new to OO programming...
I am building what will eventually turn out to be a large library of classes to be used throughout my site. Clearly, loading the entire librar …
0
votes
3answers
143 views
Structure and behavior in UML
Hello!
I had some questions regarding the structure and behavior of a model, using UML, and the relationship between the two :
Did you find any limitations for UML regarding the …
0
votes
2answers
191 views
Using Eclipse for Intellij Idea projects
I like Eclipse and I want to use it, the problem is that I can't figure out a simple and fast way to configure projects once checked out from svn.
All projects I work with hav …
2
votes
2answers
68 views
Should I check in *.mo files?
Should I check in *.mo translation files into my version control system?
This is a general question. But in particular I'm working on Django projects with git repositories.
5
votes
3answers
303 views
What is the best practice for the location of Java application configuration files?
Is there a best practice for where configuration files should be stored in a Java project. The file type is a Java properties file in this case, but I do use other file types in ot …
1
vote
3answers
264 views
How do you organise your ATG projects?
If you develop for ATG Dynamo, how do you structure your modules and dependencies?
How do you structure the projects? source directories, JARs configs etc.
How do you build and d …
1
vote
3answers
184 views
What are the benefits of sticking with maven’s default project directory structure?
Simply put, if you're using maven, should you treat the maven layout as the gold standard, or should you convert your layout to fit your tooling (WASD, myEclipse, RAD, etc.)?
Re …
4
votes
5answers
371 views
In Delphi, should I add shared units to my projects, to a shared package, or neither?
This question is similar to this one, but not a duplicate because I'm asking about issues not discussed in that question.
I have a client-server project in Delphi 7 with the follo …
