GlassFish is an open source, production-ready, Java EE-compatible application server.
I have a RESTful web service running under Glassfish 3.1.2 using Jersey and Jackson: @Stateless @LocalBean @Produces(MediaType.APPLICATION_JSON) @Consumes(…
java rest jersey jackson glassfish-3I need to connect to a MongoDB instance from my EJB3 application, running on glassfish 3.0.1. The Mongo project provides a …
mongodb glassfish java-ee-6 glassfish-3This is on GlassFish 3.1, using PrimeFaces over Mojarra and salted with MyFaces CODI. On just about every request the following …
jsf-2 primefaces glassfish-3 mojarraI can't start Glassfish 3.1 on Eclipse Indigo with "Oracle Glassfish Server Tools" plugin on Windows 7. After installing the plugin, I've …
java eclipse glassfish-3I've just upgraded to NetBeans 7.1 from 7.0. On opening a JSF managed bean it "helpfully" told me that it couldn't find …
java-ee-6 glassfish-3I try to make login page for web application using Glassfish 3.1 and Postgres. I have local database (localhost:5432). This is …
postgresql netbeans glassfish-3I have a JMS queue configured on remote glassfish server. I'm trying to connect this queue from my local machine. …
java glassfish jms glassfish-3I tried to start a glassfishv3 server in my windows XP system with the command "asadmin start-domain". The start failed …
windows glassfish glassfish-3I have a business interface being implemented by two EJBs. UserManagementService @Remote public interface UserManagementService { // ... } UserManagementServiceJpaImpl @Stateless(name="userManagementServiceJpaImpl") public …
ejb-3.0 glassfish-3Is it possible to obtain the Hibernate Session object from the EntityManager? I want to access some hibernate specific API... …
java hibernate jpa jakarta-ee glassfish-3