Horacio Tovar

Greenhorn
+ Follow
since Aug 30, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
1
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Horacio Tovar

The situation:
We have a JDE system on an AS400 DB2 database. There is a Showcase server running queries to create several tables (.dbf). These queries run at different time during the day and night to generate the tables with most current information from JD Edwards and the resulting files are saved in several folders. Also, there are other servers running Scheduled tasks. These Scheduled tasks run also at different time during the day and night to load the data from Showcase to an Oracle database. So, there are around 180 tasks running all day and night to keep the Oracle database updated generating an enormous effort in support and monitoring the system. Finally there is a Netbeans Platform application that uses the Oracle database to show information to the user.
Now, to get rid of the Showcase and Scheduled tasks I had created a connection to JDE database directly from Netbeans. My question is: What kind of Netbeans application project is the most convenient for this system? I tried creating a CRUD form JSF, but the JDE tables don’t have Primary key so I couldn’t create Entities Classes from Database.
11 years ago
Hi, I am trying to do a web application using JSF, Facelets in Netbeans 6.7. but I am having a problem:

Why I am getting wrong <a href= /> path ?

It is very simple, straight forward web application.
When run, it shows the template-client.xhtml perfectly . The navigation menu is shows ok, but they don't work. However, if I enter in the browser address



it goes perfect to the right page and the navigation between About, Products and Home works perfect. But once I click on Home, the menu start to give me errors. Looks like the path is wrong again.

folders structure:

test3



My code:



web.xml:



forward.jsp:



template-client.xhtml:




template.xhtml:



about.xhtml:



products.xhtml:
14 years ago
JSF