Lucky Dip Logo
Powered by PlusNet. PlusNet broadband.
Patrick's Lucky Dip
Home > Java > JSP Tutorial

Patrick Haston
14 November 2008

JSP Tutorial

We've done a fair bit of work with JDeveloper now, building quite a range of applications. Where we find it comes into its own is in the creation of web-based applications that are less data intensive, with more text-based content than tabular.

We couldn't find much documentation on how to use JDeveloper to create the sort of applications we wanted. There's loads about ADF, JSF, BPEL, web services and all the other buzz words, but we wanted the simplicity and control of creating our pages manually. We wanted the freedom to call on the database when we needed it, and without the overhead of a stack of xml files controlling the application.