jakarta-ee
RequestDispatcher class of the servlet package does not have FORWARD_REQUEST_URI field
I am trying to build a Java EE application using Maven. I have the following in my pom.xml: <dependency>[详细]
2023-04-13 01:01 分类:问答Why can I not get any results from this rather trivial query?
I\'m trying to get results from a rather trivial query, and write out those results on a jsp page. Running Glassfish 3.1, using Netbeans. When I run the project, I get an empty list returned from the[详细]
2023-04-13 00:35 分类:问答How to use parameter "javax.faces.FACELETS_SUFFIX" in jsf 2
I have understood the meaning of jsf 2.0 context parameters \"javax.faces.DEFAULT_SUFFIX\" and \"javax.faces.FACELETS_VIEW_MAPPINGS\" with some examples. But I\'m not clear about parameter开发者_JAVA百[详细]
2023-04-12 23:32 分类:问答Server calls client (EJB)
In my project I have Business Logic implemented as EJB on Application Server and a desktop client - standalone application that calls those EJBs. Everything works fine when I have only one sided commu[详细]
2023-04-12 23:09 分类:问答how to rectify the following error while using netbean?
I am following the tutorial according to this URL; http://wiki.netbeans.org/DevelopJavaEE6App . I get stuck when I receive some errors at the following lines;[详细]
2023-04-12 21:35 分类:问答Can't get eclipse to recognize my plugin
I exported my eclipse plugin through the \"Export Wizard\" in the manifest and seems like everything went well (no errors). It created a .jar file within a plugin directory in a zip file.[详细]
2023-04-12 21:19 分类:问答Spring RESTful service application architecture
Currently we are building web services applications with Spring, Hibernate, MySQL and tomcat. We are not using real application server- SoA architecture. Regarding the persistence layer - today we are[详细]
2023-04-12 21:03 分类:问答Getting a list of objects in Hibernate returns a list of a single object
I am using Hibernate in my Spring Java EE application. I get the list of Users, where User is a bean specified in the applicationContext.xml as follows:[详细]
2023-04-12 20:33 分类:问答Connection problems with EJB, JPA and Eclipse
I have made a really simple Employee class just for learning purposes. I have made a JDBC resource and connection pool in Glassfish and added the JPA Facet to my Eclipse project. I am now just trying[详细]
2023-04-12 20:27 分类:问答by using maven Build projects and deploy it using jboss-maven-plugin
I have 2 (core, core-web) projects such a way that one is depending on another. so the core-web\'s POM.xml contains the dependency of core.[详细]
2023-04-12 16:54 分类:问答