users@glassfish.java.net

Re: Java EE Application Manager

From: Daoud AbdelMonem Faleh <abdelmonem.faleh_at_gmail.com>
Date: Mon, 03 Dec 2012 17:52:24 +0100

On lundi 3 décembre 2012 16:31:42, Martin Gainty wrote:
> depends on the framework you will be servicing
> Spring?
> Tapestry?
> Struts2?
> JSF-Mojarra?
>
> Martin
> ___________________________________________
> Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
>
> Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
> Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede
> unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig.
> Diese Nachricht dient lediglich dem Austausch von Informationen und
> entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten
> Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den
> Inhalt uebernehmen.
>
> Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni.
>
>
>
> > To: users_at_glassfish.java.net
> > Subject: Java EE Application Manager
> > From: forums_at_java.net
> > Date: Mon, 3 Dec 2012 05:40:03 -0600
> >
> > Hello, I would like to design an application manager which should
> controll
> > (initialize/start and then send various commands to) multiple
> instance of
> > another application. These multiple instances of the second application
> > should receive commands (asynchronous) from the application manager and
> > basically they should send web requests to a web server. The application
> > manager should be capable to hold references to all applications that it
> > started, and also send selective commands to them. The instances of the
> > second application should notify the app manager about their
> delegated job.
> > The system should serve for testing purposes. I am looking for a
> solution
> > based on Java EE, Glassfish 3 app server. I have to mention that I
> am new to
> > Java EE. My question would be, how should the architecture of such a
> system
> > look like, which technologies should I use?
> >
> > --
> >
> > [Message sent by forum member 'archimonde']
> >
> > View Post: http://forums.java.net/node/892886
> >
> >

GlassFish RESTful Administration API?
http://docs.oracle.com/cd/E19226-01/820-7692/gjipx/index.html

HTH,
--Daoud.