I'm teaching Java EE at the university, and this was a question a student asked. I said "no", but I wasn't really sure, so I thought I might ask you mighty ... |
We are currently in the process of migrating our application from our production environment to a brand new data center.
- Current Production Environment : Java 1.4, Java EE 3, WAS 5.1, ...
|
I have a small JSF app and would like to keep some state on the server, without using a DB. It will just be a small string for every user so ... |
I am trying to get familiar with Java EE 6 by reading http://java.sun.com/javaee/6/docs/tutorial/doc/gexaf.html. I am a bit confused about the use of JSF.
Usually, the way I develop my Web ... |
I want to realize the following scenario:
The frontend is based on HTML5 / CSS3 / JavaScript (with a JavaScript framework like ExtJS or jQuery). I have full HTML pages with forms, ... |
I'm trying to deploy J2EE application to Weblogic. It consists of web-module and ejb-module.
My web-module uses JSF 1.2 and JSTL 1.2.
I've deployed both libraries to Weblogic and then point my WebModule ... |
I would like to know when does an application shall be called as J2EE application and a normal web application or all web applications could be called as J2EE applications if ... |
|
I am new to java, jsp, j2EE, netbeans. I am developing simple webserver using the above techniques. Base on my understanding of c# and asp.net, the *.jsp file can have html ... |
hi all, Using Netbeans 6.5 and glassfishv2. Run the project (JSF Visual) and the browser comes up empty. Checked for html code and found that it is jsp code somehow I ... |
Hi, I am using Netbeans 6.5 RC2.I am working in visal web jsf and java server faces framework.I made a servlet myself which is added into sorce packages as a java class. Now, I want to call this servlet from jsp page on the submission of form. The problem is that IDE does not allow me to write "action" and gives ... |
|
|
Spring is an excellent solution for all injection problems that you have. And since all the injection issues are resolved, you won't have any derived problems as well. Currently, I used Spring JNDI lookup to load relevant EJB beans, POJO beans, etc; then use org.springframework.web.jsf.DelegatingVariableResolver to resolve injecting variables for Faces backing beans. |
This issue is regarding Dynamic Datasource invocation at runtime in JSF-EJB3-MySql application on Eclipse3.4.1-JBoss5.0.0 plateform. I have created a sample JSF-EJB3-MySql application on JBoss5.0.0 AS. Application works fine which performs CRUD operation in database schema "schema1" on table "table1". my JBoss5.0.0 server datasource file C:\jboss5.0.0\server\default\deploy\mysql-ds.xml looks like DefaultDS jdbc:mysql://host1:3306/schema1 com.mysql.jdbc.Driver username password 1 2 org.jboss.resource.adapter.jdbc.vendor.MySQLExceptionSorter org.jboss.resource.adapter.jdbc.vendor.MySQLValidConnectionChecker mySQL ... |
|
|
Hi everyone. I created a project using EJB with JSF as the presentation layer. I currently use tomcat. I want to run this project online. I called my domain provider and they said they support JSF and EJB, though they didnt say waht application server they had because the guy answering my question didnt know where to get that infor. I ... |
|
|
|
|
|
|
|
|