aspose file tools
The moose likes Other Application Frameworks and the fly likes Ecommerce using stripes Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Other Application Frameworks
Reply Bookmark "Ecommerce using stripes" Watch "Ecommerce using stripes" New topic
Author

Ecommerce using stripes

Ragav pb
Greenhorn

Joined: Nov 26, 2010
Posts: 1
Hello All,

We have planned to start an e commerce project using Stripes + Hibernate.

Please let me know if it is good to have admin & user part in same project or two separate ones.
If it is a single project , how do i separate admin side code & user code.

for eg: if i have admin actions in com.ecommerce.adminactions pacakge and user actions in com.ecommerce.useractions package should i use dynamicmappingfilter to direct admin request to com.ecommerce.adminactions and user request to com.ecommerce.useractions ?

http://myecommerce.com/admin/* - > should always go to com.ecommerce.adminactions

http://myecommerce.com/ -> should go to com.ecommerce.useractions

or
Should i use @urlbinding(/admin/st.action) in each class (Hard code).

The requirement is they need multistore concept.
Please let me know your thoughts on this.Your thoughts & suggestions will be helpful
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Ecommerce using stripes
 
Similar Threads
Struts based Application Automation Tips Required
What is THE most advantage of stripes
SCEA v5 Certified
Unable to get the chackbox array values in Servlet file
Quick question about getters and setters in Struts 2