Re: Architecture of Struts from a server application's point of view

2007-04-09 Thread Ian Roughley
I don't see why a restful URI or ajax call wouldn't be accessible via a VPN (if these are the APIs you are talking about). I think it is more dependant on the VPN configuration than anything else. /Ian Session Mwamufiya wrote: Hello, I'm new to Struts 2 and have to design an architectu

Re: Architecture of Struts from a server application's point of view

2007-04-09 Thread Jae K
Hello Session, Just curious, why do you need an interface other than a web HTTP interface? I don't see why VPN would preclude HTTP. - Jae On 4/9/07, Session Mwamufiya <[EMAIL PROTECTED]> wrote: Hello, I'm new to Struts 2 and have to design an architecture in which my server applications wo

Architecture of Struts from a server application's point of view

2007-04-09 Thread Session Mwamufiya
Hello, I'm new to Struts 2 and have to design an architecture in which my server applications would be included in Struts, which would be responsible for providing a web interface for the apps. However, I also need to communicate with these server apps via a client that will use VPN access int