Link to home
Start Free TrialLog in
Avatar of DistillingExperts
DistillingExperts

asked on

What is the best way to organize a web project in Eclipse Indigo?

Say I have the following structure in Windows Explorer:

\Proj
      \ProjA (with src)
      \ProjB (with jsp)
      \ProjC (with jsp)

What is the best way to create these projects in Eclipse and how to do that?

Thank you.
Avatar of for_yan
for_yan
Flag of United States of America image

Craete projects which are Java applications (with src) and create folder src
as the top level of your sources. But src folder should not be part of the package.
Then you create packages if you need right-clicking on the src folder
and make hierarchy of packages if you need or put classes in default packge direrctly in the src folder without any package
ASKER CERTIFIED SOLUTION
Avatar of for_yan
for_yan
Flag of United States of America 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
If you want to develop J2EE projects - you rather install Eclipse IDE for Java EE developers
look at this answer:
http://stackoverflow.com/questions/2216007/eclipse-j2ee-plugin
SOLUTION
Avatar of Sharon Seth
Sharon Seth
Flag of India 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