├── contact.xlsx
├── .idea
├── copyright
│ └── profiles_settings.xml
├── inspectionProfiles
│ ├── profiles_settings.xml
│ └── Project_Default.xml
├── modules.xml
├── libraries
│ ├── slf4j.xml
│ ├── logback_full.xml
│ ├── Maven__jstl_jstl_1_2.xml
│ ├── Maven__ant_ant_1_6_5.xml
│ ├── Maven__antlr_antlr_2_7_7.xml
│ ├── Maven__dom4j_dom4j_1_6_1.xml
│ ├── Maven__javax_transaction_jta_1_1.xml
│ ├── Maven__taglibs_standard_1_1_2.xml
│ ├── Maven__xml_apis_xml_apis_1_0_b2.xml
│ ├── Maven__commons_io_commons_io_2_4.xml
│ ├── Maven__org_slf4j_slf4j_api_1_6_1.xml
│ ├── Maven__aopalliance_aopalliance_1_0.xml
│ ├── Maven__freemarker_freemarker_2_3_8.xml
│ ├── Maven__javax_servlet_servlet_api_2_5.xml
│ ├── Maven__org_hibernate_jtidy_r8_20060801.xml
│ ├── Maven__org_javassist_javassist_3_15_0_GA.xml
│ ├── Maven__commons_logging_commons_logging_1_2.xml
│ ├── Maven__mysql_mysql_connector_java_5_1_38.xml
│ ├── Maven__org_eclipse_text_3_2_0_v20060605_1400.xml
│ ├── Maven__javax_validation_validation_api_1_0_0_GA.xml
│ ├── Maven__org_eclipse_osgi_3_10_0_v20140606_1445.xml
│ ├── Maven__org_jboss_logging_jboss_logging_3_1_0_CR2.xml
│ ├── Maven__com_fasterxml_jackson_core_jackson_core_2_5_1.xml
│ ├── Maven__org_hibernate_hibernate_core_4_0_1_Final.xml
│ ├── Maven__org_eclipse_core_jobs_3_6_0_v20140424_0053.xml
│ ├── Maven__org_hibernate_hibernate_tools_4_0_1_Final.xml
│ ├── Maven__org_springframework_spring_tx_4_1_4_RELEASE.xml
│ ├── Maven__commons_fileupload_commons_fileupload_1_2_2.xml
│ ├── Maven__org_springframework_spring_aop_4_1_4_RELEASE.xml
│ ├── Maven__org_springframework_spring_orm_4_1_4_RELEASE.xml
│ ├── Maven__org_springframework_spring_web_4_1_4_RELEASE.xml
│ ├── Maven__commons_collections_commons_collections_3_2_1.xml
│ ├── Maven__org_springframework_spring_core_4_1_4_RELEASE.xml
│ ├── Maven__org_springframework_spring_jdbc_4_1_4_RELEASE.xml
│ ├── Maven__com_fasterxml_jackson_core_jackson_databind_2_5_1.xml
│ ├── Maven__org_eclipse_equinox_app_1_3_200_v20130910_1609.xml
│ ├── Maven__org_springframework_spring_beans_4_1_4_RELEASE.xml
│ ├── Maven__org_springframework_spring_webmvc_4_1_4_RELEASE.xml
│ ├── Maven__org_eclipse_core_commands_3_3_0_I20070605_0010.xml
│ ├── Maven__org_eclipse_core_runtime_3_10_0_v20140318_2214.xml
│ ├── Maven__org_hibernate_hibernate_validator_4_2_0_Final.xml
│ ├── Maven__org_springframework_spring_context_4_1_4_RELEASE.xml
│ ├── Maven__com_fasterxml_jackson_core_jackson_annotations_2_5_1.xml
│ ├── Maven__org_eclipse_equinox_common_3_6_200_v20130402_1505.xml
│ ├── Maven__org_eclipse_equinox_registry_3_5_400_v20140428_1507.xml
│ ├── Maven__org_hibernate_hibernate_entitymanager_4_0_1_Final.xml
│ ├── Maven__org_springframework_spring_expression_4_1_4_RELEASE.xml
│ ├── Maven__org_eclipse_core_contenttype_3_4_200_v20140207_1251.xml
│ ├── Maven__org_eclipse_equinox_preferences_3_5_200_v20140224_1527.xml
│ ├── Maven__org_hibernate_hibernate_commons_annotations_3_2_0_Final.xml
│ ├── Maven__org_springframework_security_spring_security_web_3_1_4_RELEASE.xml
│ ├── Maven__org_eclipse_tycho_org_eclipse_jdt_core_3_9_1_v20130905_0837.xml
│ ├── Maven__org_springframework_security_spring_security_core_3_1_4_RELEASE.xml
│ ├── Maven__org_hibernate_javax_persistence_hibernate_jpa_2_0_api_1_0_1_Final.xml
│ ├── Maven__org_hibernate_common_hibernate_commons_annotations_4_0_1_Final.xml
│ ├── Maven__org_springframework_security_spring_security_config_3_1_4_RELEASE.xml
│ └── Maven__org_jboss_spec_javax_transaction_jboss_transaction_api_1_1_spec_1_0_0_Final.xml
├── compiler.xml
├── misc.xml
├── artifacts
│ └── emusicstore_Web_exploded.xml
└── uiDesigner.xml
├── lib
├── aopalliance-1.0.jar
├── commons-logging-1.1.3.jar
├── spring-aop-4.2.5.RELEASE.jar
├── spring-core-4.2.5.RELEASE.jar
├── spring-jdbc-4.2.5.RELEASE.jar
├── spring-jms-4.2.5.RELEASE.jar
├── spring-orm-4.2.5.RELEASE.jar
├── spring-oxm-4.2.5.RELEASE.jar
├── spring-test-4.2.5.RELEASE.jar
├── spring-tx-4.2.5.RELEASE.jar
├── spring-web-4.2.5.RELEASE.jar
├── spring-beans-4.2.5.RELEASE.jar
├── spring-webmvc-4.2.5.RELEASE.jar
├── spring-aspects-4.2.5.RELEASE.jar
├── spring-context-4.2.5.RELEASE.jar
├── spring-messaging-4.2.5.RELEASE.jar
├── spring-websocket-4.2.5.RELEASE.jar
├── spring-expression-4.2.5.RELEASE.jar
├── spring-instrument-4.2.5.RELEASE.jar
├── spring-webmvc-portlet-4.2.5.RELEASE.jar
├── spring-context-support-4.2.5.RELEASE.jar
└── spring-instrument-tomcat-4.2.5.RELEASE.jar
├── src
└── main
│ ├── webapp
│ ├── META-INF
│ │ └── MANIFEST.MF
│ └── WEB-INF
│ │ ├── lib
│ │ ├── slf4j.jar
│ │ ├── jstl-1.2.jar
│ │ ├── jta-1.1.jar
│ │ ├── logback.jar
│ │ ├── ant-1.6.5.jar
│ │ ├── antlr-2.7.7.jar
│ │ ├── dom4j-1.6.1.jar
│ │ ├── aopalliance-1.0.jar
│ │ ├── commons-io-2.4.jar
│ │ ├── freemarker-2.3.8.jar
│ │ ├── standard-1.1.2.jar
│ │ ├── xml-apis-1.0.b2.jar
│ │ ├── javax.servlet-3.0.jar
│ │ ├── jtidy-r8-20060801.jar
│ │ ├── commons-logging-1.2.jar
│ │ ├── javassist-3.15.0-GA.jar
│ │ ├── jboss-logging-3.1.0.CR2.jar
│ │ ├── spring-tx-4.1.4.RELEASE.jar
│ │ ├── validation-api-1.0.0.GA.jar
│ │ ├── app-1.3.200-v20130910-1609.jar
│ │ ├── commons-collections-3.2.1.jar
│ │ ├── commons-fileupload-1.2.2.jar
│ │ ├── hibernate-core-4.0.1.Final.jar
│ │ ├── jobs-3.6.0-v20140424-0053.jar
│ │ ├── osgi-3.10.0-v20140606-1445.jar
│ │ ├── spring-aop-4.1.4.RELEASE.jar
│ │ ├── spring-beans-4.1.4.RELEASE.jar
│ │ ├── spring-core-4.1.4.RELEASE.jar
│ │ ├── spring-jdbc-4.1.4.RELEASE.jar
│ │ ├── spring-orm-4.1.4.RELEASE.jar
│ │ ├── spring-web-4.1.4.RELEASE.jar
│ │ ├── text-3.2.0-v20060605-1400.jar
│ │ ├── hibernate-tools-4.0.1.Final.jar
│ │ ├── mysql-connector-java-5.1.38.jar
│ │ ├── spring-context-4.1.4.RELEASE.jar
│ │ ├── spring-webmvc-4.1.4.RELEASE.jar
│ │ ├── commands-3.3.0-I20070605-0010.jar
│ │ ├── common-3.6.200-v20130402-1505.jar
│ │ ├── hibernate-validator-4.2.0.Final.jar
│ │ ├── registry-3.5.400-v20140428-1507.jar
│ │ ├── runtime-3.10.0-v20140318-2214.jar
│ │ ├── spring-expression-4.1.4.RELEASE.jar
│ │ ├── hibernate-jpa-2.0-api-1.0.1.Final.jar
│ │ ├── spring-security-web-3.1.4.RELEASE.jar
│ │ ├── contenttype-3.4.200-v20140207-1251.jar
│ │ ├── hibernate-entitymanager-4.0.1.Final.jar
│ │ ├── preferences-3.5.200-v20140224-1527.jar
│ │ ├── spring-security-config-3.1.4.RELEASE.jar
│ │ ├── spring-security-core-3.1.4.RELEASE.jar
│ │ ├── hibernate-commons-annotations-3.2.0.Final.jar
│ │ ├── hibernate-commons-annotations-4.0.1.Final.jar
│ │ ├── org.eclipse.jdt.core-3.9.1.v20130905-0837.jar
│ │ └── jboss-transaction-api_1.1_spec-1.0.0.Final.jar
│ │ ├── resources
│ │ ├── images
│ │ │ ├── back1.jpg
│ │ │ ├── back2.jpg
│ │ │ ├── back8.jpg
│ │ │ ├── back9.jpg
│ │ │ ├── 297e4892546a98b001546aa94f4b0001.png
│ │ │ ├── 297e4892546e130101546e1e83ed0001.png
│ │ │ ├── 297e4892546e45e701546e53799c0000.png
│ │ │ ├── 297e489254746e2301547479f56f0006.png
│ │ │ ├── 297e489254746e230154748c84fd0008.png
│ │ │ ├── 297e489254746e23015474946d6c000a.png
│ │ │ └── 297e489254746e230154749c9915000c.png
│ │ ├── fonts
│ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ └── glyphicons-halflings-regular.woff2
│ │ ├── css
│ │ │ ├── main.css
│ │ │ └── carousel.css
│ │ └── js
│ │ │ └── controller.js
│ │ ├── classes
│ │ └── com
│ │ │ └── emusicstore
│ │ │ ├── dao
│ │ │ ├── CartDao.class
│ │ │ ├── ProductDao.class
│ │ │ ├── CartDaoImpl.class
│ │ │ ├── ProductDaoImpl.class
│ │ │ └── ProductDaoOld.class
│ │ │ ├── model
│ │ │ ├── Cart.class
│ │ │ ├── CartItem.class
│ │ │ └── Product.class
│ │ │ └── controller
│ │ │ ├── MyController.class
│ │ │ ├── AdminController.class
│ │ │ ├── CartController.class
│ │ │ ├── LoginController.class
│ │ │ └── CartItemController.class
│ │ ├── views
│ │ ├── firstPage.html
│ │ ├── templates
│ │ │ ├── footer.jsp
│ │ │ └── header.jsp
│ │ ├── admin.jsp
│ │ ├── login.jsp
│ │ ├── viewProductInventory.jsp
│ │ ├── viewProduct.jsp
│ │ ├── cart.jsp
│ │ ├── productInventory.jsp
│ │ ├── productList.jsp
│ │ ├── addProduct.jsp
│ │ ├── editProduct.jsp
│ │ └── home.jsp
│ │ ├── dispatcher-servlet.xml
│ │ ├── web.xml
│ │ └── applicationContext.xml
│ ├── java
│ └── com
│ │ └── emusicstore
│ │ ├── dao
│ │ ├── CartDao.java
│ │ ├── ProductDao.java
│ │ ├── CartDaoImpl.java
│ │ ├── ProductDaoImpl.java
│ │ └── ProductDaoOld.java
│ │ ├── controller
│ │ ├── LoginController.java
│ │ ├── CartItemController.java
│ │ ├── MyController.java
│ │ ├── CartController.java
│ │ └── AdminController.java
│ │ └── model
│ │ ├── CartItem.java
│ │ ├── Cart.java
│ │ └── Product.java
│ └── main.iml
├── README.md
├── pom.xml
└── emusicstore.iml
/contact.xlsx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/contact.xlsx
--------------------------------------------------------------------------------
/.idea/copyright/profiles_settings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/lib/aopalliance-1.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/lib/aopalliance-1.0.jar
--------------------------------------------------------------------------------
/lib/commons-logging-1.1.3.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/lib/commons-logging-1.1.3.jar
--------------------------------------------------------------------------------
/lib/spring-aop-4.2.5.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/lib/spring-aop-4.2.5.RELEASE.jar
--------------------------------------------------------------------------------
/lib/spring-core-4.2.5.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/lib/spring-core-4.2.5.RELEASE.jar
--------------------------------------------------------------------------------
/lib/spring-jdbc-4.2.5.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/lib/spring-jdbc-4.2.5.RELEASE.jar
--------------------------------------------------------------------------------
/lib/spring-jms-4.2.5.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/lib/spring-jms-4.2.5.RELEASE.jar
--------------------------------------------------------------------------------
/lib/spring-orm-4.2.5.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/lib/spring-orm-4.2.5.RELEASE.jar
--------------------------------------------------------------------------------
/lib/spring-oxm-4.2.5.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/lib/spring-oxm-4.2.5.RELEASE.jar
--------------------------------------------------------------------------------
/lib/spring-test-4.2.5.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/lib/spring-test-4.2.5.RELEASE.jar
--------------------------------------------------------------------------------
/lib/spring-tx-4.2.5.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/lib/spring-tx-4.2.5.RELEASE.jar
--------------------------------------------------------------------------------
/lib/spring-web-4.2.5.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/lib/spring-web-4.2.5.RELEASE.jar
--------------------------------------------------------------------------------
/lib/spring-beans-4.2.5.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/lib/spring-beans-4.2.5.RELEASE.jar
--------------------------------------------------------------------------------
/lib/spring-webmvc-4.2.5.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/lib/spring-webmvc-4.2.5.RELEASE.jar
--------------------------------------------------------------------------------
/src/main/webapp/META-INF/MANIFEST.MF:
--------------------------------------------------------------------------------
1 | Manifest-Version: 1.0
2 | Built-By: ajeasyvaio
3 | Created-By: IntelliJ IDEA
4 | Build-Jdk: 1.8.0_73
5 |
6 |
--------------------------------------------------------------------------------
/lib/spring-aspects-4.2.5.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/lib/spring-aspects-4.2.5.RELEASE.jar
--------------------------------------------------------------------------------
/lib/spring-context-4.2.5.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/lib/spring-context-4.2.5.RELEASE.jar
--------------------------------------------------------------------------------
/lib/spring-messaging-4.2.5.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/lib/spring-messaging-4.2.5.RELEASE.jar
--------------------------------------------------------------------------------
/lib/spring-websocket-4.2.5.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/lib/spring-websocket-4.2.5.RELEASE.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/slf4j.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/slf4j.jar
--------------------------------------------------------------------------------
/lib/spring-expression-4.2.5.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/lib/spring-expression-4.2.5.RELEASE.jar
--------------------------------------------------------------------------------
/lib/spring-instrument-4.2.5.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/lib/spring-instrument-4.2.5.RELEASE.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/jstl-1.2.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/jstl-1.2.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/jta-1.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/jta-1.1.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/logback.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/logback.jar
--------------------------------------------------------------------------------
/lib/spring-webmvc-portlet-4.2.5.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/lib/spring-webmvc-portlet-4.2.5.RELEASE.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/ant-1.6.5.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/ant-1.6.5.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/antlr-2.7.7.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/antlr-2.7.7.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/dom4j-1.6.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/dom4j-1.6.1.jar
--------------------------------------------------------------------------------
/lib/spring-context-support-4.2.5.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/lib/spring-context-support-4.2.5.RELEASE.jar
--------------------------------------------------------------------------------
/lib/spring-instrument-tomcat-4.2.5.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/lib/spring-instrument-tomcat-4.2.5.RELEASE.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/aopalliance-1.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/aopalliance-1.0.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/commons-io-2.4.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/commons-io-2.4.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/freemarker-2.3.8.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/freemarker-2.3.8.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/standard-1.1.2.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/standard-1.1.2.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/xml-apis-1.0.b2.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/xml-apis-1.0.b2.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/javax.servlet-3.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/javax.servlet-3.0.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/jtidy-r8-20060801.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/jtidy-r8-20060801.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/resources/images/back1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/resources/images/back1.jpg
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/resources/images/back2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/resources/images/back2.jpg
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/resources/images/back8.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/resources/images/back8.jpg
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/resources/images/back9.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/resources/images/back9.jpg
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/commons-logging-1.2.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/commons-logging-1.2.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/javassist-3.15.0-GA.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/javassist-3.15.0-GA.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/jboss-logging-3.1.0.CR2.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/jboss-logging-3.1.0.CR2.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/spring-tx-4.1.4.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/spring-tx-4.1.4.RELEASE.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/validation-api-1.0.0.GA.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/validation-api-1.0.0.GA.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/app-1.3.200-v20130910-1609.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/app-1.3.200-v20130910-1609.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/commons-collections-3.2.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/commons-collections-3.2.1.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/commons-fileupload-1.2.2.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/commons-fileupload-1.2.2.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/hibernate-core-4.0.1.Final.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/hibernate-core-4.0.1.Final.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/jobs-3.6.0-v20140424-0053.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/jobs-3.6.0-v20140424-0053.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/osgi-3.10.0-v20140606-1445.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/osgi-3.10.0-v20140606-1445.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/spring-aop-4.1.4.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/spring-aop-4.1.4.RELEASE.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/spring-beans-4.1.4.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/spring-beans-4.1.4.RELEASE.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/spring-core-4.1.4.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/spring-core-4.1.4.RELEASE.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/spring-jdbc-4.1.4.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/spring-jdbc-4.1.4.RELEASE.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/spring-orm-4.1.4.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/spring-orm-4.1.4.RELEASE.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/spring-web-4.1.4.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/spring-web-4.1.4.RELEASE.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/text-3.2.0-v20060605-1400.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/text-3.2.0-v20060605-1400.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/hibernate-tools-4.0.1.Final.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/hibernate-tools-4.0.1.Final.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/mysql-connector-java-5.1.38.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/mysql-connector-java-5.1.38.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/spring-context-4.1.4.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/spring-context-4.1.4.RELEASE.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/spring-webmvc-4.1.4.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/spring-webmvc-4.1.4.RELEASE.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/commands-3.3.0-I20070605-0010.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/commands-3.3.0-I20070605-0010.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/common-3.6.200-v20130402-1505.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/common-3.6.200-v20130402-1505.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/hibernate-validator-4.2.0.Final.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/hibernate-validator-4.2.0.Final.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/registry-3.5.400-v20140428-1507.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/registry-3.5.400-v20140428-1507.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/runtime-3.10.0-v20140318-2214.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/runtime-3.10.0-v20140318-2214.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/spring-expression-4.1.4.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/spring-expression-4.1.4.RELEASE.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/classes/com/emusicstore/dao/CartDao.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/classes/com/emusicstore/dao/CartDao.class
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/classes/com/emusicstore/model/Cart.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/classes/com/emusicstore/model/Cart.class
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/hibernate-jpa-2.0-api-1.0.1.Final.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/hibernate-jpa-2.0-api-1.0.1.Final.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/spring-security-web-3.1.4.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/spring-security-web-3.1.4.RELEASE.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/classes/com/emusicstore/dao/ProductDao.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/classes/com/emusicstore/dao/ProductDao.class
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/classes/com/emusicstore/model/CartItem.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/classes/com/emusicstore/model/CartItem.class
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/classes/com/emusicstore/model/Product.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/classes/com/emusicstore/model/Product.class
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/contenttype-3.4.200-v20140207-1251.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/contenttype-3.4.200-v20140207-1251.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/hibernate-entitymanager-4.0.1.Final.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/hibernate-entitymanager-4.0.1.Final.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/preferences-3.5.200-v20140224-1527.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/preferences-3.5.200-v20140224-1527.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/spring-security-config-3.1.4.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/spring-security-config-3.1.4.RELEASE.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/spring-security-core-3.1.4.RELEASE.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/spring-security-core-3.1.4.RELEASE.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/classes/com/emusicstore/dao/CartDaoImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/classes/com/emusicstore/dao/CartDaoImpl.class
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/classes/com/emusicstore/dao/ProductDaoImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/classes/com/emusicstore/dao/ProductDaoImpl.class
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/classes/com/emusicstore/dao/ProductDaoOld.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/classes/com/emusicstore/dao/ProductDaoOld.class
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/hibernate-commons-annotations-3.2.0.Final.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/hibernate-commons-annotations-3.2.0.Final.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/hibernate-commons-annotations-4.0.1.Final.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/hibernate-commons-annotations-4.0.1.Final.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/org.eclipse.jdt.core-3.9.1.v20130905-0837.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/org.eclipse.jdt.core-3.9.1.v20130905-0837.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/resources/fonts/glyphicons-halflings-regular.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/resources/fonts/glyphicons-halflings-regular.eot
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/resources/fonts/glyphicons-halflings-regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/resources/fonts/glyphicons-halflings-regular.ttf
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/resources/fonts/glyphicons-halflings-regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/resources/fonts/glyphicons-halflings-regular.woff
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/lib/jboss-transaction-api_1.1_spec-1.0.0.Final.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/lib/jboss-transaction-api_1.1_spec-1.0.0.Final.jar
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/resources/fonts/glyphicons-halflings-regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/resources/fonts/glyphicons-halflings-regular.woff2
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/classes/com/emusicstore/controller/MyController.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/classes/com/emusicstore/controller/MyController.class
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/resources/images/297e4892546a98b001546aa94f4b0001.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/resources/images/297e4892546a98b001546aa94f4b0001.png
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/resources/images/297e4892546e130101546e1e83ed0001.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/resources/images/297e4892546e130101546e1e83ed0001.png
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/resources/images/297e4892546e45e701546e53799c0000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/resources/images/297e4892546e45e701546e53799c0000.png
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/resources/images/297e489254746e2301547479f56f0006.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/resources/images/297e489254746e2301547479f56f0006.png
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/resources/images/297e489254746e230154748c84fd0008.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/resources/images/297e489254746e230154748c84fd0008.png
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/resources/images/297e489254746e23015474946d6c000a.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/resources/images/297e489254746e23015474946d6c000a.png
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/resources/images/297e489254746e230154749c9915000c.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/resources/images/297e489254746e230154749c9915000c.png
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/classes/com/emusicstore/controller/AdminController.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/classes/com/emusicstore/controller/AdminController.class
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/classes/com/emusicstore/controller/CartController.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/classes/com/emusicstore/controller/CartController.class
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/classes/com/emusicstore/controller/LoginController.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/classes/com/emusicstore/controller/LoginController.class
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/classes/com/emusicstore/controller/CartItemController.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeadapter/eMusicStore_eCommerce_Website/HEAD/src/main/webapp/WEB-INF/classes/com/emusicstore/controller/CartItemController.class
--------------------------------------------------------------------------------
/.idea/inspectionProfiles/profiles_settings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/.idea/modules.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/.idea/libraries/slf4j.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/.idea/libraries/logback_full.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # eMusicStore_eCommerce_Website
2 | Author : Ajinkya Sawant @2016
3 |
4 | This is an eCommerce Website project developed using IntelliJ IDEA IDE with technologies like Java/J2EE Spring MVC,Servlets,JSP, Hibernate,Oracle,HTML,CSS,JavaScript,AngularJs, RESTful services.It has a Product list page,REST Cart function with AngularJS,Admin role to Add,Update and delete products and much more.
5 |
6 |
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/views/firstPage.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | Using Angular
9 |
10 |
11 |
12 | NAME: {{ name }}
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/src/main/java/com/emusicstore/dao/CartDao.java:
--------------------------------------------------------------------------------
1 | package com.emusicstore.dao;
2 |
3 | import com.emusicstore.model.Cart;
4 |
5 | /**
6 | * Created by ajeasyvaio on 05/05/2016.
7 | */
8 | public interface CartDao {
9 |
10 | Cart create(Cart cart);
11 | Cart read(String cartId);
12 | void update(String cartId,Cart cart);
13 | void delete(String cartId);
14 | //public Cart get(String cartId);
15 |
16 | }
17 |
--------------------------------------------------------------------------------
/src/main/java/com/emusicstore/dao/ProductDao.java:
--------------------------------------------------------------------------------
1 | package com.emusicstore.dao;
2 |
3 | import com.emusicstore.model.Product;
4 |
5 | import java.util.List;
6 |
7 | /**
8 | * Created by ajeasyvaio on 04/27/2016.
9 | */
10 | public interface ProductDao {
11 |
12 | void addProduct(Product product);
13 | void editProduct(Product product);
14 | void deleteProduct(String id);
15 | List getProducts();
16 | Product getProductById(String id);
17 |
18 | }
19 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__jstl_jstl_1_2.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__ant_ant_1_6_5.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__antlr_antlr_2_7_7.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__dom4j_dom4j_1_6_1.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__javax_transaction_jta_1_1.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__taglibs_standard_1_1_2.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__xml_apis_xml_apis_1_0_b2.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__commons_io_commons_io_2_4.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__org_slf4j_slf4j_api_1_6_1.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__aopalliance_aopalliance_1_0.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__freemarker_freemarker_2_3_8.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__javax_servlet_servlet_api_2_5.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__org_hibernate_jtidy_r8_20060801.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__org_javassist_javassist_3_15_0_GA.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__commons_logging_commons_logging_1_2.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__mysql_mysql_connector_java_5_1_38.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__org_eclipse_text_3_2_0_v20060605_1400.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__javax_validation_validation_api_1_0_0_GA.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__org_eclipse_osgi_3_10_0_v20140606_1445.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__org_jboss_logging_jboss_logging_3_1_0_CR2.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_core_2_5_1.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__org_hibernate_hibernate_core_4_0_1_Final.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__org_eclipse_core_jobs_3_6_0_v20140424_0053.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__org_hibernate_hibernate_tools_4_0_1_Final.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__org_springframework_spring_tx_4_1_4_RELEASE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__commons_fileupload_commons_fileupload_1_2_2.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__org_springframework_spring_aop_4_1_4_RELEASE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__org_springframework_spring_orm_4_1_4_RELEASE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__org_springframework_spring_web_4_1_4_RELEASE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__commons_collections_commons_collections_3_2_1.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__org_springframework_spring_core_4_1_4_RELEASE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__org_springframework_spring_jdbc_4_1_4_RELEASE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_databind_2_5_1.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__org_eclipse_equinox_app_1_3_200_v20130910_1609.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__org_springframework_spring_beans_4_1_4_RELEASE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__org_springframework_spring_webmvc_4_1_4_RELEASE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__org_eclipse_core_commands_3_3_0_I20070605_0010.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__org_eclipse_core_runtime_3_10_0_v20140318_2214.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__org_hibernate_hibernate_validator_4_2_0_Final.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__org_springframework_spring_context_4_1_4_RELEASE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_annotations_2_5_1.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__org_eclipse_equinox_common_3_6_200_v20130402_1505.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__org_eclipse_equinox_registry_3_5_400_v20140428_1507.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__org_hibernate_hibernate_entitymanager_4_0_1_Final.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__org_springframework_spring_expression_4_1_4_RELEASE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__org_eclipse_core_contenttype_3_4_200_v20140207_1251.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/inspectionProfiles/Project_Default.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__org_eclipse_equinox_preferences_3_5_200_v20140224_1527.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__org_hibernate_hibernate_commons_annotations_3_2_0_Final.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__org_springframework_security_spring_security_web_3_1_4_RELEASE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__org_eclipse_tycho_org_eclipse_jdt_core_3_9_1_v20130905_0837.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__org_springframework_security_spring_security_core_3_1_4_RELEASE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Maven__org_hibernate_javax_persistence_hibernate_jpa_2_0_api_1_0_1_Final.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/views/templates/footer.jsp:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 |
9 |
10 |
12 |
13 |
14 |
15 | ">
16 |
17 |