-
Jul 23rd, 2009, 12:59 PM
#1
XML Tutorial
Hello to all those folks out there. This is my first post to these forums so I apologize now if I breaking any posting rules or if this post is in the wrong place.
I'm an IT developer but I'm a complete noob to the SpringFramework way of doing websites.
I've tried to do several online tutorials but they always have one or two pieces missing so that it never works right, or My understanding has never been correct. I would like to know where I can find a definitive, line by line description of how to setup the XML configurations for the spring framework objects. For instance. Setting up the XML for form validation.
<bean name="/test.jsp" class="com.cbi.logon.TestController">
<property name="sessionForm"><value>true</value></property>
<property name="commandName" value="TestCmd" />
<property name="commandClass" value="com.cbi.logon.TestCmd" />
<property name="validator">
<bean class="com.cbi.logon.TestValidator" />
</property>
<property name="formView" value="test.jsp" />
<property name="successView" value="home.htm" />
</bean>
Using the above as an example, I just would like to know what each line is supposed to correspond to.
-
Jul 28th, 2009, 03:18 AM
#2
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules