S
Shinya
I just found the bean class to connect db with servlet.
I found this line in constructor.
(DataSource)javax.naming.InitialContext.lookup("java:comp/env/jdbc/bn");
This means this guy is using ejb to connect to DB?
Shin
I found this line in constructor.
(DataSource)javax.naming.InitialContext.lookup("java:comp/env/jdbc/bn");
This means this guy is using ejb to connect to DB?
Shin