Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > need suggestion

Reply
Thread Tools

need suggestion

 
 
mank
Guest
Posts: n/a
 
      09-29-2004
We have few applications(WAR files) that remotely connect to middle
layer on some other server. The middle layer is a set of EJBs. Now we
are supposed to have common services which access these middle layer
EJBs remotely and return appropriate objects. These common services
will be used by different web applications in the front-end and reside
on the same clustered server on which the web applications are there.

Web applications--->common services(?)--->middle layer(EJBs)
--->Backend

Now the question is What should these common services be

1. EJBs - good solution but performance drawback because middle layer
is already EJBs and web has to go thru 2 layers of EJBs
2. Normal java classes but then they have to be included in every web
applications and then changing these will result in all applications
being changed and rebuilt.
3. Web services - Is it a good option here, because web application
and common services are on the same server.

Any other possible solution? Please give your suggestions and
comments.

Thanks
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need good configurable forum... suggestion? VB Programmer ASP .Net 1 10-14-2005 08:21 PM
Need a suggestion. User control or Web Form? Hugo Flores ASP .Net 1 07-29-2005 09:50 PM
Need Your Suggestion. msnews.microsoft.com ASP .Net 1 07-25-2005 08:06 AM
Need suggestion abt FFs without RST for pipelined datapath. john.deepu@gmail.com VHDL 5 03-03-2005 02:45 PM
I need suggestion Ted MCSD 1 04-17-2004 08:31 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57