Hi,
 
We have developed a server application that we intend to put in phoenix container. It 
has 3 compoenets - a jar (server side), a web module (under tomcat) and xindice (as 
XML repository).
 
As we learned about phoenix:
1. A block has to be a java class not & an interface.
2. A service has to be an interface.
3. The block has to implement the interface.
4. The block can provide a service to the outside world thro' the interface.
 
Now we face some questions and need advise:
1. Does the block has to be runnable?
2.  How do we make application (jar) runnable? Do we write a wrapper class or we 
implement the RMI in a sort of wrapper. 
3. How will the client be accessing application? Just by instatiating it? Or is an RMI 
communication necessary?
 
Actually we want container to instantiate an object of application (using initialize 
method) and then serve client requests. Application has one execute method that 
clients must call.
 
Can anyone advise on this?
 
Thanks in advance.
 


---------------------------------
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard

Reply via email to