Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Linux Archive
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-06-2008, 04:38 PM
Member
 
Join Date: Apr 2008
Location: hyderabad
Posts: 11
bhaskary is on a distinguished road
Send a message via Skype™ to bhaskary
i am developing one project using struts and springs
Hi all,
i am developing one project using struts and springs can any one tell how to start my project give me full structure


thanks,
bhaskary
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 05-06-2008, 05:17 PM
rjuyal's Avatar
Senior Member
 
Join Date: Mar 2008
Location: Delhi, India
Posts: 187
rjuyal is on a distinguished road
SpringFramework is complete in it. Do you want to use Struts-Tiles only , or
something else.

in case, you want to use only Tiles feature of Struts, then you need to use its resolver only.
__________________
i am the future
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 05-07-2008, 10:42 AM
Member
 
Join Date: Apr 2008
Location: hyderabad
Posts: 11
bhaskary is on a distinguished road
Send a message via Skype™ to bhaskary
thanks rjuyal,

i am using Tiles feature of Struts and SpringFramework
Bookmark Post in Technorati
Reply With Quote
  #4 (permalink)  
Old 05-07-2008, 12:44 PM
rjuyal's Avatar
Senior Member
 
Join Date: Mar 2008
Location: Delhi, India
Posts: 187
rjuyal is on a distinguished road
in your servlet.xml

Code:
<bean id="viewResolver" class="org.springframework.web.servlet.view.InternalResourceViewResolver"> <property name="viewClass"> <value> org.springframework.web.servlet.view.tiles.TilesJstlView </value> </property> </bean>
Code:
<bean id="tilesConfigurer" class="org.springframework.web.servlet.view.tiles.TilesConfigurer"> <property name="factoryClass"> <value> org.apache.struts.tiles.xmlDefinition.I18nFactorySet </value> </property> <property name="definitions"> <list> <value>path-of-your-tiles-defs.xml</value> </list> </property> </bean>

Hope this make sense
__________________
i am the future
Bookmark Post in Technorati
Reply With Quote
  #5 (permalink)  
Old 05-07-2008, 03:56 PM
Member
 
Join Date: Apr 2008
Location: hyderabad
Posts: 11
bhaskary is on a distinguished road
Send a message via Skype™ to bhaskary
thanks rjuyal
Bookmark Post in Technorati
Reply With Quote
  #6 (permalink)  
Old 05-07-2008, 03:59 PM
rjuyal's Avatar
Senior Member
 
Join Date: Mar 2008
Location: Delhi, India
Posts: 187
rjuyal is on a distinguished road
welcome
it was completely my pleasure
now close the thread as solved
__________________
i am the future
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to set null value in Springs configuration file Java Tip Java Tips 0 03-29-2008 02:44 PM
Developing for Mac jmds NetBeans 0 11-25-2007 09:55 PM
How to use Collection in Springs JavaBean Java Tips 0 09-26-2007 10:36 PM
How to set null value in Springs configuration file JavaBean Java Tips 0 09-26-2007 10:35 PM
easy way to study the java springs concept kumar84 New To Java 1 07-17-2007 05:53 PM


All times are GMT +3. The time now is 06:55 PM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org