Rodolfo Piedrabuena

Greenhorn
+ Follow
since Jan 09, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
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 Rodolfo Piedrabuena

You could use JFreeReport wihc you can download for free. I recently used to do some invoices from a JTable and works fine.
Good luck
20 years ago
In JBuilder9 it's possible to change the IDE to the new Borland look and feel. How can I use the Borland look and feel in my runtime application? Thanks a lot!
When I run a Java application on Windows 2000 / j2re1.4.1_03 this application doesn't display fine, it lose focus and doesn't refresh. However if I run it from a windows command using first set path=c:\j2re1.4.1_o3 it doesn't have problems.
I've reviewed the Windows Systems Environment Variables and seems to be right, and if not the application couldn't run.
Anybody could help me with this?
20 years ago
How can I open a pdf, doc, xls, etc, files from a JSP page.
20 years ago
JSP
Kyle Brown, thanks a lot for your answer.
I've read "Core J2EE Patterns" and "EJB Designs Patterns" (Floyd Marinescu). They gave me an extensive knowledge about patterns.
Now I'm looking for a tutorial or a sample application that show me how an enterprise or e-commerce application is developed in the real world.
Do you know a tutorial or sample application like that?
I've been trying to follow the sample application design of Java Pet Store, which have a very complicated architecture, full of classes and hard patterns.
I would like to implement some e-commerce aplications, but I dont have any experience about. Could anybody tell me if e-commerce aplication in the real world are developed following this kind of architecture??
I have installed weblogic 7.0 and running an EJB application. I access this through a LAN using a web browser. Now I want to access to my EJB's out of the LAN through Internet. How can I do this??? Something about DSN???
I'm runing weblogic on Windows 2000 professional
Thanks
21 years ago