I know this may have something to do with the phase each one comes in at. If I do this. <ui:repeat id=\"repeatChart\" varStatus=\"loop\" value=\"#{viewLines.jflotChartList}\" var=\"jflotChart\"&
Can anyone tell me the differe开发者_运维知识库nce between GlassFish Server Open Source Edition and Java EE 6 SDK Update 2?
I need to rollback in EJB 3 Stateless SessionBean (CMT, JBoss version 5), for which I am using sessionContext.setRollbackOnly();
I\'m using inheritance with EJB in a few scenarios, sometimes with annotations in the super class like this generic entityDAO:
I need you to recommend me a JSF component that can help in the following scenario(I will first paste an image that will help me explain):
I\'m facing with very weird problem in NetBeans IDE 6.9.1 and GlassFish 3. Just after installing NetBeans over windows Seven with 64 bits JDK and without creating any project I start GlassFish server
I am wondering what all options or ways do we have in a Java EE 6 web app, to log in users? With this I mean, saving their data (id, username, ...) while they are using the app.
I\'ve got a fairly simple web application deployed in GlassFish 3.0.1. I\'m using regular FORM based authentication and have the application secured using a JDBC realm. The view is handled by JSF 2 us
I have 2 questions: 1-开发者_运维问答In a byte[] variable inside an entity,can i store any type of file(images,pdf,mp3...), or is there any limitation?
I am trying to understand the javax.inject package and I am not clear what the javax.inject.Named annotation is supposed to be used for. The Javadoc does not explain the the idea behind it.