PaSSioN iS eqUiVaLeNt to epiCNeSS
Passion: is when you put more energy into something than is required to do it. It is more than just enthusiasm or excitement, passion is ambition that is materialized into action to put as much heart, mind body and soul into something as is possible.
RECENT BLOGGAGE
Simple JSP Example Without - NOT Hello World : [ 2012-09-18 ]
Well, I have NEVER touched a line of JSP until about 2 days ago. I did what every developer does when they gain interest in a new language, search, search and search for tutorials and examples of using the language that actually pertain to the REAL world and not just the "Hello World" clan. I'm talking, having at least a simple form that can take user values and actually do something with them instead of outputting a string of "Hello World" to the screen. Enough of that Hello World stuff already, it's annoying, we wanna see some real stuff. This is why I figured to toss a simple example JSP and form logic together real quick. This took me about 5 minutes together, maybe even less.
First of coarse we need a simple HTML form where user's where obviously enter their values.