SlideShare a Scribd company logo
1 of 7
Download to read offline
For more information about Luxoft, visit
www.luxoft.com
www.luxoft.com/travel-aviation/
case study
Ecommerce Platform Development
14.09.2012
uu Client: A leading North American provider of eCommerce software
platform
uu Industry: Ecommerce Software
Technologies Utilized
uu Java
uu Open JPA
uu Eclipse RCP
uu Spring Framework
Business Challenge
Client’s product is a unique eCommerce platform optimized for rapid roll-out of the
derived ecommerce solutions. The platform’s main features are:
uu Open Source
uu Easy integration with 3rd parties components
uu Web Services-based
uu Flexible architecture
A new release date for the client’s software was approaching, while a number
of serious challenges had surfaced, including certain issues with the existing
architecture that affected performance and scalability. JavaScript-based
eCommerce management software application encountered serious maintenance
and new feature development issues, which degraded the overall performance. In
order to address these challenges, the client decided to redesign the architecture
in their upcoming release. The web interface of eCommerce management
application would be redesigned, using the Eclipse Rich Client Platform, and Open
JPA for persistence of objects to database would be used.
Faced with a tight release schedule, the client was looking for a partner with
the domain knowledge, technology expertise and a good track record to prove
it. Luxoft topped the candidates list, because of their expertise in eCommerce
software, impressive portfolio of accomplishments, and a combination of the
near- and off-shore locations. Following the successful completion of a small pilot
project, Luxoft team was selected for the project.
02Luxoft - Case Study
Solution
Luxoft established a development center consisted of nearshore and offshore
resources. Communication procedures were established to ensure the effective
teamwork between both offices and the development model was tailored to meet
the client’s agile development process.
The client had four teams working on the project and Luxoft team was one
of them. The client used an agile development process including daily Scrum
meeting and 3-week development iteration. The Luxoft team adopted the client’s
development process, using a common code base and a bug tracking system,
the same duration development iteration, iteration planning and the daily status
updates.
03Luxoft - Case Study
Core Architecture
When in the middle of the project, more resources were suddenly needed, because of
a dramatic scope change, Luxoft was able to quickly accommodate and set up
a second offshore team.The same development process was used with the nearshore
team helping to coordinate tasks and activities between clients and the offshore teams.
During the course of the project, it was also decided to migrate from Hibernate
platform to Apache Open JPA ORM framework, which was considered to be more
robust, while implementing the new Sun JPA 1.1 specification. Such key features as
annotations allow flexible and easy development using Apache JPA.
The eCommerse platform’s architects focused on achieving maximum flexibility
and maintainability. Therefore the bulk of their efforts were directed toward
reworking the whole build process, setting the framework and searching
mechanisms. While the results of these efforts are not directly visible to an enduser,
they allow achieving the main goal - to make the integration of the eCommerce
platform fast and easy for any type of business.
DATABASE
ORACLE
Microsoft SQL SERVER
MySQL
SYSTEM
SERVICES
SCHEDULING
CACHING
TRANSACTION
SECURITY
LOGGING
VALLDATION
XML PARSING
RCP UPDATE SITE
BIRT REPORTING
THIRD-PARTY
ENTERPRISE APPLICATIONS
MESSAGING
PAYMENT
PROCESSING
FULFILLMENT / SCM
ERP
CRM
CMS
TAX MANNAGEMENT
REPORTING
WEB SERVICES
APPLICATION
JAX-WS (SERVLET)
PUBLIC JAVA API
API BRIDGE
SEARCH SERVER
SOLR SEARCH ENGINE
STOREFRONT
VELOCITY / SPRING
MVC (WEB)
DWR (AJAX SERVLET)
COMMERCE
MANAGER SERVER
WEB SERVICES CLIENTS
(JAVA, .NET, PHP, ECT)
WEB BROWSER COMMERCE MANAGER CLIENT
(ECLIPSE RCP, SWT / JFace)
COMMERCE
MANAGER SERVICES
EMAIL SERVICES
QUARTZ JOB
SCHEDULER
SECURE
HTTP REQUEST
<<REMOTE>>
HTTP REQUEST
<<REMOTE>>
DOMIAN
OBJECTS
CORE ENGINE
SERVICES
(BUSINESS SERVICES,
WEB SERVICES,
AJAX SERVICES)
DATA
ACCES
OPEN JPA
(OBJECT / RELATIONAL
MAPPING & PRESISTENCE)
SOAP / XML
<<REMOTE>>
04Luxoft - Case Study
Service Layer
The service layer provides services to various consumers in the web layer as well as
web service consumers. There are several types of services that serve different roles
in the application:
uu Persistence Services provide the capability to save and retrieve domain objects
uu Domain services typically implement the logic for a use case that is inappropriate
for encapsulation by any one domain object
uu Integration services implement functionality that is invoked by domain
services but considered outside the domain of an ecommerce application
and typically integrate with other systems or technologies (EmailService,
CustomerIndexBuildService, BirtReportService)
uu System services handle various concerns that cut across many parts of the
application
uu Web services expose service layer functionality to web services clients. These
services are ultimately delivered to external systems via SOAP.
Domain Layer
The Domain layer contains an object model of the ecommerce domain. This object
model consists of classes that model real-world entities such as customers and
products. The behavior and relationships of these classes should be a reflection of
the real-world entities.
Data Access Architecture
The data access layer is responsible for saving and retrieving data from persistent
storage. The majority of persistent data at the client’s site is stored in the database
using the OpenJPA implementation of the Java Persistence API (JPA). A small
number of configuration files are persisted directly to the file system using XML
and properties files. Objects that are aware of persistence implementation details
such as file formats or whether data exists in a database are called Data Access
Objects (DAO).
Storefront
The architecture of the Storefront component of the eCommerce platform
software is comprised of the following technologies:
uu CSS - Cascading Style Sheets provide formatting and positioning for elements
across all HTML pages
uu Javascript - Javascript is used to create rich user interfaces in the browser
uu Velocity - A template processing technology that embeds information from Java
objects within HTML pages
uu Spring MVC - A web framework used to separate Velocity templates in the view
layer from the underlying domain model and services
In addition, the Storefront uses services provided by the Core component of the
eCommerce platform.
eCommerce Management Software
The eCommerce management software is comprised of the following components:
uu Eclipse RCP-based desktop client - rich client application is distributed to end
users’PCs and makes connections to other system components to allow users to
administer online stores
uu Mid-tier application server - web-application that has the following responsibilities:
05Luxoft - Case Study
—— Executes scheduled batch jobs for both the Storefronts and Commerce
Manager clients
—— Hosts web services for integration with external systems
—— Provides centralized file storage for digital assets such as product images that
are manipulated by Commerce Manager client users and synched across all
Storefronts
—— Provides the following centralized services to RCP desktop clients
—— Payment processing
—— Email sending
—— User authentication
—— Central file store CRUD operations
—— Hosting the Solr server for data indexing
—— Hosting the RCP Client update site
uu Database
Rules Engine
At the core of the promotion rule system is the JBoss Rules (formerly Drools
Rules) library. JBoss Rules is a third-party rules engine that uses a fast algorithm
to evaluate rule conditions and execute their actions. The input to the JBoss Rules
engine is a set of objects used in the condition evaluation and action execution
as well as the set of rules, which we express as text in the proprietary Drools
language.
Web Sevices
Web Services is one of the methods that remote clients can use to access the
client’s core application. The Web Services API is a well defined, SOAP-based layer
that is intended to provide integration functionality for the client’s customers. It is
not intended to be a public interface.
DATA CENTER
FIREWALLS
INDI
HTTP
HTTP
HTTP (SOAP)
HTTP
HTTP (SOAP)
INDI
HTTP
FILE
UPLOAD
(FTP)
DATA CENTER
FIREWALLS
WWW STORE CUSTOMERS
(IE, FIREFOX, SAFARI ECT.)
WWW
3rd PARTY APPLICATIONS
(E.G.ERP, CRM, CMS)
STOREFRONT
APP SERVER 1
DB SERVER
SPRING REMOTING
(HTTP)
FILE UPLOAD (FTP)
SPRING REMOTING
(HTTP)
STOREFRONT
APP SERVER 2
STOREFRONT
APP SERVER 3
DATA CENTER
STOREFRONT
CLUSTER
STORE CALL CENTER
CALL CENTER STAFF
 MERCHANDISERS
 SITEADMINISTRATORS
 CATALOG MANAGERS
 FINANCE ECT.
