All Projects → userkdg → Ssh Shop

userkdg / Ssh Shop

项目描述:建立购物小商城平台. 实现了前台页面系统。 技术描述:通过Spring 主框架来管理Struts2和Hibernate 框架搭建的电商小平台,用MySQL数据库并创建了表有用户表,订单表,商品表,商品分类表,商品内容表,购物车表等来存储数据。用到hibernate的懒加载方式来展示页面商品,商品分类,分类内容等信息。利用hibernate中session的方法实现分页显示商品。在网上下载的接口文档开发银行开放性接口,实现在线支付功能。用到html,css,js,ajax技术开发前端页面。后台实现利用Struts2的MVC模式对前端视图与后台数据交互,hibernate来处理dao层的业务逻辑的实现。

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Ssh Shop

Shop
基于SpringMVC,Spring,Hibernate的网上商城。代码已久不维护...
Stars: ✭ 162 (+107.69%)
Mutual labels:  hibernate, spring, ssh
Atom
Java course materials
Stars: ✭ 293 (+275.64%)
Mutual labels:  hibernate, spring
Spring Boot Mysql Rest Api Tutorial
Building a Restful CRUD API using Spring Boot, Mysql, JPA and Hibernate
Stars: ✭ 279 (+257.69%)
Mutual labels:  hibernate, spring
Tarena Java Textbooks
达内 Java 全套教材
Stars: ✭ 75 (-3.85%)
Mutual labels:  hibernate, spring
Jw Community
The main Joget open source repository. Joget is a platform to easily build enterprise Web apps for cloud and mobile. Build full-fledged apps, e.g. CRM, HR, Healthcare, etc. Drag and drop forms, lists, and UI elements. Add workflows to automate processes. Extend via plugins. Apps are mobile optimized and cloud ready. Download ready made apps from the Joget Marketplace. The compiled binaries are available for download at https://www.joget.org/download
Stars: ✭ 252 (+223.08%)
Mutual labels:  hibernate, spring
Spring Petclinic Rest
REST version of the Spring Petclinic sample application
Stars: ✭ 257 (+229.49%)
Mutual labels:  hibernate, spring
Poi
☀️ Read and Write Excel file using Java and Apache POI
Stars: ✭ 321 (+311.54%)
Mutual labels:  hibernate, spring
Spring Boot Postgresql Jpa Hibernate Rest Api Demo
Building RESTful APIs with Spring Boot, PostgreSQL, JPA and Hibernate
Stars: ✭ 209 (+167.95%)
Mutual labels:  hibernate, spring
Journaldev
JournalDev Projects
Stars: ✭ 897 (+1050%)
Mutual labels:  hibernate, spring
Javastudspringmvcweb
This is annotation based on Spring and Hibernate Version 4 project.
Stars: ✭ 24 (-69.23%)
Mutual labels:  hibernate, spring
Curso Sistemas Web Com Spring Javascript Bootstrap
Stars: ✭ 74 (-5.13%)
Mutual labels:  hibernate, spring
Spring Framework Petclinic
A Spring Framework application based on JSP, Spring MVC, Spring Data JPA, Hibernate and JDBC
Stars: ✭ 251 (+221.79%)
Mutual labels:  hibernate, spring
Quickperf
QuickPerf is a testing library for Java to quickly evaluate and improve some performance-related properties
Stars: ✭ 231 (+196.15%)
Mutual labels:  hibernate, spring
Easyee
开源 JavaEE 企业级快速开发平台。提供了 Spring Boot, Struts2, Hibernate, MyBatis, Shiro, EasyUI 等技术,包含完整的权限管理系统等。提供自动化代码生成器。 Open source JaveEE enterprise-class rapid development of the basic platform. Integration of Spring Boot, Struts2, Hibernate, MyBatis, Shiro, EasyUI and other technologies, including the integrity of the rights management. Provides an automated code generator.
Stars: ✭ 275 (+252.56%)
Mutual labels:  hibernate, ssh
Javastud
Official, Main: This is Core/Advance java example series project. It help to learn java step by step using pdf tutorial provided here and corresponding demo project for the eclipse. Tag: Java Student, Java Stud, Stud Java, StudJava, Java Teachers, Studs Quick Start Guide, Studs Java, Object Oriented Programming, Core Java, Java SE, Java EE, Java Enterprise Edition, Java Blog, Java Articles, Java Web, JSP, Servlet, Maven, Spring, Hibernate, Spring-boot, Spring MVC Web, Angular JS, Angular 2, Java Security, Java CRUD, Java Login Example, File Handling, Multi threading, exception handling, Collection classes, Swing, Database, Date Time, Joda Time, JPA.
Stars: ✭ 220 (+182.05%)
Mutual labels:  hibernate, spring
Angularjs Springmvc Sample Boot
A RESTful sample using Spring Boot, Spring MVC, Spring Data and Angular/Bootstrap.
Stars: ✭ 309 (+296.15%)
Mutual labels:  hibernate, spring
Jsf2.2 Spring4 Hibernate4 Mysql
Full configured JSF2.2.10, Primefaces5, Spring4, Hibernate4/MySQL working project
Stars: ✭ 10 (-87.18%)
Mutual labels:  hibernate, spring
Jblog
🔱一个简洁漂亮的java blog 👉基于Spring /MVC+ Hibernate + MySQL + Bootstrap + freemarker. 实现 🌈
Stars: ✭ 187 (+139.74%)
Mutual labels:  hibernate, spring
Dhis2 Core
DHIS2 Core. Written in Java. Contains the service layer and Web API.
Stars: ✭ 199 (+155.13%)
Mutual labels:  hibernate, spring
Javaquarkbbs
基于Spring Boot实现的一个简易的Java社区
Stars: ✭ 755 (+867.95%)
Mutual labels:  hibernate, spring

SSH网上商城 https://github.com/userkdg/ssh-shop.git 运用Spring、Struts2、Hibernate框架在Tomcat7、MySQL、jdk1.7环境下,建立商城平台, 实现了前台页面系统。

遇到的问题:避免不必要的数据访问,在多级分类的展示中,使用了懒加载方式减少一次性加载数据的压力,也避免出现 数据交互中N+1问题;当时开发中遇到每次刷新页面都是很慢,然后我对页面改用了JSP 页面的展示方式,速度有多提升,但是随着图片的增多,还是变慢,然后我就开启hibernate 二次缓存和查询缓存,配置它内置的ehcache.xml 将缓存数据储存到用户磁盘中,性能有比较大的改善。还有就是发送邮件的实现中,老是报错,据了解是jdk6的相关mail 工具类的问题,随后更换了第三方的mail工具jar,同时避免jar冲突的问题

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].