Pro<DOC/> e-commerce Technology An Introduction

Similar documents
Magento at the Core of ecommerce. The Magento Experience. Magento Enables Success. The ecommerce Ecosystem. Supplemental Pages

JAVA/J2EE DEVELOPER RESUME

100% NO CODING NO DEVELOPING IMMEDIATE BUSINESS -25% -70% UNLIMITED SCALABILITY DEVELOPMENT TIME SOFTWARE STABILITY

A Comparison of Open Source Application Development Frameworks for the Enterprise

OXAGILE RESUMES SUMMARY OF QUALIFICATIONS TECHNICAL SKILLS SENIOR JAVA SOFTWARE ENGINEER

DTWMS Required Software Engineers. 1. Senior Java Programmer (3 Positions) Responsibilities:

Why work with us? Speed. Quality. Cost. Services. Multiple parallel project teams Effective resourcing engine Faster deployment

Category: Business Process and Integration Solution for Small Business and the Enterprise

Compiere Technical Architecture Modern, configurable, extendible

Java EE 7: Back-End Server Application Development

Mike Boyarski Jaspersoft Product Marketing Business Intelligence in the Cloud

MVC pattern in java web programming

How to Build an E-Commerce Application using J2EE. Carol McDonald Code Camp Engineer

Service-oriented architecture in e-commerce applications

Apigee Edge API Services Manage, scale, secure, and build APIs and apps

<Insert Picture Here> Building a Complex Web Application Using ADF and Siebel

Pervasive Software + NetSuite = Seamless Cloud Business Processes

Securing your business

Migration and Developer Productivity Solutions Cloud, Mobile and Web Development Workshop

White Paper: 1) Architecture Objectives: The primary objective of this architecture is to meet the. 2) Architecture Explanation


IBM Global Services Relies on Drupal to Deliver E-Commerce

The Oracle Fusion Development Platform

Oracle Identity Analytics Architecture. An Oracle White Paper July 2010

Web Services and Service Oriented Architectures. Thomas Soddemann, RZG

Inside the Digital Commerce Engine. The architecture and deployment of the Elastic Path Digital Commerce Engine

Building a Modular Server Platform with OSGi. Dileepa Jayakody Software Engineer SSWSO2 Inc.

CloudCERT (Testbed framework to exercise critical infrastructure protection)

Guiding Principles for Modeling and Designing Reusable Services

Java/J2EE or Web Developer. Formal Education. Technical knowledge. Spoken Languages

Oracle Application Development Framework Overview

Net-WMS FP Net-WMS SPECIFIC TARGETED RESEARCH OR INNOVATION PROJECT. Networked Businesses. D.8.1 Networked architecture J2EE compliant

Customer Bank Account Management System Technical Specification Document

WHITE PAPER. Written by: Michael Azoff. Published Mar, 2015, Ovum

WEB APPLICATION DEVELOPMENT. UNIT I J2EE Platform 9

applications. JBoss Enterprise Application Platform

Project Manager 1 Post == Experience years in Project Management in reputed company, Salary Rs.1,20,000/-

Human Resources Department.

Gabriel Iuga. London, United Kingdom Tel: ; Website:

SaaS-Based Employee Benefits Enrollment System

Portaltech Reply: A target functional architecture for successful international trading

How To Develop An Application On Anor Cloud

Seamless Web Data Entry for SAS Applications D.J. Penix, Pinnacle Solutions, Indianapolis, IN

SOA CERTIFIED JAVA DEVELOPER (7 Days)

ENGINEER - DEVELOPER ADVANCED JAVA. 28 years old - 7 years of experience

Your Technology Partner Offshore and Onsite. Services Portfolio

VISION BPM. Business Process Management.

Software Development Interactief Centrum voor gerichte Training en Studie Edisonweg 14c, 1821 BN Alkmaar T:

Logicify Fact Sheet. We bring logic to the software systems and development processes. We call this process to logicify.

Configuration Management of Massively Scalable Systems

Requirements Specifications for: The Management Action Record System (MARS) for the African Development Bank

Automated Data Ingestion. Bernhard Disselhoff Enterprise Sales Engineer

HPC Portal Development Platform with E-Business and HPC Portlets

Introduction to Oracle Mobile Application Framework Raghu Srinivasan, Director Development Mobile and Cloud Development Tools Oracle

Commercial software development with the help of J2EE architecture and MVC

Techniques for Scaling Components of Web Application

Developing ASP.NET MVC 4 Web Applications MOC 20486

Communiqué 4. Standardized Global Content Management. Designed for World s Leading Enterprises. Industry Leading Products & Platform

