Shoppingcart: Functionalities
Shoppingcart: Functionalities
Functionalities:
1. User Registeration
3. Spring Security
4. Spring WebFlow
after adding products the cart the User can checkout using spring
WebFlow
Confirming User Details
Confirming Shipping and Billing Address
Receipt
If the user cancel the webflow it will go to cancel Page
If the user submits the checkout it will go to thank you page with the
timing of delivery Report
Installation:
o Download Eclipse
o Download IntelliJ Idea
o Download Maven
4. Database - H2 Database
o Download H2 Database
o Database properties:
o <bean id="dataSource"
o
class="org.springframework.jdbc.datasource.DriverManagerDat
aSource">
o <property name="driverClassName" value=YOUR DB DRIVER
CLASS NAME" />
o <property name="url" value="YOUR DB URL" />
o <property name="username" value="YOUR DB USERNAME" />
o <property name="password" value="YOUR DB PASSWORD" />
o </bean>
Database Dialect: