Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / October 2005

Tip: Looking for answers? Try searching our database.

webapp talking to another

Thread view: 
James Yong - 24 Oct 2005 17:12 GMT
Hi,

I am using Tomcat. Is it possible to have a web application deployed in a
context, talking to another context?

I am hoping to avoid putting similar codes across the various folders in
Tomcat/webapp.

Regards,
James Yong
Ectomorph - 24 Oct 2005 18:12 GMT
Why not put a comman jar of the code you wish to share in the
%TOMCAT_HOME%/shared/libs directory.
James Yong - 25 Oct 2005 00:59 GMT
> Why not put a comman jar of the code you wish to share in the
> %TOMCAT_HOME%/shared/libs directory.

Is the above solution possible when the common code needs to read from the
database and then do some computation before returning the results?
pkriens - 25 Oct 2005 11:02 GMT
Take a look at www.osgi.org. This is a specification that supports web
servers (people have ported Tomcat, Jetty and others to it) but handles
the issues of deployment, code sharing and collaboration much better
than servlet and webapp environments. It also allows you to dynamically
load and unload applications without restarting the VM.

Apache is implementing this spec in felix incubator (used in the
directory services and considered by many others), Knopflerfish is
another open source implementation and Eclipse is based on this
standard.

http://www.eclipse.org/equinox
http://www.knopflerfish.org
http://incubator.apache.org/projects/felix.html
http://www.aqute.biz

   Peter Kriens
   OSGi Evangelist


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.