java-ee-6
Can @DataSourceDefinition annotation be used in Spring Context?
Can I use the new @DataSourceDefinition instead of declaring the Datasource in a Spring Context? @DataSourceDefinition(name=\"java:global/MyApp/MyDataSource\",[详细]
2023-03-09 16:16 分类:问答@PostConstruct called multiple time for @ConversationScoped bean
I have a @C开发者_开发百科onversationScoped bean, with a start method, like so: @PostConstruct public void start() {[详细]
2023-03-09 10:01 分类:问答Servlet Security Annotation Error
i have coded a login page using programmatic approaches but it does not successful when the code have roles[详细]
2023-03-09 08:54 分类:问答Java EE auto completion
Where can I find the jar file or the source code of JEE6? Or is t开发者_开发问答here another way how you can get autocompletion for this in Netbeans/Eclipse?[详细]
2023-03-09 08:01 分类:问答JSF 2.0 Java EE 6 authentication - Apache Shiro or other libraries?
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[详细]
2023-03-08 22:05 分类:问答Resteasy and fileupload: get no content-disposition error
I have a rest resource to which files can be uploaded. @Path(\"/rest/input\") public class InputResourceBean {[详细]
2023-03-08 07:40 分类:问答How to change the start page of my web project?
When i created a new project in eclipse, it automatically created for me an index.jsp page, i don\'t want the start page to be a .jsp, i want it to be a .xhtml[详细]
2023-03-08 01:48 分类:问答Where did http://java.sun.com/jsf/ go? [closed]
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic[详细]
2023-03-07 02:30 分类:问答How to use multiple stateful bean instances?
I have the following problem in a school project. Numerous cars all send their position data to a stateless webservice, which dumps it into a java message queue.[详细]
2023-03-06 19:35 分类:问答java.lang.NoSuchMethodError: org.objectweb.asm.ClassWriter
Hi I am developping a small application using hibernate2 and I bumped into the exception that reads java.lang.NoSuchMethodError: org.objectweb.asm.ClassWriter[详细]
2023-03-06 17:56 分类:问答
加载中,请稍侯......