I have a subject that covers JSP(new to me), accessing database through JSP(new to me), applets, UML(also new to me)
So, as im learning java, all i did to learn faster is i've created some applications(wi th sense). With my style of self learning, i hope it could be effective in JSP too....
I like to be advanced on the planned topic to be discussed by our instructor(He is not a certified Java Programmer though)
So now, all i know about JSP is the following:
-basic tags
expression <%= something%>
declaration <%! something%>
i dont know the term <% something %> I think it is an invocation
equivalent to java (Please correct me on that part)
-Setting up tomcat.
-The ROOT folder
-WEB-INF theoritically knew where to put classes/jars etc....
(though im not tested them yet)
-getting the value of a html form through request.getPara meter("form input-type name)
Those are basics obviously...( I learned them through surfing)
And im planning to create a simple application.
What comes on my mind is to reimplement my previous project (Simple Hotel FrontDesk System) into Online Hotel Reservation System
-the registration is obviously done by the hotel frontdesk only....
-Maybe the BlackList feature would be added if i knew the real ( Deep )
Actually, we have proposed a project "Online Entrance Exam" to our instructor and he likes it... so he approved our proposal.....( Not Thesis )
But before we start banging that project, deadline is on October ( Final week in this semester )
I like to grasp the essentials of JSP and also the other techniques, new way, and theory behind that architectural design for web application platform....
(Please correct me on the phrase above)
Actually, the faculty decided to order a J2EE book from Sun( i think the book base is in Singapore) for about 2500php or $56.00
Unfortunately, that book is expected to be arrived on midterms.... unbelievable scenario(but that was true)....
I did attempt to buy a new book instead of waiting that precious book, but i doubt for having such book....(for $40.99)....
So i decided to wait that precious book, yet learning in advance from this forum and the other web resources....
What a long story :)
Well, anyway,
Here is what i suppose to know in JSP as im building my experimental application for the supplement on my final project( Not thesis though )
I like to know about the JSP Beans,
for example, i have a java class that contains setter and getter methods,
i like to jar them, unfortunately, i didn't found the right tutorial for it on the web...
so can you post a helpful url that would teach me how to do that?
and also, about how to access the jar file from the jsp container( doubt of terms )Please correct me....
Or can you show an example?
For example, i have a jar file in WEB-INF/lib/JARZKY.jar
and the content is com\myclass.cla ss(with setSetter() and getGetter() methods)
How can you invoke that class through JSP?
A sincere Java Lover,
sukatoa
So, as im learning java, all i did to learn faster is i've created some applications(wi th sense). With my style of self learning, i hope it could be effective in JSP too....
I like to be advanced on the planned topic to be discussed by our instructor(He is not a certified Java Programmer though)
So now, all i know about JSP is the following:
-basic tags
expression <%= something%>
declaration <%! something%>
i dont know the term <% something %> I think it is an invocation
equivalent to java (Please correct me on that part)
-Setting up tomcat.
-The ROOT folder
-WEB-INF theoritically knew where to put classes/jars etc....
(though im not tested them yet)
-getting the value of a html form through request.getPara meter("form input-type name)
Those are basics obviously...( I learned them through surfing)
And im planning to create a simple application.
What comes on my mind is to reimplement my previous project (Simple Hotel FrontDesk System) into Online Hotel Reservation System
-the registration is obviously done by the hotel frontdesk only....
-Maybe the BlackList feature would be added if i knew the real ( Deep )
Actually, we have proposed a project "Online Entrance Exam" to our instructor and he likes it... so he approved our proposal.....( Not Thesis )
But before we start banging that project, deadline is on October ( Final week in this semester )
I like to grasp the essentials of JSP and also the other techniques, new way, and theory behind that architectural design for web application platform....
(Please correct me on the phrase above)
Actually, the faculty decided to order a J2EE book from Sun( i think the book base is in Singapore) for about 2500php or $56.00
Unfortunately, that book is expected to be arrived on midterms.... unbelievable scenario(but that was true)....
I did attempt to buy a new book instead of waiting that precious book, but i doubt for having such book....(for $40.99)....
So i decided to wait that precious book, yet learning in advance from this forum and the other web resources....
What a long story :)
Well, anyway,
Here is what i suppose to know in JSP as im building my experimental application for the supplement on my final project( Not thesis though )
I like to know about the JSP Beans,
for example, i have a java class that contains setter and getter methods,
i like to jar them, unfortunately, i didn't found the right tutorial for it on the web...
so can you post a helpful url that would teach me how to do that?
and also, about how to access the jar file from the jsp container( doubt of terms )Please correct me....
Or can you show an example?
For example, i have a jar file in WEB-INF/lib/JARZKY.jar
and the content is com\myclass.cla ss(with setSetter() and getGetter() methods)
How can you invoke that class through JSP?
A sincere Java Lover,
sukatoa
Comment