Tagged Questions
0
votes
2answers
51 views
JQuantlib missing extensions
I am working on a big project that requires massive financial calculations, I am using
Netbeans IDE 7.3 with a default web application of Java EE 5 (not a maven application)
,My application server is ...
0
votes
1answer
544 views
How do I downgrade an existing project from Java EE5 to J2EE 1.4 in Netbeans (7.0.1)
I've created a new (Web Application) project in Netbeans 7.0.1 and set the Java EE version to Java EE 5. The options that I then have for the Source/Binary Format (Project Properties > Sources > ...
0
votes
0answers
1k views
JSF Datamodel & JPA parent to leaves navigation. How to?
My web application is a CRUD web application based on JSF 2.0 / JPA using JEE 5 and JDK 1.6. Running on Glassfish 3.1. The IDE is Netbeans 7.0. (I do not use EJB, nor CDI).
THE PROBLEM
What I can ...
0
votes
1answer
828 views
How do I upgrade an existing enterprise project from Java EE5 to Java EE 6 in Netbeans (6.9)
The project has an EJB module & a web module. Changing the server is easy, but I'd like to switch to EJB 3.1 also but I believe I need to change all kind of configuration files since I can't do it ...
1
vote
1answer
277 views
Netbeans + Facelets + Jboss EL
I've got a problem with JBossEL in NetBeans. Jboss EL provides method execution besides java bean binding. So th code :
<h:outputText value="#{welcomeController.getWelcome(request)}" />
is ...
