SlideShare a Scribd company logo
Workshop
Workshop
Base
Workshop
J2EE
Workshop
J2EE OSGI
Workshop
RCP
RCP
Plugin
• Code reuse
• Cross-database
• Loosely coupled
• Cross-platform
Java
Project
Osgi
Bundle
Developer: LuYang Email: gmluyang@gmail.com
Workshop J2EE1
2
1
3
【J2EE Structure】
【Maven Structure】
【 Static Depend 】
4 【Module Source】
5 【Module View】
6 【Web Deploy】
Workshop J2EE1.1
Spring
Spring Framework
Workshop Core
MVC Persist Query Cache Log …...
Workshop System Projects
Install Security Index Login ……
J2EE Structure
Workshop Web Projects
Workshop Module Projects
RBAC Layout Help Log ……
Workshop J2EE1.2
Maven Structure
Root
Core
MVC
Persist
Query
Cache
Log
……
System
Install
Admin
Index
Security
……
Module
RBAC
Layout
Metadata
Help
Schema
……
Web App
Workshop
Core Module
System
Web App
Workshop J2EE1.3.1
Static Depend - POM
Master Web
App
Maven Web Project
Slave
Module 1
Maven Project
Slave
Module N
Maven Project
Web App Project
Maven POM
Project Depend based on
Maven POM
Workshop J2EE1.3.2
Static Depend - JAR
Core JAR
1
Core JAR
N
Module
Jar N
Module
Jar 1
System
Jar 1
Import package path
Import package path
Import package path
Import package path
Import package path
Workshop J2EE1.3.3
Static Depend - Web
WebApp
WEB-INF
lib
Module Jar 1…N
Third Jar 1…N
View
JSP
Velocity
Module View
1 … N
Public View Resources
Freemarker
Resources
JavaScript
Public JavaScript
Resources
CSS Public CSS Resources
Images
Public Image
Resources
Workshop J2EE1.4
Module Source
• Module Sources
• Domain
• Controller
• Dao API
• Dao IMPL
• Service API
• Service IMPL
• Spring XML
Workshop IDE
Module Source is deployed in the Java Project
Workshop J2EE1.5
Module View
• Module Views
• Form
• Cond
Workshop IDE
Module Views is deployed in the WEB-INF
Workshop J2EE1.6
Web Deploy
Workshop J2EE OSGI2
2
1
3
【Module Structure】
【Maven Structure】
【Dynamic Depend 】
4 【Module Source】
5 【Module View】
6 【Web Demo】
Workshop J2EE OSGI2.1
Module Structure
Spring
Spring Framework
Workshop OSGI
Core Projects MVC Persist Query Cache Log …...
Workshop OSGI
System Projects Install Security Index Login ……
Workshop OSGI Web Apps
Workshop OSGI
Module Projects RBAC Layout Help Log ……
Spring DM
Workshop J2EE OSGI2.2
Maven Structure
Root
Core
MVC
Persist
Query
Cache
Log
……
System
Install
Admin
Index
Security
……
Module
RBAC
Layout
Metadata
Help
Schema
……
OSGI
Catalina
Console
Velocity
……
Web App
Workshop
Core Module
System
Web App
OSGI
Workshop J2EE OSGI2.3.1
Dynamic Depend - POM
Master Web
App
Maven Web Project
Slave
Module 1
Maven Project
Slave
Module N
Maven Project
Web App Project
Maven POM
Project Depend based on
Maven POM
Workshop J2EE OSGI2.3.2
Dynamic Depend-Plugin
Plugin
1
Require-
Bundle
Import-
Package
Bundle-
Class Path
Export-
Package
Plugin
N
Require-
Bundle
Export-
Package
Bundle-
Class Path
Import-
Package
Third
Jars
Workshop J2EE OSGI2.3.3
Dynamic Depend - MANIFEST
Require-
Bundle
Import-
Package
Workshop J2EE OSGI2.3.4
Dynamic Depend - Exported
Export-
Package
Workshop J2EE OSGI2.3.5
Dynamic Depend - Classpath
Third
Jars
Workshop J2EE2.3.6
Dynamic Depend – Web Master
WebMasterPlugin
WEB-INF
lib
Module Jar 1…N
Third Jar 1…N
View resources
JSP
Velocity
Module View
1 … N
Public View Resources
Freemarker
Resources
JavaScript
Public JavaScript
Resources
CSS Public CSS Resources
Images
Public Image
Resources
Workshop J2EE2.3.7
Dynamic Depend – Slave Plugin
SlavePlugin
META-INF
Spring bean/OSGI
xml
Private View
Resources
MANIFEST.MF
src
src/main/java
src/test/java
src/main/Resource
Workshop J2EE OSGI2.3.8Dynamic Depend - OSGI
OSGI Bundle 1
osgi:service
osgi:reference
OSGI Bundle…
osgi:service
osgi:reference
OSGI Bundle N
osgi:service
osgi:reference
Master Web App OSGI Bundle
Workshop J2EE2.4
Module Source
• Module Sources
• Domain
• Controller
• Dao API
• Dao IMPL
• Service API
• Service IMPL
• Spring XML
• META-INF
• spring bean xml
• spring osgi:service or osgi:reference xml
Workshop IDE
Module Source is deployed in the Java Project
Workshop J2EE2.5
Module View
Private View
ResourcesPublic Web
Resources
Public View
Resources
Workshop J2EE2.6.1
Web Deploy
eclipse.ignoreApp=true
osgi.noShutdown=true
osgi.console=
osgi.clean=true
../workshop/com.sixsun.workshop.core.cache-1.0.0.jar@start,
../workshop/com.sixsun.workshop.core.config-1.0.0.jar@start,
../workshop/com.sixsun.workshop.core.log-1.0.0.jar@start,
../workshop/com.sixsun.workshop.core.persist-1.0.0.jar@start,
../workshop/com.sixsun.workshop.core.query-1.0.0.jar@start,
../workshop/com.sixsun.workshop.module.category-1.0.0.jar@start,
……
../workshop/com.sixsun.workshop.system.login-1.0.0.jar@start,
……
../workshop/com.sixsun.workshop.dm.console-1.0.0.jar@start,
../workshop/com.sixsun.workshop.web.app-1.0.0.war@start
java -jar eclipse/org.eclipse.osgi.jar
Workshop J2EE2.6.2
Web Deploy
Workshop J2EE2.6.3
OSIG Console
Workshop RCP OSGI3
2
1
3
【RCP Application Structure】
【Plugin Structure】
【 Upgrade 】
4 【Plugin Install】
5 【Plugins】
6 【RCP Demo】
Workshop RCP OSGI3.1
RCP Application Structure
Spring Spring Framework Spring DM
Eclipse
SWT Equinox/OSGI
JFace
Workbench
Workshop System Plugin Install security Login ……
Workshop Core Plugin Persist Query Cache ……
Workshop RCP Framework My JFace/SWT RCP Controller ...
Workshop Web Projects
Workshop Module UI Plugin RBAC Code Log ……
Workshop RCP OSGI3.2
Plugin Structure
Root
Core
Persist
Query
Cache
Log
……
System
Install
Admin
Index
Security
……
Module
RBAC
Layout
Metadata
……
RCP App
Workshop
Help
GEF Core
Module
System
RCP App
Workshop RCP OSGI3.3
Upgrade
Code reuse
J2EE,J2EE
OSGI,RCP
OSGI
Cross-database
Oracle,
MySQL,DB2,Syb
ase,SQLServer… Cross-platforms
J2EE,J2EE
OSGI,RCP OSGI
Workshop J2EE
• JAVA Jars
Workshop J2EE
OSGI
• OSGI Bundle
Workshop RCP
OSGI
• RCP Plugin
Wrap
JAVA Jars
Wrap
OSGI Bundle
Workshop RCP OSGI3.4
Install Product
Workshop RCP OSGI3.5
Plugin-ins
Workshop RCP3.6
RCP Demo
Workshop Integration 4
2
1
3
【Hibernate Integration】
【Velocity Integration】
【 Database Integration】
4 【Connection Pool Integration】
4 【How to develop a J2EE OSGI Bundle?】
4 【How to develop an RCP Plugin? 】
Workshop Integration4.1
Hibernate Integration
Workshop
Hibernate Bundle
Extension
BundleAnnotationS
essionFactoryBean
Workshop Integration4.2
Velocity Integration
Workshop Velocity
Bundle
Extension
BundleResourceLo
ader
Workshop Integration4.3
Database Integration
Persist
Bundle
DB2
Bundle
MySQL
Bundle
Oracle
Bundle
Sybase
Bundle
SQL
Server
Bundle
Other
Bundle
Workshop Integration4.4
Connection Pool Integration
Persist
Bundle
DBCP
Bundle
Proxool
Bundle
C3P0
Bundle
JNDI
Bundle
Other
Bundle
Workshop Integration4.5
How to develop a OSGI Bundle
Workshop J2EE DM
Plugin Bundle
Extension
so easy
Extension
Plugin Install
• Database
install/uninstall
• Plugin Logo
• Plugin Menu
• Plugin details
Workshop Integration4.6
How to develop an RCP plug-in
Workshop RCP DM
Plugin Bundle
Extension
so easy
Extension
Plugin Install
• Database
install/uninstall
• Plugin Logo
• Plugin Menu
• Plugin details
Workshop Finish5
Thanks!

