Web Development In Java Using Netbeans

Posted by GigaPr on Stack Overflow See other posts from Stack Overflow or by GigaPr
Published on 2010-04-18T21:54:54Z Indexed on 2010/04/18 22:53 UTC
Read the original article Hit count: 164

Filed under:
|

Hi

I am trying to implement a web application(university project) in java using the following Frameworks

Spring Dependency Injection
Spring AOP (Logging and Transaction Management)
Spring DAO
JDBC or HIBERNATE
Spring MVC
Log4J

I create a new Web Application in Netbeans and it gives me a bunch of Files and folders by default.

Could anyone explain me what are the files ?

Where shall i put the code for the data access layer and business Logic?

Or where can i found a basic tutorial to get started(with data access layer, business layer and possibly code example)?

Thanks

© Stack Overflow or respective owner

Related posts about java

Related posts about netbeans