Distributed applications means lots of things, first, you want to distribute
the business? or the web pages?
Usually what you do is to have a Load Balancer Server (LBS) and the Web
Servers. So the load balancer is the key, cuz all request will arrive to
LBS.
This server will take the responsibility of delegating the work to a web
server (the server with less work).
so pretty much you have this
http request
|
|
Load Balancer (LBS)
/ | \
/ | \
Server1 Server2 Server3
But you need to access your logic, here you can have another load balancer
for the business or a dedicated server for each web server with the business
logic.
Checkout how to mark a J2EE application distributable (web.xml and the
configuration on server side)
I strongly recommend that you read more about Clusters and Grid Computing
(but this is more complicated, i think NASA use this to compute large amount
of operations, but is interesting)
Hope it helps,
_____________________
Ing. Gabriel Gutiérrez
On Mon, Jun 8, 2009 at 10:54 PM, pdvprasad <[email protected]> wrote:
>
> hi iam developing an application on
> Front-end- GWT1.5.3,gwt-ext2.0.5,gwt-ext-ux4.0
> BusinessLogic- EJB3.0 , jpa
>
> i want to make this distrubuted application , i dont know how to
> implement it
>
> can anyone help me.
>
> Thanks in advance
>
> Regards
> P.D.V.Prasad
>
>
>
>
>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"GWT-Ext Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---