Search Results

1
vote

Java EE Jar file sharing

I really don't think putting libraries in common/lib is a good idea. The idea behind the use of war files as applications into a servlet container, is to have a real idea of isolation between your …
1
vote

Simple Workflow Management with JEE

Yes, I absolutely think what you are doing in that scenario is starting different business processes. Using tools like JBPM or …