Experiences deploying/running Wicket on GlassFish

View: New views
6 Messages — Rating Filter:   Alert me  

Experiences deploying/running Wicket on GlassFish

by Shreedhar Ganapathy-2 :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

Hello
I am part of the GlassFish project, an open community, led by Sun
Microsystems that is developing an open source application server based
on Java EE 5. (http://glassfish.dev.java.net).

We are looking to showcase popular frameworks, and apps that can
deployed and run on GlassFish by featuring blogs and articles.
Such references have the dual benefit of growing the adoption of both
the frameworks themselves, and GlassFish with the added benefit of
identifying any bugs/issues.

In this regard, could you share pointers to any of articles or blogs
covering your experiences with deploying and running on any build of
GlassFish with Wicket based apps?

best regards

Shreedhar Ganapathy
Staff Engineer,
Sun Microsystems, Inc.

PS: I am not on this mailing list.


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@...
https://lists.sourceforge.net/lists/listinfo/wicket-user

Re: Experiences deploying/running Wicket on GlassFish

by cowwoc :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message


        I haven't actually tried Glassfish yet, but I just wanted to say I look
forward to seeing your product grow. I like what I've seen so far and
once the product gains more acceptance I will seriously consider
migrating to it.

        I like what Sun has done with Netbeans and is now seemingly doing with
Glassfish: seeding an open-source project with their employees. The
Netbeans development team is absolutely phenomenal to work with, and I
hope Glassfish turns out the same way.

        Good luck!

        (And if someone on this list has actually had the chance to use
Glassfish before, I'd love to hear more about your experiences)

Gili

Shreedhar Ganapathy wrote:

> Hello
> I am part of the GlassFish project, an open community, led by Sun
> Microsystems that is developing an open source application server based
> on Java EE 5. (http://glassfish.dev.java.net).
>
> We are looking to showcase popular frameworks, and apps that can
> deployed and run on GlassFish by featuring blogs and articles.
> Such references have the dual benefit of growing the adoption of both
> the frameworks themselves, and GlassFish with the added benefit of
> identifying any bugs/issues.
>
> In this regard, could you share pointers to any of articles or blogs
> covering your experiences with deploying and running on any build of
> GlassFish with Wicket based apps?
> best regards
>
> Shreedhar Ganapathy
> Staff Engineer,
> Sun Microsystems, Inc.
>
> PS: I am not on this mailing list.
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live
> webcast
> and join the prime developer group breaking into this new coding territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@...
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>

--
http://www.desktopbeautifier.com/


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@...
https://lists.sourceforge.net/lists/listinfo/wicket-user

Re: Experiences deploying/running Wicket on GlassFish

by Johan Compagner :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

I haven't tried glassfish with wicket yet, but i will have a look at it.
I did look through some docs of glassfish how easy it was to setup a cluster
with 2 app servers and a balancer. But couldn't find step by step documentation
So i used for that resin which is very simple to setup with a resin balancer
and 2 instances of resin servers (sharing the same installation/config files)

But will look at it again.

johan


On 3/9/06, Shreedhar Ganapathy <shreedhar.ganapathy@...> wrote:
Hello
I am part of the GlassFish project, an open community, led by Sun
Microsystems that is developing an open source application server based
on Java EE 5. (http://glassfish.dev.java.net ).

We are looking to showcase popular frameworks, and apps that can
deployed and run on GlassFish by featuring blogs and articles.
Such references have the dual benefit of growing the adoption of both
the frameworks themselves, and GlassFish with the added benefit of
identifying any bugs/issues.

In this regard, could you share pointers to any of articles or blogs
covering your experiences with deploying and running on any build of
GlassFish with Wicket based apps?

best regards

Shreedhar Ganapathy
Staff Engineer,
Sun Microsystems, Inc.

PS: I am not on this mailing list.


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@...
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: Experiences deploying/running Wicket on GlassFish

by Shreedhar Ganapathy-2 :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

Thanks Johan.  I'll look for your blog on this. Do drop me a line when you get to it.

Although GlassFish is officially still in single instance mode with formal clustering support slated for later,   one can always have two or more instances with identical configurations fronted by Apache and  load balance with mod_jk. I admit step by step documentation is not there yet for that.  Will revert back to you as soon as one is available.

Perhaps the following two links might help meantime.
http://weblogs.java.net/blog/amyroh/archive/2005/06/index.html
http://raibledesigns.com/tomcat/


Thanks again
Shreedhar

Johan Compagner wrote:
I haven't tried glassfish with wicket yet, but i will have a look at it.
I did look through some docs of glassfish how easy it was to setup a cluster
with 2 app servers and a balancer. But couldn't find step by step documentation
So i used for that resin which is very simple to setup with a resin balancer
and 2 instances of resin servers (sharing the same installation/config files)

But will look at it again.

johan


On 3/9/06, Shreedhar Ganapathy <shreedhar.ganapathy@...> wrote:
Hello
I am part of the GlassFish project, an open community, led by Sun
Microsystems that is developing an open source application server based
on Java EE 5. (http://glassfish.dev.java.net ).

We are looking to showcase popular frameworks, and apps that can
deployed and run on GlassFish by featuring blogs and articles.
Such references have the dual benefit of growing the adoption of both
the frameworks themselves, and GlassFish with the added benefit of
identifying any bugs/issues.

In this regard, could you share pointers to any of articles or blogs
covering your experiences with deploying and running on any build of
GlassFish with Wicket based apps?

best regards

Shreedhar Ganapathy
Staff Engineer,
Sun Microsystems, Inc.

PS: I am not on this mailing list.


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@...
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: Experiences deploying/running Wicket on GlassFish

by Guillermo Castro :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
There's already people trying wicket on Glassfish:

http://shitmores.blogspot.com/2005/12/glassfish-and-wicket.html

(the article has very little details, though)

Regards.

On 3/9/06, Shreedhar Ganapathy <shreedhar.ganapathy@...> wrote:
Thanks Johan.  I'll look for your blog on this. Do drop me a line when you get to it.

Although GlassFish is officially still in single instance mode with formal clustering support slated for later,   one can always have two or more instances with identical configurations fronted by Apache and  load balance with mod_jk. I admit step by step documentation is not there yet for that.  Will revert back to you as soon as one is available.

Perhaps the following two links might help meantime.
http://weblogs.java.net/blog/amyroh/archive/2005/06/index.html
http://raibledesigns.com/tomcat/


Thanks again
Shreedhar


Johan Compagner wrote:
I haven't tried glassfish with wicket yet, but i will have a look at it.
I did look through some docs of glassfish how easy it was to setup a cluster
with 2 app servers and a balancer. But couldn't find step by step documentation
So i used for that resin which is very simple to setup with a resin balancer
and 2 instances of resin servers (sharing the same installation/config files)

But will look at it again.

johan


On 3/9/06, Shreedhar Ganapathy <shreedhar.ganapathy@...> wrote:
Hello
I am part of the GlassFish project, an open community, led by Sun
Microsystems that is developing an open source application server based
on Java EE 5. (http://glassfish.dev.java.net ).

We are looking to showcase popular frameworks, and apps that can
deployed and run on GlassFish by featuring blogs and articles.
Such references have the dual benefit of growing the adoption of both
the frameworks themselves, and GlassFish with the added benefit of
identifying any bugs/issues.

In this regard, could you share pointers to any of articles or blogs
covering your experiences with deploying and running on any build of
GlassFish with Wicket based apps?

best regards

Shreedhar Ganapathy
Staff Engineer,
Sun Microsystems, Inc.

PS: I am not on this mailing list.


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@...
https://lists.sourceforge.net/lists/listinfo/wicket-user




--
Guillermo Castro             guillermo.castro@...
Monterrey NL, Mexico     http://www.javageek.org/

Re: Experiences deploying/running Wicket on GlassFish

by Rich Livingstone :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

Shreedhar

I'm currently porting an Apache Tomcat 5.5 server application to Glassfish (for www.clickvision.co.uk), as you know,  and thanks for the help resolving deployment problems over the last day. My fault again - but it's working nicely now.

Shreedhar Ganapathy-2 wrote:
Hello
We are looking to showcase popular frameworks, and apps that can
deployed and run on GlassFish by featuring blogs and articles.
Such references have the dual benefit of growing the adoption of both
the frameworks themselves, and GlassFish with the added benefit of
identifying any bugs/issues.