Designing application:
Scenario
Requirements
Mockups
Architecture
Setting up development environment:
IDE: Spring Tool Suite
DBMS: MySQL
Create a new Spring MVC template project
Template engine: Velocity or Thymeleaf; Layout: Bootstrap
Preparing views and controllers (front-end).
Designing data model:
Identify the entities and their relationships
Follow bottom up or top down approach using...
Showing posts with label Ecommerce. Show all posts
Showing posts with label Ecommerce. Show all posts
Friday, June 17, 2016
Friday, June 17, 2016
Rewrite Netbeans e-commerce tutorial using Spring framework
Friday, January 1, 2016
Friday, January 01, 2016
Ofbiz
Ofbiz is used as an ERP system rather than an ECommerce application so be careful when choosing it as a shop.
Demohttps://www.antwebsystems.com/control/mainhttps://fhdemo.solveda.com/webtools/control/login(use admin/ofbiz to login)http://bigfish.solveda.com/bfDemo.html http://demo-stable-ofbiz.apache.org/ecommerce/control/mainhttp://demo-stable-ofbiz.apache.org/catalog/control/main?USERNAME=...
Friday, January 01, 2016
ECommerce Concept
Catalog:provides flexible product and category organization to manage categories and products.SKU:Stock-Keeping Unit. In the field of inventory management, a stock keeping unit (SKU /ˌɛsˌkeɪˈjuː, ˈsk(j)uː/) is a distinct type of item for sale,[1]: 122
such as a product or service, and all attributes associated with the
item type that distinguish it from other item types. For a product,
these...
Friday, January 01, 2016
Magento

Magento là một mã nguồn mở tạo web thương mại điện tử đã được ra mắt vào ngày 31 tháng 3 năm 2008. Magento được phát triển bởi Varien, với sự giúp đỡ từ các lập trình viên trong cộng đồng mã nguồn mở, nhưng chỉ được sở hữu bởi Magento Inc. Magento được xây dựng trên nền tảng Zend Framework. Nó sử...
Monday, September 5, 2011
Monday, September 05, 2011
The NetBeans E-commerce Tutorial - 3..13
Setting up the Development Environment
Designing the Data Model
Preparing the Page Views and Controller Servlet
Connecting the Application to the Database
Adding Entity Classes and Session Beans
Managing Sessions
Integrating Transactional Business Logic
Adding Language Support
Securing the Application
Testing and Profiling
Conclusion...
Sunday, July 24, 2011
Sunday, July 24, 2011
The NetBeans E-commerce Tutorial - Designing the Application 2
The application that you design in this tutorial is based on a real-world scenario. After being introduced to the tutorial scenario, you consolidate a high-level list of customer requirements. You then prepare a diagram of the application's business process flow, and a series of mockups which help both you and your customer get a clearer picture of how the final application will look to...
Friday, April 22, 2011
Friday, April 22, 2011
The NetBeans E-commerce Tutorial - Introduction 1
Welcome to the NetBeans E-commerce Tutorial. In this multi-part tutorial, you learn how to create a simple yet effective e-commerce application that demonstrates various important features of Java web and EE development. In doing so, you'll familiarize yourself with the NetBeans IDE and become capable of applying it to your own development purposes.
Taking the time to master the IDE will ultimately...