[Biojava-dev] [Off Topic] Getting JNDI resources from a Java	application
    Michael McCormick 
    mmccormi at fhcrc.org
       
    Mon Jul 17 15:43:27 UTC 2006
    
    
  
Hi Mark,
You can also achieve this by using standard J2EE/JEE conventions  
instead of creating a dependency on Spring. We have several external  
applications that take advantage of reusable services deployed on our  
JBoss instance.
This page details some standard J2EE/JEE patterns and includes code  
samples as well. From your description, you will want to take a look  
at the ServiceLocator, SessionFacade, and BusinessDelegate patterns.  
The JBoss forums and wiki are a good resource as well.
http://java.sun.com/blueprints/corej2eepatterns/Patterns/
Let me know if you have any further questions.
Mike
Michael McCormick
Systems Analyst
Geraghty Lab
Fred Hutchinson Cancer Research Center
mmccormi at fhcrc.org
206.667.75811
On Jul 14, 2006, at 12:12 AM, mark.schreiber at novartis.com wrote:
Hi -
I have a application running in JBoss with a web front end but I would
like to make a standalone application with a GUI that runs in another  
JVM.
How can that application get access to resources in the application
servers JNDI registry (notably the DataSource). I'm guessing I need  
RMI??
Does anyone know of a blueprint or best practice for this sort of thing?
- Mark
Mark Schreiber
Research Investigator (Bioinformatics)
Novartis Institute for Tropical Diseases (NITD)
10 Biopolis Road
#05-01 Chromos
Singapore 138670
www.nitd.novartis.com
phone +65 6722 2973
fax  +65 6722 2910
_______________________________________________
biojava-dev mailing list
biojava-dev at lists.open-bio.org
http://lists.open-bio.org/mailman/listinfo/biojava-dev
    
    
More information about the biojava-dev
mailing list