SAP NetWeaver Opens SAP ERP world. Amedeo Prodi SAP Italia

Portals, Portlets & Liferay Platform

Guiding Principles for Technical Architecture

Oracle Sales Cloud Configuration, Customization and Integrations

Son of SOA Resource-Oriented Computing Event-Driven Architecture

Outline. Lecture 18: Ruby on Rails MVC. Introduction to Rails

Mobilize Your ERP with ADF Mobile

OUR TEAM. Enterprise Application Experts

Appendix A: Case Studies

ECM Chapter 4 Building an E-commerce Presence: Web Sites, Mobile Sites, and Apps

Mobile Apps Development Cross Platform Mobile Apps Development Mobile Apps Porting & Migration Mobile Apps Testing & QA

Ernesto Ongaro BI Consultant February 19, The 5 Levels of Embedded BI

E-Business Suite Oracle SOA Suite Integration Options

CAREER OPPORTUNITIES

Automating Rich Internet Application Development for Enterprise Web 2.0 and SOA

POINT-TO-POINT vs. MEAP THE RIGHT APPROACH FOR AN INTEGRATED MOBILITY SOLUTION

Web and Enterprise Applications Developer Track

629 Meier Lane, Onalaska, WI

IBM Rational Web Developer for WebSphere Software Version 6.0

Building and Deploying Enterprise M2M Applications with Axeda Platform

How Oracle MAF & Oracle Mobile Cloud can Accelerate Mobile App Development

Reference Model for Cloud Applications CONSIDERATIONS FOR SW VENDORS BUILDING A SAAS SOLUTION

BRIAN RUSSEL DAVIS. New Media Programming, Design & Concept Development. Summary

Integrating Online Banking and Top-up Card into Payment Gateway

Phan Tich Hoang PERSONAL DETAILS FOREIGN LANGUAGES EDUCATION AND TRAINING

PHP FRONT END DEVELOPER (BERLIN)

ebusiness Web Hosting Alternatives Considerations Self hosting Internet Service Provider (ISP) hosting

User and Developer Guide

.NET ecommerce Framework (ECF) Version 4.0 for.net 2.0

Oracle Process Cloud Service Rapidly Automate & Manage Process Applications

Integrating Siebel CRM 8 with Oracle Applications

PG DAC. Syllabus. Content. Eligibility Criteria

Transcription:

Pro<DOC/> e-commerce Technology An Introduction From Rightangle Technologies Private Limited (www.rigthangle.co.in) 1 P a g e R i g h t a n g l e T e c h n o l o g i e s P v t. L t d.

1 Problem Statement Today s on-line e-commerce applications are characterized by the following- 1. Quick time to market 2. Fast response to business changes 3. Horizontal scaling to quickly add products and features to the running site 4. Minimize downtime to make application updates 5. Vertical scaling to meet increasing user load 6. Modular and loosely coupled architecture (Service Oriented Architecture) to allow easy reconfiguration and adaptation to new technology 7. Database/server neutrality to allow deployment in different environments 8. Process agility 9. Separation of the User Interface (Maintained by experts in User Interface engineering) and business process (Maintained by experts in application development). When trying to develop these applications using conventional 3GL technologies such as (DotNet, J2EE, PHP etc.) there are several problems- 1. The solution implementation requires multitude of technology frameworks/api s. E.g. in a J2EE environment, a typical implementation would require Spring/Struts framework for MVC and object lifecycle management, Hibernate for Database access, XML processing API, A suitable logging framework for logging management, JAXB framework/pojos for Web-service provision and consumption, Cache management API for data caching and optimization, Application Properties file management, Distributed Session Management, Many other technologies depending upon the nature of the application. 2. The programming resources in most of these environments are scarce and it is difficult to recruit/retain resources that are skilled in of all these technologies. 3. Once these applications are built they become very complex and in the long run they become a liability to maintain. A sizeable team is required just to keep the system running. 4. Making architectural changes becomes difficult, unless the design is very modular and substantial effort is invested upfront in keeping it clean and modular. 5. The job market is changing drastically and the quality and cost of resources will continue to pose a challenge to the management. 2 P a g e R i g h t a n g l e T e c h n o l o g i e s P v t. L t d.

2 Introducing Pro<DOC/ > Complete application development platform for on-line e-commerce business applications Business Rules driven focus on business logic rather than technical intricacies, which Pro<DOC/> hides from the developers Cuts development and maintenance costs down to 20% (Save 80% in time and cost) Supports and encourages the Service Oriented Architecture and design Supports hosting in cloud environment Total separation of UI from the application allows independent development and maintenance of User experience from the business processes Allows application changes on the fly without requiring server restart or interruption to live users Reduce skill requirements to core programming skills only Reduce Time to Market and increase responsiveness to business changes Reduce total cost of ownership Full coverage Front End, Back End, Back Office Full support for all major databases (MySQL, MS-Sql, and Oracle) J2EE based 3 P a g e R i g h t a n g l e T e c h n o l o g i e s P v t. L t d.

