Link to home
Start Free TrialLog in
Avatar of swooshosh
swooshosh

asked on

Suggestions about how to work

Hi all!

I would like to know how you hava set up your work enviornment.

We are a small company that usually works with ASP, but are now to start a project in JSP/J2EE.

I have a server running and have done some coding to get a feel for how things are to be put together. To just spell it out, I am a bit confused.

I used to work as a java coder, so I am familiar with the language, but not with jsp and the concepts of deploying the applications on the server.

For my small tests I've used emacs to code and then 'deploytool' to get the code to the server. Now this seems like a very painfull process to do for every small change in a jsp page. I've noticed that it is possible to alter the files directly in the server hierarcy also.

So, how do you guys work with the project files: updating the war for every change or manipulate the files where the server uses them or some other method. What kind of editors are good. I took a look at JBuilder, but it's kind of expensive... Is it good for this?


Thanks for stopping by,
--ph
Avatar of indigostark
indigostark

[1] You could try websphere application studio (WASD)

[2] Try to seperate your code in terms of a Model view controller hierachy
Where view is your JSPs
Model your JavaBeans - worker classes
and Controller your Servlet.

With this in mind you could use Junit or even Httpunit to run your test suits (it's an excellent tool)

ASKER CERTIFIED SOLUTION
Avatar of TimYates
TimYates
Flag of United Kingdom of Great Britain and Northern Ireland 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
PS:  JBuilder is expensive, but it is nice that it just integrates into everything -- CVS, Ant, Struts, etc...

Have you looked at NetBeans, Eclipse, or SunOne?  They are free, and may suit your needs...

Tim