GlassFish

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
  

Articles:
  • Using MySQL and Memcached on the GlassFish Application Server by Pramod Gopinath, Rick Palkovic   - [Clicks: 2]
    Many developers use memcached and MySQL to cache content as part of their web application. This article presents a simple example application that uses MySQL and accesses a memcached server. The application is deployed on the GlassFish application server.
    http://developers.sun.com/appserver/reference/techart/mysql_gf/ - Apr, 2008
  • Java EE 5 Development using Glassfish: Security by David Heffelfinger   - [Clicks: 8]
    This is chapter 8 of David Heffelfinger's book, "Java EE 5 Development using Glassfish," on configuring and using security for Java EE.
    http://www.theserverside.com/tt/articles/article.tss?l=DevelopmentUsingGlassfishSecurity - Apr, 2008
  • Rails Powered by the GlassFish Application Server by Arun Gupta, Rick Palkovic   - [Clicks: 10]
    This article introduces JRuby, JRuby on Rails, and the GlassFish application server. It presents a traditional Ruby-on-Rails application deployment, describes an alternative using the GlassFish application server, and explains the various options for deploying JRuby applications on GlassFish.
    http://developers.sun.com/appserver/reference/techart/rails_gf/ - Mar, 2008
  • JMS Messaging Using GlassFish by Deepa Sobhana   - [Clicks: 13]
    Messaging provides a way for different parts of an enterprise system to collaborate, without the tight coupling of approaches like RMI and CORBA. Java EE defines the Java Messaging Service (JMS) for creating loosely coupled enterprise systems, and in this article, Deepa Sobhana shows off how to build a JMS-driven application atop GlassFish.
    [Includes source code]
    http://today.java.net/pub/a/today/2008/01/22/jms-messaging-using-glassfish.html - Jan, 2008
  • Dynamic Load Balancing in GlassFish Application Server by Masoud Kalali   - [Clicks: 7]
    GlassFish provides fine tools for load balancing across a cluster, but what if you want to make your clustering decisions dynamically? Masoud Kalali shows how JMX and AMX can be used to make runtime clustering decisions.
    http://today.java.net/pub/a/today/2008/01/15/dynamic-load-balancing-in-glassfish.html - Jan, 2008
  • GlassFish v2: Open for Business by Ed Ort   - [Clicks: 14]
    This article highlights the features that make GlassFish v2 a good choice for handling critical business applications and the demands of a production environment.
    http://java.sun.com/developer/technicalArticles/glassfish/GFv2OpenforBusiness/ - Jan, 2008

[Top]