COMMERCE SERVER
WEB SERVICES API
SCHEDULED JOBS
CENTRAL FILE STORE
SEARCH SERVER
RCP DISTRIBUTION
EMAIL SERVER
STORE HEAD OFFICE
06Luxoft - Case Study
Benefits
uu Partnering with Luxoft enabled the successful product launch on time and on
budget, while meeting all internal milestones
uu The software release contained radical improvements in performance, scalability
and maintenance
uu The nearshore/offshore team model proved its efficiency and relieved the client’s
own development team from having to supervise the offshore teams, focusing on
their own development goals instead
uu Luxoft engineers demonstrated proactive approach by suggesting a number
of improvements to the product design, instead of simply following the listed
requirements
uu Luxoft showed an unwavering commitment to meeting the client’s need, ensuring
the client’s peace of mind during the entire project
About luxoft
Luxoft, a principal subsidiary of IBS Group, is a provider of advanced
application and software engineering outsourcing services for global and
regional enterprises. Luxoft builds partnerships with its clients, such as
Boeing, IBM, Deutsche Bank, UBS, Harman, Avaya, Alstom, and Sabre, based
on the culture of engineering excellence, innovation, and deep domain
expertise. Luxoft offers international delivery capability through its network
of state-of-the-art delivery centers in North America, Eastern Europe, and
Asia. Luxoft`s customers benefit from the right mix of technology skills,
industry knowledge, proprietary processes and methodologies, and a
choice of engagement models.
For more information about Luxoft, visit
www.luxoft.com
www.luxoft.com/travel-aviation/
© 2012 Luxoft

More Related Content

More from Luxoft

Case study rapid growth compels leading antivirus software company software l...
Case study rapid growth compels leading antivirus software company software l...Case study rapid growth compels leading antivirus software company software l...
Case study rapid growth compels leading antivirus software company software l...Luxoft
 
Case study luxoft helps leading av solution provider media luxoft for polymedia
Case study luxoft helps leading av solution provider media luxoft for polymediaCase study luxoft helps leading av solution provider media luxoft for polymedia
Case study luxoft helps leading av solution provider media luxoft for polymediaLuxoft
 
Case study luxoft fx position keeping banking luxoft for top3largest bank in ...
Case study luxoft fx position keeping banking luxoft for top3largest bank in ...Case study luxoft fx position keeping banking luxoft for top3largest bank in ...
Case study luxoft fx position keeping banking luxoft for top3largest bank in ...Luxoft
 
Case study commodity value chain banking luxoft for one of the largest global...
Case study commodity value chain banking luxoft for one of the largest global...Case study commodity value chain banking luxoft for one of the largest global...
Case study commodity value chain banking luxoft for one of the largest global...Luxoft
 
Brochure of luxoft automotive software by luxoft software development
Brochure of luxoft automotive software by luxoft software developmentBrochure of luxoft automotive software by luxoft software development
Brochure of luxoft automotive software by luxoft software developmentLuxoft
 
Brochure of luxoft aerospace expertise
Brochure of luxoft aerospace expertiseBrochure of luxoft aerospace expertise
Brochure of luxoft aerospace expertiseLuxoft
 
Brochure of Luxoft telecom solutions by Luxoft software development
Brochure of Luxoft telecom solutions by Luxoft software developmentBrochure of Luxoft telecom solutions by Luxoft software development
Brochure of Luxoft telecom solutions by Luxoft software developmentLuxoft
 
Brochure of luxoft automotive software by luxoft software development
Brochure of luxoft automotive software by luxoft software developmentBrochure of luxoft automotive software by luxoft software development
Brochure of luxoft automotive software by luxoft software developmentLuxoft
 
Brochure of luxoft aerospace expertise by luxoft software engineering
Brochure of luxoft aerospace expertise by luxoft software engineeringBrochure of luxoft aerospace expertise by luxoft software engineering
Brochure of luxoft aerospace expertise by luxoft software engineeringLuxoft
 

More from Luxoft (9)

Case study rapid growth compels leading antivirus software company software l...
Case study rapid growth compels leading antivirus software company software l...Case study rapid growth compels leading antivirus software company software l...
Case study rapid growth compels leading antivirus software company software l...
 
Case study luxoft helps leading av solution provider media luxoft for polymedia
Case study luxoft helps leading av solution provider media luxoft for polymediaCase study luxoft helps leading av solution provider media luxoft for polymedia
Case study luxoft helps leading av solution provider media luxoft for polymedia
 
Case study luxoft fx position keeping banking luxoft for top3largest bank in ...
Case study luxoft fx position keeping banking luxoft for top3largest bank in ...Case study luxoft fx position keeping banking luxoft for top3largest bank in ...
Case study luxoft fx position keeping banking luxoft for top3largest bank in ...
 
Case study commodity value chain banking luxoft for one of the largest global...
Case study commodity value chain banking luxoft for one of the largest global...Case study commodity value chain banking luxoft for one of the largest global...
Case study commodity value chain banking luxoft for one of the largest global...
 
Brochure of luxoft automotive software by luxoft software development
Brochure of luxoft automotive software by luxoft software developmentBrochure of luxoft automotive software by luxoft software development
Brochure of luxoft automotive software by luxoft software development
 
Brochure of luxoft aerospace expertise
Brochure of luxoft aerospace expertiseBrochure of luxoft aerospace expertise
Brochure of luxoft aerospace expertise
 
Brochure of Luxoft telecom solutions by Luxoft software development
Brochure of Luxoft telecom solutions by Luxoft software developmentBrochure of Luxoft telecom solutions by Luxoft software development
Brochure of Luxoft telecom solutions by Luxoft software development
 
Brochure of luxoft automotive software by luxoft software development
Brochure of luxoft automotive software by luxoft software developmentBrochure of luxoft automotive software by luxoft software development
Brochure of luxoft automotive software by luxoft software development
 
Brochure of luxoft aerospace expertise by luxoft software engineering
Brochure of luxoft aerospace expertise by luxoft software engineeringBrochure of luxoft aerospace expertise by luxoft software engineering
Brochure of luxoft aerospace expertise by luxoft software engineering
 

Recently uploaded

Top 10 CodeIgniter Development Companies
Top 10 CodeIgniter Development CompaniesTop 10 CodeIgniter Development Companies
Top 10 CodeIgniter Development CompaniesTopCSSGallery
 
Portal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russePortal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russe中 央社
 
AI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by AnitarajAI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by AnitarajAnitaRaj43
 
UiPath manufacturing technology benefits and AI overview
UiPath manufacturing technology benefits and AI overviewUiPath manufacturing technology benefits and AI overview
UiPath manufacturing technology benefits and AI overviewDianaGray10
 
WebRTC and SIP not just audio and video @ OpenSIPS 2024
WebRTC and SIP not just audio and video @ OpenSIPS 2024WebRTC and SIP not just audio and video @ OpenSIPS 2024
WebRTC and SIP not just audio and video @ OpenSIPS 2024Lorenzo Miniero
 
Intro to Passkeys and the State of Passwordless.pptx
Intro to Passkeys and the State of Passwordless.pptxIntro to Passkeys and the State of Passwordless.pptx
Intro to Passkeys and the State of Passwordless.pptxFIDO Alliance
 
Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)
Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)
Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)Paige Cruz
 
ADP Passwordless Journey Case Study.pptx
ADP Passwordless Journey Case Study.pptxADP Passwordless Journey Case Study.pptx
ADP Passwordless Journey Case Study.pptxFIDO Alliance
 
CORS (Kitworks Team Study 양다윗 발표자료 240510)
CORS (Kitworks Team Study 양다윗 발표자료 240510)CORS (Kitworks Team Study 양다윗 발표자료 240510)
CORS (Kitworks Team Study 양다윗 발표자료 240510)Wonjun Hwang
 
Navigating the Large Language Model choices_Ravi Daparthi
Navigating the Large Language Model choices_Ravi DaparthiNavigating the Large Language Model choices_Ravi Daparthi
Navigating the Large Language Model choices_Ravi DaparthiRaviKumarDaparthi
 
How to Check CNIC Information Online with Pakdata cf
How to Check CNIC Information Online with Pakdata cfHow to Check CNIC Information Online with Pakdata cf
How to Check CNIC Information Online with Pakdata cfdanishmna97
 
Simplifying Mobile A11y Presentation.pptx
Simplifying Mobile A11y Presentation.pptxSimplifying Mobile A11y Presentation.pptx
Simplifying Mobile A11y Presentation.pptxMarkSteadman7
 
Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...
Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...
Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...Skynet Technologies
 
Working together SRE & Platform Engineering
Working together SRE & Platform EngineeringWorking together SRE & Platform Engineering
Working together SRE & Platform EngineeringMarcus Vechiato
 
Generative AI Use Cases and Applications.pdf
Generative AI Use Cases and Applications.pdfGenerative AI Use Cases and Applications.pdf
Generative AI Use Cases and Applications.pdfalexjohnson7307
 
Design and Development of a Provenance Capture Platform for Data Science
Design and Development of a Provenance Capture Platform for Data ScienceDesign and Development of a Provenance Capture Platform for Data Science
Design and Development of a Provenance Capture Platform for Data SciencePaolo Missier
 
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptx
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptxHarnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptx
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptxFIDO Alliance
 
Microsoft BitLocker Bypass Attack Method.pdf
Microsoft BitLocker Bypass Attack Method.pdfMicrosoft BitLocker Bypass Attack Method.pdf
Microsoft BitLocker Bypass Attack Method.pdfOverkill Security
 
2024 May Patch Tuesday
2024 May Patch Tuesday2024 May Patch Tuesday
2024 May Patch TuesdayIvanti
 
State of the Smart Building Startup Landscape 2024!
State of the Smart Building Startup Landscape 2024!State of the Smart Building Startup Landscape 2024!
State of the Smart Building Startup Landscape 2024!Memoori
 

Recently uploaded (20)

Top 10 CodeIgniter Development Companies
Top 10 CodeIgniter Development CompaniesTop 10 CodeIgniter Development Companies
Top 10 CodeIgniter Development Companies
 
Portal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russePortal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russe
 
AI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by AnitarajAI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by Anitaraj
 
UiPath manufacturing technology benefits and AI overview
UiPath manufacturing technology benefits and AI overviewUiPath manufacturing technology benefits and AI overview
UiPath manufacturing technology benefits and AI overview
 
WebRTC and SIP not just audio and video @ OpenSIPS 2024
WebRTC and SIP not just audio and video @ OpenSIPS 2024WebRTC and SIP not just audio and video @ OpenSIPS 2024
WebRTC and SIP not just audio and video @ OpenSIPS 2024
 
Intro to Passkeys and the State of Passwordless.pptx
Intro to Passkeys and the State of Passwordless.pptxIntro to Passkeys and the State of Passwordless.pptx
Intro to Passkeys and the State of Passwordless.pptx
 
Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)
Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)
Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)
 
ADP Passwordless Journey Case Study.pptx
ADP Passwordless Journey Case Study.pptxADP Passwordless Journey Case Study.pptx
ADP Passwordless Journey Case Study.pptx
 
CORS (Kitworks Team Study 양다윗 발표자료 240510)
CORS (Kitworks Team Study 양다윗 발표자료 240510)CORS (Kitworks Team Study 양다윗 발표자료 240510)
CORS (Kitworks Team Study 양다윗 발표자료 240510)
 
Navigating the Large Language Model choices_Ravi Daparthi
Navigating the Large Language Model choices_Ravi DaparthiNavigating the Large Language Model choices_Ravi Daparthi
Navigating the Large Language Model choices_Ravi Daparthi
 
How to Check CNIC Information Online with Pakdata cf
How to Check CNIC Information Online with Pakdata cfHow to Check CNIC Information Online with Pakdata cf
How to Check CNIC Information Online with Pakdata cf
 
Simplifying Mobile A11y Presentation.pptx
Simplifying Mobile A11y Presentation.pptxSimplifying Mobile A11y Presentation.pptx
Simplifying Mobile A11y Presentation.pptx
 
Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...
Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...
Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...
 
Working together SRE & Platform Engineering
Working together SRE & Platform EngineeringWorking together SRE & Platform Engineering
Working together SRE & Platform Engineering
 
Generative AI Use Cases and Applications.pdf
Generative AI Use Cases and Applications.pdfGenerative AI Use Cases and Applications.pdf
Generative AI Use Cases and Applications.pdf
 
Design and Development of a Provenance Capture Platform for Data Science
Design and Development of a Provenance Capture Platform for Data ScienceDesign and Development of a Provenance Capture Platform for Data Science
Design and Development of a Provenance Capture Platform for Data Science
 
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptx
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptxHarnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptx
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptx
 
Microsoft BitLocker Bypass Attack Method.pdf
Microsoft BitLocker Bypass Attack Method.pdfMicrosoft BitLocker Bypass Attack Method.pdf
Microsoft BitLocker Bypass Attack Method.pdf
 
2024 May Patch Tuesday
2024 May Patch Tuesday2024 May Patch Tuesday
2024 May Patch Tuesday
 
State of the Smart Building Startup Landscape 2024!
State of the Smart Building Startup Landscape 2024!State of the Smart Building Startup Landscape 2024!
State of the Smart Building Startup Landscape 2024!
 

Case study ecommerce platform travel luxoft for north american provider of ecommerce software platform

  • 1. For more information about Luxoft, visit www.luxoft.com www.luxoft.com/travel-aviation/ case study Ecommerce Platform Development 14.09.2012 uu Client: A leading North American provider of eCommerce software platform uu Industry: Ecommerce Software Technologies Utilized uu Java uu Open JPA uu Eclipse RCP uu Spring Framework
  • 2. Business Challenge Client’s product is a unique eCommerce platform optimized for rapid roll-out of the derived ecommerce solutions. The platform’s main features are: uu Open Source uu Easy integration with 3rd parties components uu Web Services-based uu Flexible architecture A new release date for the client’s software was approaching, while a number of serious challenges had surfaced, including certain issues with the existing architecture that affected performance and scalability. JavaScript-based eCommerce management software application encountered serious maintenance and new feature development issues, which degraded the overall performance. In order to address these challenges, the client decided to redesign the architecture in their upcoming release. The web interface of eCommerce management application would be redesigned, using the Eclipse Rich Client Platform, and Open JPA for persistence of objects to database would be used. Faced with a tight release schedule, the client was looking for a partner with the domain knowledge, technology expertise and a good track record to prove it. Luxoft topped the candidates list, because of their expertise in eCommerce software, impressive portfolio of accomplishments, and a combination of the near- and off-shore locations. Following the successful completion of a small pilot project, Luxoft team was selected for the project. 02Luxoft - Case Study Solution Luxoft established a development center consisted of nearshore and offshore resources. Communication procedures were established to ensure the effective teamwork between both offices and the development model was tailored to meet the client’s agile development process. The client had four teams working on the project and Luxoft team was one of them. The client used an agile development process including daily Scrum meeting and 3-week development iteration. The Luxoft team adopted the client’s development process, using a common code base and a bug tracking system, the same duration development iteration, iteration planning and the daily status updates.
  • 3. 03Luxoft - Case Study Core Architecture When in the middle of the project, more resources were suddenly needed, because of a dramatic scope change, Luxoft was able to quickly accommodate and set up a second offshore team.The same development process was used with the nearshore team helping to coordinate tasks and activities between clients and the offshore teams. During the course of the project, it was also decided to migrate from Hibernate platform to Apache Open JPA ORM framework, which was considered to be more robust, while implementing the new Sun JPA 1.1 specification. Such key features as annotations allow flexible and easy development using Apache JPA. The eCommerse platform’s architects focused on achieving maximum flexibility and maintainability. Therefore the bulk of their efforts were directed toward reworking the whole build process, setting the framework and searching mechanisms. While the results of these efforts are not directly visible to an enduser, they allow achieving the main goal - to make the integration of the eCommerce platform fast and easy for any type of business. DATABASE ORACLE Microsoft SQL SERVER MySQL SYSTEM SERVICES SCHEDULING CACHING TRANSACTION SECURITY LOGGING VALLDATION XML PARSING RCP UPDATE SITE BIRT REPORTING THIRD-PARTY ENTERPRISE APPLICATIONS MESSAGING PAYMENT PROCESSING FULFILLMENT / SCM ERP CRM CMS TAX MANNAGEMENT REPORTING WEB SERVICES APPLICATION JAX-WS (SERVLET) PUBLIC JAVA API API BRIDGE SEARCH SERVER SOLR SEARCH ENGINE STOREFRONT VELOCITY / SPRING MVC (WEB) DWR (AJAX SERVLET) COMMERCE MANAGER SERVER WEB SERVICES CLIENTS (JAVA, .NET, PHP, ECT) WEB BROWSER COMMERCE MANAGER CLIENT (ECLIPSE RCP, SWT / JFace) COMMERCE MANAGER SERVICES EMAIL SERVICES QUARTZ JOB SCHEDULER SECURE HTTP REQUEST <<REMOTE>> HTTP REQUEST <<REMOTE>> DOMIAN OBJECTS CORE ENGINE SERVICES (BUSINESS SERVICES, WEB SERVICES, AJAX SERVICES) DATA ACCES OPEN JPA (OBJECT / RELATIONAL MAPPING & PRESISTENCE) SOAP / XML <<REMOTE>>
  • 4. 04Luxoft - Case Study Service Layer The service layer provides services to various consumers in the web layer as well as web service consumers. There are several types of services that serve different roles in the application: uu Persistence Services provide the capability to save and retrieve domain objects uu Domain services typically implement the logic for a use case that is inappropriate for encapsulation by any one domain object uu Integration services implement functionality that is invoked by domain services but considered outside the domain of an ecommerce application and typically integrate with other systems or technologies (EmailService, CustomerIndexBuildService, BirtReportService) uu System services handle various concerns that cut across many parts of the application uu Web services expose service layer functionality to web services clients. These services are ultimately delivered to external systems via SOAP. Domain Layer The Domain layer contains an object model of the ecommerce domain. This object model consists of classes that model real-world entities such as customers and products. The behavior and relationships of these classes should be a reflection of the real-world entities. Data Access Architecture The data access layer is responsible for saving and retrieving data from persistent storage. The majority of persistent data at the client’s site is stored in the database using the OpenJPA implementation of the Java Persistence API (JPA). A small number of configuration files are persisted directly to the file system using XML and properties files. Objects that are aware of persistence implementation details such as file formats or whether data exists in a database are called Data Access Objects (DAO). Storefront The architecture of the Storefront component of the eCommerce platform software is comprised of the following technologies: uu CSS - Cascading Style Sheets provide formatting and positioning for elements across all HTML pages uu Javascript - Javascript is used to create rich user interfaces in the browser uu Velocity - A template processing technology that embeds information from Java objects within HTML pages uu Spring MVC - A web framework used to separate Velocity templates in the view layer from the underlying domain model and services In addition, the Storefront uses services provided by the Core component of the eCommerce platform. eCommerce Management Software The eCommerce management software is comprised of the following components: uu Eclipse RCP-based desktop client - rich client application is distributed to end users’PCs and makes connections to other system components to allow users to administer online stores uu Mid-tier application server - web-application that has the following responsibilities:
  • 5. 05Luxoft - Case Study —— Executes scheduled batch jobs for both the Storefronts and Commerce Manager clients —— Hosts web services for integration with external systems —— Provides centralized file storage for digital assets such as product images that are manipulated by Commerce Manager client users and synched across all Storefronts —— Provides the following centralized services to RCP desktop clients —— Payment processing —— Email sending —— User authentication —— Central file store CRUD operations —— Hosting the Solr server for data indexing —— Hosting the RCP Client update site uu Database Rules Engine At the core of the promotion rule system is the JBoss Rules (formerly Drools Rules) library. JBoss Rules is a third-party rules engine that uses a fast algorithm to evaluate rule conditions and execute their actions. The input to the JBoss Rules engine is a set of objects used in the condition evaluation and action execution as well as the set of rules, which we express as text in the proprietary Drools language. Web Sevices Web Services is one of the methods that remote clients can use to access the client’s core application. The Web Services API is a well defined, SOAP-based layer that is intended to provide integration functionality for the client’s customers. It is not intended to be a public interface. DATA CENTER FIREWALLS INDI HTTP HTTP HTTP (SOAP) HTTP HTTP (SOAP) INDI HTTP FILE UPLOAD (FTP) DATA CENTER FIREWALLS WWW STORE CUSTOMERS (IE, FIREFOX, SAFARI ECT.) WWW 3rd PARTY APPLICATIONS (E.G.ERP, CRM, CMS) STOREFRONT APP SERVER 1 DB SERVER SPRING REMOTING (HTTP) FILE UPLOAD (FTP) SPRING REMOTING (HTTP) STOREFRONT APP SERVER 2 STOREFRONT APP SERVER 3 DATA CENTER STOREFRONT CLUSTER STORE CALL CENTER CALL CENTER STAFF  MERCHANDISERS  SITEADMINISTRATORS  CATALOG MANAGERS  FINANCE ECT. COMMERCE SERVER WEB SERVICES API SCHEDULED JOBS CENTRAL FILE STORE SEARCH SERVER RCP DISTRIBUTION EMAIL SERVER STORE HEAD OFFICE
  • 6. 06Luxoft - Case Study Benefits uu Partnering with Luxoft enabled the successful product launch on time and on budget, while meeting all internal milestones uu The software release contained radical improvements in performance, scalability and maintenance uu The nearshore/offshore team model proved its efficiency and relieved the client’s own development team from having to supervise the offshore teams, focusing on their own development goals instead uu Luxoft engineers demonstrated proactive approach by suggesting a number of improvements to the product design, instead of simply following the listed requirements uu Luxoft showed an unwavering commitment to meeting the client’s need, ensuring the client’s peace of mind during the entire project
  • 7. About luxoft Luxoft, a principal subsidiary of IBS Group, is a provider of advanced application and software engineering outsourcing services for global and regional enterprises. Luxoft builds partnerships with its clients, such as Boeing, IBM, Deutsche Bank, UBS, Harman, Avaya, Alstom, and Sabre, based on the culture of engineering excellence, innovation, and deep domain expertise. Luxoft offers international delivery capability through its network of state-of-the-art delivery centers in North America, Eastern Europe, and Asia. Luxoft`s customers benefit from the right mix of technology skills, industry knowledge, proprietary processes and methodologies, and a choice of engagement models. For more information about Luxoft, visit www.luxoft.com www.luxoft.com/travel-aviation/ © 2012 Luxoft