Chao Garreson

Greenhorn
+ Follow
since Aug 24, 2005
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 Chao Garreson

hi Valentin

look like some J2ee design patterns are needed to imply in designing work.so what are the APIs I need to know. can you name them? because before I really start to code, I want to get the whole picture of idea.By the way, thank you for your message.
just name your file name with extension .war
18 years ago
read the J2ee1.4 tutorial on "Getting Started with Enterprise Beans" in this section you will get the answers how to run your Clients
how to connect to EJBs in App Server From Web Server(Tomcat) Where Web Clients(JSP/Servlets) are located ?

What do i need to know

Thanks in Advance
Thanks for your help, Jeanne.

Problems are done
C:\EjbProject\Ejb1>javac -classpath "AdviceAppClient.jar" AdviceClient.java
AdviceClient.java:5: package javax.ejb does not exist
import javax.ejb.*;
^
AdviceClient.java:15: cannot access javax.ejb.EJBHome
file javax\ejb\EJBHome.class not found
Advice advisor=home.create();
^
AdviceClient.java:16: cannot access javax.ejb.EJBObject
file javax\ejb\EJBObject.class not found
System.out.println(advisor.getHello());