Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Help needed!

Name: Anonymous 2013-04-01 14:29

Hey /prog/, I know you don't like this, and neither I do, but could you point me at some ENTERPRISE software engineering tutorials? You know, like, explaining how do I organise my thousands of classes, where do I put them, how do I name the folders, how do I use Ninject/Moq/NHibernate/EF/whatever etc.

Thanks :3

Name: Anonymous 2013-04-01 14:39

In Java:

create a project with Maven, and 4 folders:

src/main/java
src/main/resources
src/test/java
src/test/resources

Inside src/main/java create your package structure. How your organize your packages is totally up to you, but most of the time there are packages for basic entities (POJO), another for DB access, and another for controllers.

src/test/java should have the same package structure than src/main/java

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List