-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I create an Enterprise Application CustomerApp that also generated two projects CustomerApp-ejb and CustomerApp-war. In the CustomerApp-ejb, I create a SessionBean call CustomerSessionBean.java as below.
package com.customerapp.ejb;
import javax.ejb.Stateless;
import javax.ejb.LocalBean;
import…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I create an Enterprise Application CustomerApp that also generated two projects CustomerApp-ejb and CustomerApp-war. In the CustomerApp-ejb, I create a SessionBean call CustomerSessionBean.java as below.
package com.customerapp.ejb;
import javax.ejb.Stateless;
import javax.ejb.LocalBean;
import…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Plesae i need to dispaly my logo befor GUI of main project displayed
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm using JPA Toplink Essential, Netbean6.8, GlassFish v3
In my Entity class I added @Version annotation to enable optimistic locking at transaction commit however after I added the annotation, my query started including VERSION as column thus throwing SQL exception.
None of this is mentioned in…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm writing REST web app (Netbean6.9, JAX-RS, Toplink-essential) and trying to return JSON and Http status code.
I have code ready and working just to return JSON when HTTP GET Method is called from client.
Code snippet
@Path("get/id")
@GET
@Produces("application/json")
public M_?…
>>> More