3 On-line e-commerce Application Data Model Accessory of User Address Contact Info Product Attribute Definition (E.g. Color=red) Applies to Appeals to Product Type Active Possesses Appeals to Demographic Attribute Places Definition (E.g. age=20-30) Shopping Cart Creates Purchase Order Available in Product Manufacturer Brand MRP Supplies Supplier Customer Order Processes Applies to Promo Code Shipment Address Contact Payment Terms Executive Promo Scheme Pricing Rule Rule 4 P a g e R i g h t a n g l e T e c h n o l o g i e s P v t. L t d.

4 On-line e-commerce Application Architecture Database(s) Website UI AJAX Front-End Properties Caching SOAP, JDBC, Other APIs Third-Party Web-Services Back-End 3 rd Party Services Database Admin & Back Office JSP User Sessions Logging SOAP, JDBC XML/CSV Push Finance ERP Legend UI component (Custom HTML/JS/CSS app) Application Environment (Abstracted by Pro<DOC/>) Server side App (Custom Business Rules) Configurable Pro<DOC/> App Application Boundary Pro<DOC/> managed Interface (High level abstract access) 5 P a g e R i g h t a n g l e T e c h n o l o g i e s P v t. L t d.

5 Pro<DOC/> as a platform for On-line e-commerce Applications Pro<DOC/> is a complete platform for building On-line applications fully covering the following major components- 1. Front-End 2. Back-End 3. Back-Office & CRM Much of the business processing would reside in these blocks and Pro<DOC/> simplifies the development by hiding the details of technical intricacies of interfacing with most of the environmental components. The high-lights of the platform are- 1. An integrated application designer, which allows the applications to be built using a high-level Business Rules interface with minimal or no programming. Low-level programmed modules can be added as Java classes and methods. 2. Provides a high-level abstraction of Databases, Memory Caches, Session Management, Logging, Property files, Web-Services, etc. allowing these to be used without any knowledge of the underlying programming APIs. 3. Reduces the skill requirement for programmers in development and maintenance teams. The developers only need to know core Java and the Pro<DOC/> framework. No knowledge of frameworks like Spring/Hibernate or Struts, JDBC, Logging frameworks, SOAP, AJAX, JSON, POJO, Web-Services/WSDL etc. is required. A typical engineer with 0-3 years of Java programming experience can be hired for development. 4. Supports all major databases automatically, the user is completely shielded from the internal SQL. 5. Cuts the development and maintenance effort/time down to 20%. 6. Increases maintainability many fold. 7. Helps create business process documentation. 8. Installs and runs on Windows as well as Linux based environments. 5.1 Front-End Development The Pro<DOC/> front-end is developed as an HTTP server for JSON/AJAX objects for use from the HTML UI through AJAX calls. This approach helps keep the design modular by creating a separation between the UI and the server side code. 1. Develop Business Proclets from a high-level designer UI, with minimum or no programming. 2. Automatically import XSD schema, Database definitions, and WSDLs into the designer. 3. Access Databases (choose your database from Oracle, MySQL or MS-SQL), Web-Services, Memory Caches, Session data, Logging, Properties etc. as high-level abstractions, without having to deal with individual APIs. 6 P a g e R i g h t a n g l e T e c h n o l o g i e s P v t. L t d.

4. Integrate user-written business logic in Java. 5. Render results as JSON or XML. 5.2 Back-End Development The Pro<DOC/> back-end is developed as SOAP Web-Services for use from the Front-end or third-party applications. 1. Develop Business Proclets from a high-level designer UI, with minimum or no programming. 2. Automatically export WSDL, for third-party integration. 3. All high-level abstracts available to Front-End are available to Back-End as well. 5.3 Back-Office Development 1. Create business processes, schema, forms, workflow rules from a designer no programming required. 2. Integrate documents into the processes. 3. Initiate processes automatically from Front-end, back-end processes or receive through XML push or Email. 4. Built-in CRM module can be easily enhanced or replaced with custom implementation 5. Full audit trail of changes for accountability and traceability. 6. Integrated data analytics. 7. Create workspaces on the fly no programming required. 8. Write integration code with minimal programming. 9. Write business validations and rules with minimal programming. 7 P a g e R i g h t a n g l e T e c h n o l o g i e s P v t. L t d.