Another EJB in JSP

2001-05-11 Thread Jimmy
Hello... I made my own EJB and can be successfully compiled and archived into JAR file. I also succeeded in deploying this EJB into Weblogic 5.1.0 ( I noticed : 1 EJB deployed message). But when I make a reference into this BEAN from JSP : jsp:useBean id=mybean class=yasa.ejb.myejb.mybean

deploy.

2001-04-11 Thread Jimmy Lim
hello... i have bea weblogic 5.1, and i think this program can be a webserver, right ? can anyone here help me where should i put my JSP program in weblogic so i can execute it through my web browser ? thank you === To

Another beginner question

2001-04-10 Thread Jimmy
hello. i want to know something here (for me to clear things). what is the different between these terms : 1). JDK, JRE, SDK, J2EE 2). JavaBeans with EJB. hope anyone can help. thank you. === To unsubscribe: mailto

New beginner

2001-04-09 Thread Jimmy
hello. i am new in this field. i can write a simple jsp script. my problem is how to run this script ? are there any software requirement ? how to deploy my application ? thank you. === To unsubscribe: mailto [EMAIL

Pre-compiling *.jsp on server startup

2000-11-15 Thread Jimmy Oh
make use of ApacheJServ and GNUJSP to pre-compile all *.jsp files during deployment? Or is there any program out there which does this? Any pointer is greatly appreciated. TIA. Thanx Jimmy === To unsubscribe: mailto [EMAIL

Re: jsp:include...

2000-10-03 Thread Jimmy Oh
it works for me by using this: %@ file include="relative/path/to/file" % HTH Jim -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Alejandro Lopez Sent: Wednesday, October 04, 2000 1:04 AM To: [EMAIL

Re: Java Bean's in JSP

2000-09-26 Thread Jimmy Oh
try: package myPackage; import java.beans.*; import java.io.*; public class Test implements java.io.Serializable { private String testquery=""; public Test() { System.out.println("Hello World"); } public void queryset(String query)

.jsp and .htm in the same directory

2000-09-26 Thread Jimmy Oh
: VirtualHost jimmyoh.palmwindow.com.sg:8100 ... RewriteRule htm$ http://jimmyoh.palmwindow.com.sg:8000/usermgmt/index.htm [P] ajpv12://localhost:8007/umgmt ApJServAction .jsp /usermgmt/gnujsp /VirtualHost Is what am I going to do possible at all? TIA foir any help rendered. Cheers Jimmy

JSP vs XML

1999-03-19 Thread Jarrett Jimmy
I was wondering if anyone could explain to me how the JSP and XML will work in conjunction with each other. That is, if they will work in conjunction with each other at all. === To unsubscribe, send email to [EMAIL

JSP API

1999-03-11 Thread Jarrett Jimmy
. Thanx, Jimmy === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JSP-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".