GlassFish

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

Articles
Tips
  

Articles:
  • Connecting to an EJB 3.0 Remote SessionBean from Tomcat by Wouter van Reeven   - [Clicks: 186]
    At home I have a few machines running several services that have my interest: an Apache HTTPD server, Tomcat 5.5 and Oracle XE. Both Apache and Tomcat run on a slow machine that is connected to my ADSL router, while the Oracle XE database runs on a more poweful machine. My "web server" is too old and slow to process large amounts of Entities quickly enough to get a web application that responds fast enough. Hence I decided to setup Glassfish on the faster database machine and have Tomcat connect to Glassfish. In order to do so, I had to connect to a Remote SessionBean running on the Glassfish server from a servlet or JSF managed bean running in Tomcat. It took a little while before I was able to put the pieces together, but I did it. This article tells you how.
    http://technology.amis.nl/blog/?p=1368 - Oct, 2006
  • Creating an AJAX-Enabled Application, a Toolkit Approach by Rick Palkovic, Mark Basler   - [Clicks: 62]
    This is the second in a series of articles that describe ways to introduce AJAX (Asynchronous JavaScript and XML) functionality into an existing web application developed with the NetBeans IDE. Readers are encouraged to read the first article in the series, Creating an AJAX-Enabled Application, a Do-It-Yourself Approach, before reading this one. At a minimum, install the example project, the NetBeans 5.5 IDE, and the GlassFish server, as described in Downloading and Installing the Tools.
    http://java.sun.com/developer/technicalArticles/J2EE/hands-on/legacyAJAX/toolkit/ - Oct, 2006
  • Inheritance and the Java Persistence API by Rahul Biswas   - [Clicks: 109]
    This Tech Tip presents some of the features of inheritance supported in the Java Persistence API. A sample package accompanies the Tech Tip. It demonstrates some of the features discussed in the tip. The examples in the tip are taken from the source code for the sample (which is included in the package). The sample uses an open source reference implementation of Java EE 5 called GlassFish.
    [Includes sample code]
    http://java.sun.com/mailers/techtips/enterprise/2006/TechTips_June06.html#2 - Jun, 2006
  • Portlet Example on GlassFish by Satish Viswanatham, Dean Polla, Rick Palkovic   - [Clicks: 69]
    This article describes how you can deploy a portlet in GlassFish by using Pluto, the reference implementation of the Java Portlet Specification (JSR 168). Pluto provides a portlet container that offers you a working example platform from which you can test portlets that have been implemented according to the JSR 168 portlet API.
    http://developers.sun.com/prodtech/appserver/reference/techart/portlet_glassfish.html - Apr, 2006
  • Managing and Monitoring Web Services in Project GlassFish by Satish Viswanatham, Nazrul Islam, Marina Sum   - [Clicks: 23]
    This article explains the management capabilities in Project GlassFish for Web services that are based on the Java API for XML Web Services (JAX-WS) 2.0 according to JSR 224 or JSR 109 and JAX-RPC 1.1. Project GlassFish supports the management capabilities through a combination of the command-line interface (CLI) called asadmin, the Administration Console, and programmatic Application Server Management Extensions (AMX) API. AMX, a superset of the JSR 77 interfaces built on JMX, further simplifies and smooths out the management and monitoring process.
    http://developers.sun.com/prodtech/appserver/reference/techart/ws_mgmt.html - Mar, 2006

[Top]

Tips:

[Top]