More Related Content

PPTX
Why jakarta ee matters (ConFoo 2021)
PPTX
Faster java ee builds with gradle [con4921]
PDF
Getting Reactive with Spring Framework 5.0’s GA release
PDF
Introduction in the play framework
PPTX
Node.js Development with Apache NetBeans
PPTX
Preparing for java 9 modules upload
PDF
Polygot Java EE on the GraalVM
PPTX
Spring Framework 3.2 - What's New
Why jakarta ee matters (ConFoo 2021)
Faster java ee builds with gradle [con4921]
Getting Reactive with Spring Framework 5.0’s GA release
Introduction in the play framework
Node.js Development with Apache NetBeans
Preparing for java 9 modules upload
Polygot Java EE on the GraalVM
Spring Framework 3.2 - What's New

What's hot (20)

PPTX
Ready! Steady! SpringBoot!
PDF
EJB 3.2 - Java EE 7 - Java One Hyderabad 2012
PPTX
Spring boot
PPTX
Spring 3.1 to 3.2 in a Nutshell - Spring I/O 2012
PDF
Coding Your Way to Java 12
PDF
Javantura v4 - Spring Boot and JavaFX - can they play together - Josip Kovaček
PDF
Introduction to Spring Boot!
PPTX
Project Presentation on Advance Java
PDF
Scala play-framework
PDF
Migrating to Java 9 Modules
PDF
An Introduction to Play 2 Framework
PPTX
Introduction to spring boot
PDF
Microservices - java ee vs spring boot and spring cloud
PPTX
Spring boot
PPTX
Java EE 8 Update
PDF
Migrating a JSF-Based Web Application from Spring 3 to Java EE 7 and CDI
PDF
PUC SE Day 2019 - SpringBoot
PDF
Java Modularity: the Year After
PDF
Apache DeltaSpike the CDI toolbox
PPTX
Modular Java
Ready! Steady! SpringBoot!
EJB 3.2 - Java EE 7 - Java One Hyderabad 2012
Spring boot
Spring 3.1 to 3.2 in a Nutshell - Spring I/O 2012
Coding Your Way to Java 12
Javantura v4 - Spring Boot and JavaFX - can they play together - Josip Kovaček
Introduction to Spring Boot!
Project Presentation on Advance Java
Scala play-framework
Migrating to Java 9 Modules
An Introduction to Play 2 Framework
Introduction to spring boot
Microservices - java ee vs spring boot and spring cloud
Spring boot
Java EE 8 Update
Migrating a JSF-Based Web Application from Spring 3 to Java EE 7 and CDI
PUC SE Day 2019 - SpringBoot
Java Modularity: the Year After
Apache DeltaSpike the CDI toolbox
Modular Java
Ad

