Blogs1 - 10 of 1,174 recent posts for tag:"glassfish"
11
Mar
2010
DevNexus 2010 Trip Report

1 day ago by arungupta

As mentioned earlier, I presented on Java E 6 & GlassFish v3 at DevNexus earlier this week. This is an annual conference by Atlanta Java Users Group and had three parallel tracks. The conference was a sold out and the attendees packed Cobb Galleria conference rooms on both the days. Anyway, the slid ...

Arun Gupta, Miles to go ... - blogs.sun.com/arungupta · Rank: 143,294 · 26 references

Jersey 1.1.5.1 is released

2 days ago by sandoz

We have just released version 1.1.5.1 of Jersey, the open source, production quality, reference implementation of JAX-RS. The JAX-RS 1.1 specification is available at the JCP web site and also available in non-normative HTML here. For an overview of JAX-RS features read the Jersey user guide. To get ...

Earthly Powers - blogs.sun.com/sandoz · Rank: 39,067 · 33 references

Linux下OpenMQ集群的启动异常

2 days ago by H.E.

今天需要部署2台 Sun OpenMQ集群,在过程中遇到一些小问题和大家分享一下。 首先和往常一样先从GlassFishV3目录下Copy MQ出来到另外一台机器上让OpenMQ JSM消息服务独立运行,远程copy完成,然后键入命令 nohup /opt/mq/bin/imqbrokerd -tty -name myBroker -port 6000 -cluster 10.101.101.223:6000,101.101.224:6000 -D"imq.cluster.masterbroker=10.101.101.223:6000" & 现如下错误异常信息: " Invalid brok ...

J... - javabloger.com

10
Mar
2010
AXIOM jar Conflict in Glassfish 2.1.1

3 days ago by Ralph

Today I found the reason why my ear/web application did not work in Glassfish V 2.1.1. (it works in V 2.1.0) The app deploys but when I try to open the Web context URL I see the following exception in glassfish server.log: Exception sending context initialized event to listener instance of class com ...

Ralph's Java Blog - www-02.imixs.com/roller/ralphsjavablog

Java Enterprise Edition 6 – Servlet

3 days ago by Benny Neugebauer

Ein einfaches Code-Beispiel fr ein Java Servlet nach JEE6-Konventionen. Voll kompatibel mit GlassFish v3. Beispiel: Ausfhren mit: http://localhost:8080/Projektname/servletpower?power=1&name=Benny controller.web.PowerServlet.java 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 ...

Bennys Wilde Welt - bennyn.de

Glassfish(EJB)与Quartz Job Scheduler整合

3 days ago by H.E.

废话少说,步骤如下: 1.创建quartz.properties文件放入你的 ${AS_INSTALL}/domains/domain1/config目录下 2.创建 Quartz Scheduler 的 JNDI Factory程序,例子如下: … public class SchedulerFactory implements javax.naming.spi.ObjectFactory { private static Logger log = Logger.getLogger(SchedulerFactory.class.getName()); private static Sched ...

J... - javabloger.com

Java EE 6 Virtual Conference content on the GlassFish Podcast

3 days ago by alexismp

The virtual conference that was held for the launch of Java EE 6 and GlassFish v3 is now being progressively being pushed out to the GlassFish Podcast. Make sure you subscribe to the podcast to catch all 16 presentations : Java EE 6, GlassFish v3, EJB 3.1, JAX-RS/Jersey, Servlet 3.0, JPA 2.0, JSF 2. ...

Bistro! - blogs.sun.com/alexismp · Rank: 102,365 · 48 references

09
Mar
2010
Surviving GlassFish Without your IDE

4 days ago by pelegri

Yesterday morning the USERS mailing list of GlassFish had a thread asking How to start and run GlassFishV3 without Netbeans... so, Alexis wrote and posted a quick Survival Guide on using GlassFish without an IDE . From question to documentation in a few hours: self-publishing, no webmaster to contac ...

The Aquarium - blogs.sun.com/theaquarium · Rank: 59,779 · 97 references

Deploying and Managing Applications in the Cloud (VM-360)

4 days ago by Sergio Rodriguez de Guzman

Course Code: VM-360 Course Title: Deploying and Managing Applications in the Cloud Revision: A Duration: Three (3) Days Course Description This three-day instructor-led training provides an in-depth investigation of deploying and scaling a web application in a cloud environment. This lab-driven cour ...

Core Networks Techno Blog - blogs.corenetworks.es

Develoment server build on linux – Introduction

4 days ago by Gerald Huber

In this article series, I want to explain how to set up an development server based on Ubuntu Server 9.10 Linux as the OS. Installing Apache2 and PHP5. After that installing MySQL and phpMyAdmin. Further installing Java 6 JDK and GlassFish v3.0 as a JavaServelt and JSP/JSF environment. No that the b ...

Gerald's Thought Shed - geraldhuber.wordpress.com

Previous1234567