Link to home
Start Free TrialLog in
Avatar of gudii9
gudii9Flag for United States of America

asked on

maven spring web project structure

Hi,

I was working on spring aop example from link

http://thoughtforge.net/2010/02/16/creating-a-logging-aspect-with-spring-aop-and-aspectj/

through maven integration. I go t the project structure as i n screenshot. I have not clearly understood the structure esp like
src/main/java
src/test/java
one more

src/test
src/main
src/resources etc.
,. Any ideas, sample code, resources, links highly appreciated. thanks in advance.
Avatar of Mick Barry
Mick Barry
Flag of Australia image

Avatar of gudii9

ASKER

i was reading the link

>>>
src/main/java      Application/Library sources
src/main/resources      Application/Library resources

what is difference between above two ie source and resource. please advise
one is for your application
the other is used for testing
Avatar of gudii9

ASKER

why testing ones are under(src/main/resources      Application/Library resources).
i was thinking reources similar to source or src should have java file related to application. please advise
ASKER CERTIFIED SOLUTION
Avatar of Mick Barry
Mick Barry
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial