Hi,
Recently I started to move from a .NET platform to J2EE. I'm Eclipse to build JSP and Servlet applications which should use Business Logic layer.
The approach in .NET is very simple I'm building web Application Project inside the solution, then Creating Class Library project and refers its output in Web Application References.
How should I do it in Eclipse? Should I create separate project and build JAR file as output and refer it in Web Project?
I'm new to Java so any comment will be more then welcomed.
Danny.