The Source for Java Technology Collaboration
User: Password:
Register | Login help    

Search

Online Books:
java.net on MarkMail:


View by: Most Recent | Topic | Community | Webloggers | James Gosling   
Monthly Archives:    

Blogs by topic J2EE and user arungupta

• Accessibility • Ajax • Blogging • Business • Community 
• Databases • Deployment • Distributed • Eclipse • Education 
• EJB • Extreme Programming • Games • Grid • GUI 
• IDE • Instant Messaging • J2EE • J2ME • J2SE 
• JavaOne • Jini • JSP • JSR • JXTA 
• LDAP • Linux • Mobility • NetBeans • Open Source 
• OpenSolaris • P2P • Patterns • Performance • Porting 
• Programming • Research • Security • Servlets • Struts 
• Swing • Testing • Tools • Virtual Machine • Web Applications 
• Web Design • Web Development Tools • Web Services and XML 


J2EE

Content available at: http://blogs.sun.com/arungupta/entry/java_ee_6_glassfish_v31
on Dec 4, 2009 | Permalink | Discuss
Content available at: http://blogs.sun.com/arungupta/entry/java_ee_6_glassfish_swimming
on Dec 3, 2009 | Permalink | Discuss
  Content available at http://blogs.sun.com/arungupta/entry/java_ee_6_is_now.
on Dec 1, 2009 | Permalink | Discuss
Content available at: http://blogs.sun.com/arungupta/entry/totd_113_javafx_front_end
on Nov 11, 2009 | Permalink | Discuss
Content available at: http://blogs.sun.com/arungupta/entry/java_ee_6_glassfish_v3
on Nov 5, 2009 | Permalink | Discuss
Content available at: http://blog.arungupta.me/2009/10/comparing-glassfish-and-jboss-helping-you-decide/.
on Oct 20, 2009 | Permalink | Discuss
Content available at http://blog.arungupta.me/2009/10/totd-109-how-to-convert-a-jsf-managed-bean-to-jsr-299-bean-web-beans/.
on Oct 2, 2009 | Permalink | Discuss
Content available at: http://blog.arungupta.me/2009/09/totd-104-glassfish-v3-monitoring-how-to...
on Sep 23, 2009 | Permalink | Discuss
Content available at http://blog.arungupta.me/2009/09/totd-101-applying-servlet-3-0java-ee-6-%E2%80%9Cweb-fragment-xml%E2%80%9D-to-lift-%E2%80%93-deploy-on-glassfish-v3/
on Sep 16, 2009 | Permalink | Discuss
Content available at http://blog.arungupta.me/2009/09/totd-100-getting-started-with-scala-lift-on-glassfish-v3/.
on Sep 16, 2009 | Permalink | Discuss
Now that you've installed GlassFish Tools Bundle for Eclipse 1.1, lets use this bundle to create a simple Metro/JAX-WS compliant Web service and deploy on GlassFish. These steps will work with either Eclipse 3.4.2 or 3.5 with WTP Java EE support. Lets create a simple "Dynamic Web Project" as shown below: Name the project "HelloMetro" and take all other defaults: Click on "Finish" to...
on Aug 26, 2009 | Permalink | Discuss
Reviving after a 2-week hiatus ... This TOTD (Tip Of The Day) provides complete instructions on how to checkout/build GlassFish v3 workspace. Check out the workspace as ... ~/workspaces/glassfish >svn checkout https://svn.dev.java.net/svn/glassfish-svn/trunk/v3 Error validating server certificate for 'https://svn.dev.java.net:443':  - The...
on Jun 17, 2008 | Permalink | Discuss
Kohsuke announced the embedability of GlassFish v3 - this is really cool! Now you can run GlassFish inside an existing JVM, without the need to start it externally. The API javadocs are available here. This blog explains how to host a Servlet using these APIs and write a simple Maven test to invoke the Servlet - all within the same VM. The blog creates a Maven project using NetBeans but Maven...
on May 22, 2008 | Permalink | Discuss
GlassFish v3 Technology Preview 2 (aka TP2) is now released ... yaaay! Dowload it here. GlassFish v3 has a modular (based on OSGi framework), light-weight (small kernel and fast startup time) and extensible (support for dynamic languages like JRuby and Groovy) architecture. Along with it, a new NetBeans plug-in (that replaces the existing one) is also released. The plug-in...
on May 4, 2008 | Permalink | Discuss
Project GlassFish: On a mission to please Developers is the topic of talk at Silicon Valley Web Developer JUG tomorrow (Apr 15, 2008). Hear all about GlassFish v2, it's exciting set of features such as Metro, High Availability, Clustering, Grizzly, Scripting, SIP container, Tools integration (such as NetBeans and Eclipse) and many others that together...
on Apr 14, 2008 | Permalink | Discuss
Here is my travel schedule for next 5 weeks: Mar 17-21 Ajax World, New York Web Application Development using jMaki Mar 25-26 The Server Side Java Symposium, Las Vegas Rails powered by GlassFish & jMaki Mar 27 Developer Update, St Louis Westport DoubleTree, FREE event Open Source Web Services stack in GlassFish...
on Mar 17, 2008 | Permalink | Discuss
There are 3 simple steps for a successful GlassFish enterprise deployment - Download, Register, Subscribe. This blog describes what and why of each step. It particularly highlights the several unique benefits available to you in each step. Download - The first step for any successful enterprise deployment is to download GlassFish - the best open source Application Server (see...
on Feb 16, 2008 | Permalink | Discuss
users@glassfish had a discussion on what are the key differentiators of GlassFish. This blog summarizes them. Here is a list of distinguishing features: Fastest open source application server (883.66, highly scalable). Centralized management of clusters and instances distributed across multiple servers. Microsoft .NET 3.0 interoperability Java Business Integration and Open ESB...
on Feb 5, 2008 | Permalink | Discuss
"sakila" is the sample database shipped with MySQL (pronounced as my ess-kew-ell). In the context of Sun Microsystems announcing the agreement to acquire MySQL, I'd like to dedicate this entry to show how this sample database can be exposed as a RESTful Web service endpoint and deployed on GlassFish using Jersey Tooling Plugin (0.4.1 with Jersey 0.4) in NetBeans IDE. Lets get...
on Jan 24, 2008 | Permalink | Discuss

Eclipse

Now that you've installed GlassFish Tools Bundle for Eclipse 1.1, lets use this bundle to create a simple Metro/JAX-WS compliant Web service and deploy on GlassFish. These steps will work with either Eclipse 3.4.2 or 3.5 with WTP Java EE support. Lets create a simple "Dynamic Web Project" as shown below: Name the project "HelloMetro" and take all other defaults: Click on "Finish" to...
on Aug 26, 2009 | Permalink | Discuss