Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » How should I structure my code for webtools?
How should I structure my code for webtools? [message #119321] Mon, 11 July 2005 14:34 Go to next message
Eclipse UserFriend
Originally posted by: non.onon.com

Hi-

I want to upgrade my team to use the webtools project. However, we have a
very large code base and I want to minimize the number of files I need to
move. Our application contains Servlets, JSPs, EJBs and lots of utility
classes (aka non-EJB Pojo business objects).

Our current structure looks like this:

Core
-->src/java/ (all java code)
-->src/web (all JSPs, HTML, javascript, etc.)

Currently everything is in one big eclipse project. We use ant to copy and
move the class files as needed to deploy.

Our servlets all reside in src/java/com/ilnx/presentation

I am mostly interested in getting JSP code-completion, JSP Tag validation,
and JSP debugging.

What is the minimal that I need to do? Move all the Servlets and HTML files
to a single Dynamic Web Project?

Any help would be much appreciated. I've gone through the tutorials and I
still don't understand how all of the new project types interact.

Thanks,
Adam
Re: How should I structure my code for webtools? [message #119388 is a reply to message #119321] Mon, 11 July 2005 16:15 Go to previous message
Kai Weber is currently offline Kai WeberFriend
Messages: 2
Registered: July 2009
Junior Member
Adam Brod schrieb:

> What is the minimal that I need to do? Move all the Servlets and HTML files
> to a single Dynamic Web Project?
>
> Any help would be much appreciated. I've gone through the tutorials and I
> still don't understand how all of the new project types interact.

I just want to add, that I am also very interessted in a suggestion. I
have the same question.

Regards, Kai
Previous Topic:EJB Creation - Way to remove the client jar from being created?
Next Topic:Web Service Java Files
Goto Forum:
  


Current Time: Thu Jul 25 14:02:05 GMT 2024

Powered by FUDForum. Page generated in 0.03158 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top