Skip to main content

Bhakti Mehta

Bhakti Mehta is a Principal Member of Technical Staff at Oracle. 
She has a Masters in Computer Science from State University of New York at Binghamton and a Bachelors in Computer Engineering from Mumbai University.

 

bhaktimehta's blog

Quick tip Felix shell and Glassfish

Posted by bhaktimehta on August 4, 2011 at 3:59 PM EDT

Here is a pointer to a blog which shows how to use the felix shell with Glassfish 3.2 to inspect dependencies.

Classloader.getResources() and IBM JDK

Posted by bhaktimehta on April 20, 2011 at 2:42 PM EDT
This blog shows some interesting differences between classloader implementation of IBM JDK vs Sun/Oracle JDK http://blogs.sun.com/bhaktimehta/entry/ibm_jdk_and_classloader_getresources

mod_jk and EJB Webservices and Glassfish 3.1

Posted by bhaktimehta on March 1, 2011 at 9:55 AM EST

One of the nice bug fixes we added in v3.1 was support for mod_jk with ejb webservices issue 12458.

Amy has a very nice blog on setting up mod_jk here

change-master-password command in glassfish 3.1

Posted by bhaktimehta on March 1, 2011 at 9:53 AM EST

We are proud to announce the release of glassfish 3.1. Here is an entry on the command change-master-password in 3.1.

 

Update to deploying webservices on Glassfish 3.1 cluster

Posted by bhaktimehta on October 11, 2010 at 1:13 PM EDT

This blog is a minor update to the previous entry of www.java.net/blog/bhaktimehta/archive/2010/07/23/deploying-webservices-glassfish-31-cluster

Glassfish 3.1 is in active development and there are some changes since the last time I posted this blog.

Deploying webservices on Glassfish 3.1 cluster

Posted by bhaktimehta on July 30, 2010 at 4:05 PM EDT

Byron Nevins has posted a very nice blog on offline configuration for Glassfish v3.1 here.

The following blog will show how to deploy a webservices application to a Glassfish 3.1 cluster . You can do additional tasks using the Glassfish Administration Console.

JavaEE 6: EJB Webservices in war

Posted by bhaktimehta on June 25, 2010 at 5:42 PM EDT

This is a new series of blogs which will cover what is new in JavaEE 6 with respect to WebServices

Working with Metro on Glassfish v3 Prelude

Posted by bhaktimehta on November 6, 2008 at 3:53 PM EST
GlassFish v3 Prelude is a lightweight Web 2.0 development and deployment platform built on a modular OSGi-based architecture.
Developers can benefit from a dynamically extensible and embeddable platform with support for existing Java Web technologies, JRuby, and Groovy.

Working with Metro on Glassfish v3 TP2

Posted by bhaktimehta on May 12, 2008 at 3:56 PM EDT

Glassfish v3  will be the next major release of the GlassFish application server. The focus of the release is modularization, enablement of non Java EE containers
and embedability. GlassFish v3 builds on the strength of GlassFish v2 but takes a completely new approach, providing a highly modular, lightweight, extensible architecture.

Techtip on using WebServiceRefs

Posted by bhaktimehta on March 14, 2008 at 2:12 PM EDT
A tip on Referencing Multiple Web Services from an application client is available as an Enterprise Java Techtip here

You can find more Enterprise Java Technical Tips that are posted every month at http://blogs.sun.com/enterprisetechtips/ .