I\'m trying to create some Java EE application. The base is EJB as a controller. Next I want to present the data with JSF+ManagedBeans. The problem is there is
how can one activate JMX in embedded glassfish (using maven-embedded-gl开发者_开发百科assfish-plugin)?The solution is to provide proper domain.xml to plugin:
My Java EE 6 Web application has reached the maximum number of JMS messages that can be sent in a single transaction and I need to do it in several transactions. What would be the best开发者_Go百科 wa
I\'m trying to follow this approa开发者_Python百科ch to create a datasource for embedded glassfish. The only significant difference between the tutorial and my code is that I\'m running the server usi
We have here an application developed using Java EE 5 stack (using JSF, RichFaces, EJB, JPA, Hibernate, JAAS) that runs inside Glassfish 3.1! The thing is we are in need to run it as an installable de
For developm开发者_JAVA技巧ent of my first JSF 2.0 app I use GlassFish v3.1, deployment is planned on JBoss 6. Are there libraries which work on both servers and support JDBC based login? I have read
I am using netbeans 6.9.1 to develop a project using frameworks Hibernate 3.2.5 and JavaServerFaces, i probably followed this tutorial
I wrote a web service and deployed it on Glassfish 3.1 but I am not able to see the link \'View Endpoint\' link under \'Action\' column. I am using the \'Glassfish 3. 1 Administration Tool\' at \'http
HI, I have a webservice running on glassfish3.1 server on one machine. On second machine I have a java (GUI) app, that is running and calls the above mentioned web service.
I want to develop a db application and I download latest mysql JDBC driver and when I put mysql-connector-java-5.1.15-bin.jar into glassfish_inst_dir/lib or