• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

What are some good resources for JSP development?

evident

Lifer
I just started a new role at my company doing some web apps using JSP/oracle.
I've had previous web experience w/ ruby on rails in a one semester web class (i made a store) but that was about 2.5 years ago.
I am familiar enough with good web coding paradigms and css, but i really need to brush up on those too.
I am a pretty good Java programmer but i haven't programmed in a year. I took a database course that used mysql but am not familiar with oracle

Can you guys point me to some good books and resources that would be appropriate for my skillset and jumpstart me in my new role?

thanks!
 
Not much help in the jsp world, but oracle is 95% like mysql for most web work. It will only differ if you start writing stored procedures or any pl/sql scripts. For 99% of my web projects I have written neither.
 
Back
Top