Similar to Workshop Framework(J2EE/OSGi/RCP) (20)

PPTX
Workshop OSGI PPT
PPTX
How Spring Framework Really Works?
ODP
eXo Platform SEA - Play Framework Introduction
KEY
Play Support in Cloud Foundry
PDF
Plugin-based software design with Ruby and RubyGems
PPTX
Introduction to React native
PPTX
ZZ BC#7 asp.net mvc practice and guideline by NineMvp
PDF
스프링 프레임워크
PDF
Node.js an Exectutive View
PDF
Monoliths are so 2001 – What you need is Modularity
PPT
Developing Java Web Applications
PPTX
Spring boot Introduction
PPT
PDF
Developing Java Microservices Fast with Open Liberty
PPTX
AngularJS - Architecture decisions in a large project 
PPTX
2024-09-10 Jacksonville JUG Java on Azure with AI
PDF
OSGi enRoute Unveiled - P Kriens
PPTX
Introduction to j2 ee frameworks
PPTX
Spring MVC framework
PPTX
Spring
Workshop OSGI PPT
How Spring Framework Really Works?
eXo Platform SEA - Play Framework Introduction
Play Support in Cloud Foundry
Plugin-based software design with Ruby and RubyGems
Introduction to React native
ZZ BC#7 asp.net mvc practice and guideline by NineMvp
스프링 프레임워크
Node.js an Exectutive View
Monoliths are so 2001 – What you need is Modularity
Developing Java Web Applications
Spring boot Introduction
Developing Java Microservices Fast with Open Liberty
AngularJS - Architecture decisions in a large project 
2024-09-10 Jacksonville JUG Java on Azure with AI
OSGi enRoute Unveiled - P Kriens
Introduction to j2 ee frameworks
Spring MVC framework
Spring
Ad

Recently uploaded (20)

PDF
A comparative analysis of optical character recognition models for extracting...
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PPTX
cloud_computing_Infrastucture_as_cloud_p
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
A comparative study of natural language inference in Swahili using monolingua...
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PPTX
Tartificialntelligence_presentation.pptx
PPTX
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Mushroom cultivation and it's methods.pdf
PPTX
Spectroscopy.pptx food analysis technology
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Encapsulation theory and applications.pdf
PPT
Teaching material agriculture food technology
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
A comparative analysis of optical character recognition models for extracting...
MIND Revenue Release Quarter 2 2025 Press Release
cloud_computing_Infrastucture_as_cloud_p
Per capita expenditure prediction using model stacking based on satellite ima...
A comparative study of natural language inference in Swahili using monolingua...
NewMind AI Weekly Chronicles - August'25-Week II
Tartificialntelligence_presentation.pptx
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Programs and apps: productivity, graphics, security and other tools
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Reach Out and Touch Someone: Haptics and Empathic Computing
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Spectral efficient network and resource selection model in 5G networks
Mushroom cultivation and it's methods.pdf
Spectroscopy.pptx food analysis technology
Diabetes mellitus diagnosis method based random forest with bat algorithm
Encapsulation theory and applications.pdf
Teaching material agriculture food technology
Advanced methodologies resolving dimensionality complications for autism neur...

Workshop Framework(J2EE/OSGi/RCP)