- Tomcat - 5.5.23
- Java - 1.5
- JSF - 1.2
- Spring - 2.0.3
- iBatis - 2.3.0
- database - Oracle
JSF have the following different features:
- Swing-like object-oriented Web application development
- Backing-bean management
- Extensible UI component model
- Flexible rendering model
- Extensible conversion and validation model
A serviceLocator class is created in system to glue the JSF with Spring.
Like other persistence layers, iBATIS strives to ease the development of data-driven applications by abstracting the low-level details involved in database communication, as well as providing higher-level ORM capabilities. iBatis SQL Maps is a straightforward data access tool, working at the SQL level like JDBC code, but externalizing SQL statements and their result and parameter mappings into an XML file. Above figure shows the simple example for iBatis.
1 comment:
Hi,
Nice intro. But I miss more details about faces-config and other configurations. Is that DelegatingVariableResolver used and what's about the web.xml file?
Could you be so kind and provide some code for download?
Do you know a good tutorial somewhere out?
Thank you.
Regards,
Andreas
Post a Comment