[forge-dev] Forge plugin for different Application Servers

Luca Masini luca.masini at gmail.com
Tue Nov 6 01:30:36 EST 2012


Is a dangerous territory, I experienced a lot of trouble making Arquillian
adapter works for WebLogic and WebSphere, I think that Dan suggestion si
very smart but be' prepared to try vendor provided Maven plugin.

Oracle's one works fine, but, ad we yet discussed in this mailing list, you
need to install it on your local repo.

Ciao


Il giorno martedì 6 novembre 2012, Dan Allen ha scritto:

> Rafael,
>
> Ideally, support for multiple application servers (even AS 7) would be
> done by leveraging Arquillian's container adapters. You don't want to have
> to do all the work again of creating these adapters, so reuse is key.
> Arquillian's container adapters are not coupled to the Arquillian Core, so
> you can use them standalone.
>
> There is a prototype of a maven plugin that supports any container with an
> Arquillian adapter here:
>
> https://github.com/arquillian/arquillian-maven
>
> You'll likely just want to use this as a reference point when developing
> the forge plugin (you don't have to go through Maven).
>
> Of course, you could also create a Forge plugin that simply configures the
> Arquillian Maven plugin. Feel free to experiment to figure out which
> approach is best.
>
> -Dan
>
> On Mon, Nov 5, 2012 at 6:09 AM, Rafael Soares <rafaelcba at gmail.com<javascript:_e({}, 'cvml', 'rafaelcba at gmail.com');>
> > wrote:
>
>> Hello guys.
>>
>> I'm a completely newbie Forge user. Looking on Forge plugins I was
>> wondering how complex would be develop a plugin for Glassfish v3 AS.
>>
>> I've cloned the jboss-as7 plugin from Github to look at the code and I
>> could observe it uses the AS7 CLI API to interact with or manage the JBoss
>> AS7. But I was wondering if would be possible to manage an AS using just
>> it's Maven Plugin or a REST API (if provided by AS).
>>
>> Many modern Application Servers, as JBossAS7, has Maven Plugin which
>> supports basic management functions (start, stop, deploy, redeploy), and
>> some others has REST Management APIs. So, I would like to know what do you
>> think about use these kind of API to develop AS management plugins instead
>> specific AS  management API (like AS7 CLI API)?
>>
>> Thanks.
>> ________________________
>> Rafael Torres Coelho Soares
>>
>>
>> _______________________________________________
>> forge-dev mailing list
>> forge-dev at lists.jboss.org <javascript:_e({}, 'cvml',
>> 'forge-dev at lists.jboss.org');>
>> https://lists.jboss.org/mailman/listinfo/forge-dev
>>
>>
>
>
> --
> Dan Allen
> Principal Software Engineer, Red Hat | Author of Seam in Action
> Registered Linux User #231597
>
> http://google.com/profiles/dan.j.allen
> http://mojavelinux.com
> http://mojavelinux.com/seaminaction
>
>

-- 
****************************************
http://www.lucamasini.net
http://twitter.com/lmasini
http://www.linkedin.com/pub/luca-masini/7/10/2b9
****************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20121106/da1d477b/attachment.html 


More information about the forge-dev mailing list