SlideShare una empresa de Scribd logo
1 de 41
Workshop

          Java
         Project

                           Workshop
                             J2EE
                                                     • Code reuse
                                                   • Cross-database
                                                   • Loosely coupled
                                                    • Cross-platform
 RCP
Plugin                     Workshop
                            Base                               Osgi
                                                              Bundle
         Workshop                             Workshop
           RCP                                J2EE OSGI




            Developer: LuYang Email: gmluyang@gmail.com
1   【J2EE Structure】
                            1
                Workshop J2EE


2   【Maven Structure】



3   【 Static Depend 】



4   【Module Source】



5   【Module View】



6   【Web Deploy】
Workshop J2EE                               1.1
J2EE Structure
Workshop Web Projects

 Workshop Module Projects
                            RBAC      Layout     Help    Log     ……



Workshop System Projects
                            Install   Security   Index   Login   ……


Workshop Core
                    MVC     Persist    Query     Cache   Log     …...


Spring
                                      Spring Framework
Workshop J2EE                                               1.2
  Maven Structure
                                                         Core      Module
                       Root


Core          System          Module      Web App


       MVC             Install         RBAC   Workshop


       Persist         Admin       Layout


       Query           Index      Metadata

                                                         System
       Cache       Security            Help


        Log             ……         Schema


        ……                             ……
                                                                   Web App
Workshop J2EE                         1.3.1
Static Depend - POM

    Project Depend based on                Web App Project
          Maven POM                         Maven POM
        Master Web
           App
            Maven Web Project



 Slave                 Slave
Module 1              Module N
 Maven Project           Maven Project
Workshop J2EE                           1.3.2
Static Depend - JAR
                       Import package path

                                Core JAR
                                   1
 Import package path                                Import package path

                   System                      Core JAR
                    Jar 1                         N




 Import package path                                Import package path
                       Module              Module
                        Jar 1               Jar N
Workshop J2EE                     1.3.3
Static Depend - Web
                                       Module Jar 1…N
                           lib
                                        Third Jar 1…N

            WEB-INF
                                             JSP
                                                                Module View
                                                                   1…N
  Web App




                          View             Velocity
                                                            Public View Resources
                                         Freemarker

                                       Public JavaScript
                        JavaScript
                                         Resources

            Resources      CSS       Public CSS Resources

                                        Public Image
                         Images
                                         Resources
Workshop J2EE     1.4
Module Source
                            Workshop IDE




             Module Source is deployed in the Java Project
             • Module Sources
                • Domain
                • Controller
                • Dao API
                • Dao IMPL
                • Service API
                • Service IMPL
                • Spring XML
Workshop J2EE       1.5
Module View

                          Workshop IDE




            Module Views is deployed in the WEB-INF
            • Module Views
               • Form
               • Cond
1.6
    Workshop J2EE
Web Deploy
1   【Module Structure】
                           2
          Workshop J2EE OSGI


2   【Maven Structure】



3   【Dynamic Depend 】



4   【Module Source】



5   【Module View】



6   【Web Demo】
Workshop J2EE OSGI                                  2.1
Module Structure
Workshop OSGI Web Apps

 Workshop OSGI
 Module Projects          RBAC      Layout     Help      Log       ……



Workshop OSGI
System Projects          Install    Security   Index     Login     ……


Workshop OSGI
Core Projects      MVC    Persist    Query     Cache     Log       …...


Spring
                     Spring Framework                  Spring DM
Workshop J2EE OSGI                                                             2.2
        Maven Structure
                                                                              Core      Module
                                 Root


Core          System         Module              OSGI        Web App


       MVC             Install          RBAC            Catalina   Workshop


       Persist         Admin            Layout          Console


       Query           Index        Metadata            Velocity


       Cache       Security              Help             ……                  System
        Log             ……              Schema


        ……                               ……

                                                                                        OSGI
                                                                              Web App
Workshop J2EE OSGI                       2.3.1
Dynamic Depend - POM

    Project Depend based on               Web App Project
          Maven POM                        Maven POM
        Master Web
           App
            Maven Web Project



 Slave                 Slave
Module 1              Module N
 Maven Project           Maven Project
Workshop J2EE OSGI                          2.3.2
Dynamic Depend-Plugin
           Bundle-                Third              Bundle-
          Class Path               Jars             Class Path




Export-   Plugin       Require-           Import-   Plugin       Require-
Package     1           Bundle            Package                 Bundle
                                                      N




          Import-                                   Export-
          Package                                   Package
Workshop J2EE OSGI       2.3.3
Dynamic Depend - MANIFEST
Require-       Import-
 Bundle        Package
Workshop J2EE OSGI 2.3.4
Dynamic Depend - Exported
 Export-
 Package
Workshop J2EE OSGI 2.3.5
Dynamic Depend - Classpath
 Third
  Jars
Workshop J2EE                                    2.3.6
Dynamic Depend – Web Master
                                                     Module Jar 1…N
                                       lib
                                                      Third Jar 1…N

                      WEB-INF
  Web Master Plugin




                                                           JSP
                                                                              Module View
                                                                                 1…N
                                  View resources         Velocity
                                                                          Public View Resources
                                                       Freemarker

                                                     Public JavaScript
                                    JavaScript
                                                       Resources

                      Resources        CSS         Public CSS Resources

                                                      Public Image
                                     Images
                                                       Resources
Workshop J2EE               2.3.7
Dynamic Depend – Slave Plugin
                               Spring bean/OSGI
                                      xml
                                 Private View
                   META-INF
    Slave Plugin

                                  Resources

                                MANIFEST.MF


                                src/main/java


                     src         src/test/java


                              src/main/Resource
Workshop J2EE OSGI                       2.3.8
Dynamic Depend - OSGI

                  Master Web App OSGI Bundle


 OSGI Bundle 1          OSGI Bundle…           OSGI Bundle N
  osgi:service           osgi:service           osgi:service
 osgi:reference         osgi:reference         osgi:reference
Workshop J2EE        2.4
Module Source
                              Workshop IDE




             Module Source is deployed in the Java Project
             • 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 J2EE     2.5
Module View



                        Private View
         Public Web     Resources
         Resources

        Public View
        Resources
Workshop J2EE                          2.6.1
Web Deploy
java -jar eclipse/org.eclipse.osgi.jar
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
2.6.2
  Workshop J2EE
Web Deploy
2.6.3
  Workshop J2EE
OSIG Console
1
           Workshop RCP OSGI
    【RCP Application Structure】
                                  3
2   【Plugin Structure】



3   【 Upgrade 】



4   【Plugin Install】



5   【Plugins】



6   【RCP Demo】
Workshop RCP OSGI                                      3.1
RCP Application Structure
 Workshop Web Projects
  Workshop Module UI Plugin         RBAC       Code            Log        ……

 Workshop System Plugin   Install      security       Login           ……

 Workshop Core Plugin     Persist      Query          Cache           ……

 Workshop RCP Framework My JFace/SWT              RCP Controller          ...

 Spring                   Spring Framework                    Spring DM

  Eclipse                                  Workbench
                                              JFace
                              SWT                         Equinox/OSGI
Workshop RCP OSGI                                             3.2
       Plugin Structure
                                                             RCP App    Module

                       Root


Core          System          Module        RCP App
                                                             GEF Core
       Persist         Install         RBAC      Workshop


       Query           Admin       Layout             Help


       Cache           Index      Metadata


        Log        Security            ……
                                                             System

        ……              ……
Workshop RCP OSGI                 3.3
Upgrade
Workshop J2EE    Workshop J2EE      Workshop RCP
                 OSGI               OSGI

   • JAVA Jars      • OSGI Bundle      • RCP Plugin
                         Wrap               Wrap
                       JAVA Jars         OSGI Bundle


                  Cross-database
                  Oracle,
                  MySQL,DB2,Syb
   Code reuse     ase,SQLServer…    Cross-platforms
    J2EE,J2EE                       J2EE,J2EE
    OSGI,RCP                        OSGI,RCP OSGI
      OSGI
Workshop RCP OSGI   3.4
Install Product
Workshop RCP OSGI   3.5
Plugin-ins
3.6
    Workshop RCP
RCP Demo
1
          Workshop Integration
    【Hibernate Integration】
                                           4
2   【Velocity Integration】



3   【 Database Integration】



4   【Connection Pool Integration】



4   【How to develop a J2EE OSGI Bundle?】



4   【How to develop an RCP Plugin? 】
4.1
   Workshop Integration
Hibernate Integration
   Workshop
Hibernate Bundle




     Extension
BundleAnnotationS
essionFactoryBean
4.2
   Workshop Integration
Velocity Integration
Workshop Velocity
    Bundle




   Extension
BundleResourceLo
      ader
Workshop Integration      4.3
Database Integration
                  DB2
                 Bundle

        Other              MySQL
        Bundle             Bundle

                 Persist
                 Bundle
         SQL
                           Oracle
        Server
                           Bundle
        Bundle
                 Sybase
                 Bundle
Workshop Integration             4.4
Connection Pool Integration
                     DBCP
                     Bundle


        Other                      Proxool
        Bundle                     Bundle
                     Persist
                     Bundle


             JNDI              C3P0
            Bundle             Bundle
Workshop Integration       4.5
How to develop a OSGI Bundle

                                    Extension
                                   Plugin Install
                             •   Database
Workshop J2EE DM                 install/uninstall
  Plugin Bundle    so easy   •   Plugin Logo
    Extension                •   Plugin Menu
                             •   Plugin details
Workshop Integration      4.6
How to develop an RCP plug-in

                                   Extension
                                  Plugin Install
                            •   Database
Workshop RCP DM                 install/uninstall
  Plugin Bundle   so easy   •   Plugin Logo
    Extension               •   Plugin Menu
                            •   Plugin details
Workshop Finish              5

   Thanks                    !




    http://www.suntodo.com

Más contenido relacionado

La actualidad más candente

Developing modular Java applications
Developing modular Java applicationsDeveloping modular Java applications
Developing modular Java applicationsJulien Dubois
 
OSGi-enabled Java EE Applications using GlassFish at JCertif 2011
OSGi-enabled Java EE Applications using GlassFish at JCertif 2011OSGi-enabled Java EE Applications using GlassFish at JCertif 2011
OSGi-enabled Java EE Applications using GlassFish at JCertif 2011Arun Gupta
 
Spring core module
Spring core moduleSpring core module
Spring core moduleRaj Tomar
 
Java spring framework
Java spring frameworkJava spring framework
Java spring frameworkRajiv Gupta
 
Project Presentation on Advance Java
Project Presentation on Advance JavaProject Presentation on Advance Java
Project Presentation on Advance JavaVikas Goyal
 
Java Enterprise Edition 6 Overview
Java Enterprise Edition 6 OverviewJava Enterprise Edition 6 Overview
Java Enterprise Edition 6 OverviewEugene Bogaart
 
Sun Java EE 6 Overview
Sun Java EE 6 OverviewSun Java EE 6 Overview
Sun Java EE 6 Overviewsbobde
 
Spring 3 MVC CodeMash 2009
Spring 3 MVC   CodeMash 2009Spring 3 MVC   CodeMash 2009
Spring 3 MVC CodeMash 2009kensipe
 
108 advancedjava
108 advancedjava108 advancedjava
108 advancedjavaAnil Kumar
 
Java EE 6 workshop at Dallas Tech Fest 2011
Java EE 6 workshop at Dallas Tech Fest 2011Java EE 6 workshop at Dallas Tech Fest 2011
Java EE 6 workshop at Dallas Tech Fest 2011Arun Gupta
 
03.eGovFrame Runtime Environment Training Book Supplement
03.eGovFrame Runtime Environment Training Book Supplement03.eGovFrame Runtime Environment Training Book Supplement
03.eGovFrame Runtime Environment Training Book SupplementChuong Nguyen
 
JavaOne - 10 Tips for Java EE 7 with PrimeFaces
JavaOne - 10 Tips for Java EE 7 with PrimeFacesJavaOne - 10 Tips for Java EE 7 with PrimeFaces
JavaOne - 10 Tips for Java EE 7 with PrimeFacesMert Çalışkan
 
JEE Course - JEE Overview
JEE Course - JEE  OverviewJEE Course - JEE  Overview
JEE Course - JEE Overviewodedns
 

La actualidad más candente (19)

Developing modular Java applications
Developing modular Java applicationsDeveloping modular Java applications
Developing modular Java applications
 
OSGi-enabled Java EE Applications using GlassFish at JCertif 2011
OSGi-enabled Java EE Applications using GlassFish at JCertif 2011OSGi-enabled Java EE Applications using GlassFish at JCertif 2011
OSGi-enabled Java EE Applications using GlassFish at JCertif 2011
 
Spring core module
Spring core moduleSpring core module
Spring core module
 
Spring framework
Spring frameworkSpring framework
Spring framework
 
Java spring framework
Java spring frameworkJava spring framework
Java spring framework
 
Multithreading in java
Multithreading in javaMultithreading in java
Multithreading in java
 
Project Presentation on Advance Java
Project Presentation on Advance JavaProject Presentation on Advance Java
Project Presentation on Advance Java
 
Spring notes
Spring notesSpring notes
Spring notes
 
Java Enterprise Edition 6 Overview
Java Enterprise Edition 6 OverviewJava Enterprise Edition 6 Overview
Java Enterprise Edition 6 Overview
 
Spring ppt
Spring pptSpring ppt
Spring ppt
 
Spring Framework Training Course
Spring Framework Training Course Spring Framework Training Course
Spring Framework Training Course
 
Sun Java EE 6 Overview
Sun Java EE 6 OverviewSun Java EE 6 Overview
Sun Java EE 6 Overview
 
Spring 3 MVC CodeMash 2009
Spring 3 MVC   CodeMash 2009Spring 3 MVC   CodeMash 2009
Spring 3 MVC CodeMash 2009
 
108 advancedjava
108 advancedjava108 advancedjava
108 advancedjava
 
Java EE 6 workshop at Dallas Tech Fest 2011
Java EE 6 workshop at Dallas Tech Fest 2011Java EE 6 workshop at Dallas Tech Fest 2011
Java EE 6 workshop at Dallas Tech Fest 2011
 
03.eGovFrame Runtime Environment Training Book Supplement
03.eGovFrame Runtime Environment Training Book Supplement03.eGovFrame Runtime Environment Training Book Supplement
03.eGovFrame Runtime Environment Training Book Supplement
 
JavaOne - 10 Tips for Java EE 7 with PrimeFaces
JavaOne - 10 Tips for Java EE 7 with PrimeFacesJavaOne - 10 Tips for Java EE 7 with PrimeFaces
JavaOne - 10 Tips for Java EE 7 with PrimeFaces
 
JEE Course - JEE Overview
JEE Course - JEE  OverviewJEE Course - JEE  Overview
JEE Course - JEE Overview
 
Java J2EE Complete Syllabus Checklist
Java J2EE Complete Syllabus ChecklistJava J2EE Complete Syllabus Checklist
Java J2EE Complete Syllabus Checklist
 

Destacado

Conducting a workshop
Conducting a workshop Conducting a workshop
Conducting a workshop CEMCA
 
Writing Workshop Ppt
Writing Workshop PptWriting Workshop Ppt
Writing Workshop Pptguest0ea494
 
Lecture 14: PPT Presentation Workshop
Lecture 14: PPT Presentation WorkshopLecture 14: PPT Presentation Workshop
Lecture 14: PPT Presentation WorkshopJessica Laccetti
 
Presentation Skills Workshop Presentation
Presentation Skills Workshop PresentationPresentation Skills Workshop Presentation
Presentation Skills Workshop Presentationguestf45d972
 
Planning and running a successful target setting workshop
Planning and running a successful target setting workshopPlanning and running a successful target setting workshop
Planning and running a successful target setting workshopAlaa Karam
 
Steps to Make a PPT
Steps to Make a PPTSteps to Make a PPT
Steps to Make a PPTdonnar7
 
The Role of the OSGi Gateway in GST Security Objectives and Architecture - An...
The Role of the OSGi Gateway in GST Security Objectives and Architecture - An...The Role of the OSGi Gateway in GST Security Objectives and Architecture - An...
The Role of the OSGi Gateway in GST Security Objectives and Architecture - An...mfrancis
 
Enabling Java 2 Runtime Security with Eclipse Plug-ins - Ted Habeck, Advisory...
Enabling Java 2 Runtime Security with Eclipse Plug-ins - Ted Habeck, Advisory...Enabling Java 2 Runtime Security with Eclipse Plug-ins - Ted Habeck, Advisory...
Enabling Java 2 Runtime Security with Eclipse Plug-ins - Ted Habeck, Advisory...mfrancis
 
Building Secure OSGi Applications
Building Secure OSGi ApplicationsBuilding Secure OSGi Applications
Building Secure OSGi ApplicationsMarcel Offermans
 
Common Security Services. Consolidation patterns for legacy components - Stef...
Common Security Services. Consolidation patterns for legacy components - Stef...Common Security Services. Consolidation patterns for legacy components - Stef...
Common Security Services. Consolidation patterns for legacy components - Stef...mfrancis
 
Open Services Gateway Initiative (OSGI)
Open Services Gateway Initiative (OSGI)Open Services Gateway Initiative (OSGI)
Open Services Gateway Initiative (OSGI)Peter R. Egli
 
Sia door supervisor training 5
Sia door supervisor training 5Sia door supervisor training 5
Sia door supervisor training 5hilario859
 
Security in OSGi applications: Robust OSGi Platforms, secure Bundles
Security in OSGi applications: Robust OSGi Platforms, secure BundlesSecurity in OSGi applications: Robust OSGi Platforms, secure Bundles
Security in OSGi applications: Robust OSGi Platforms, secure BundlesKai Hackbarth
 
Security Policy Enforcement for the OSGi Framework using Aspect-Oriented Pr...
Security Policy Enforcement for the OSGi Framework using Aspect-Oriented Pr...Security Policy Enforcement for the OSGi Framework using Aspect-Oriented Pr...
Security Policy Enforcement for the OSGi Framework using Aspect-Oriented Pr...Phú Phùng
 
Privacy_Engineering_Privacy Assurance_Lecture-Ecole_Polytechnic_Nice_SA-20150127
Privacy_Engineering_Privacy Assurance_Lecture-Ecole_Polytechnic_Nice_SA-20150127Privacy_Engineering_Privacy Assurance_Lecture-Ecole_Polytechnic_Nice_SA-20150127
Privacy_Engineering_Privacy Assurance_Lecture-Ecole_Polytechnic_Nice_SA-20150127Frank Dawson
 

Destacado (20)

Conducting a workshop
Conducting a workshop Conducting a workshop
Conducting a workshop
 
Writing Workshop Ppt
Writing Workshop PptWriting Workshop Ppt
Writing Workshop Ppt
 
Lecture 14: PPT Presentation Workshop
Lecture 14: PPT Presentation WorkshopLecture 14: PPT Presentation Workshop
Lecture 14: PPT Presentation Workshop
 
Presentation Skills Workshop Presentation
Presentation Skills Workshop PresentationPresentation Skills Workshop Presentation
Presentation Skills Workshop Presentation
 
Planning and running a successful target setting workshop
Planning and running a successful target setting workshopPlanning and running a successful target setting workshop
Planning and running a successful target setting workshop
 
Ppt on seminar
Ppt on seminarPpt on seminar
Ppt on seminar
 
Sample Seminar slides
Sample Seminar slidesSample Seminar slides
Sample Seminar slides
 
Steps to Make a PPT
Steps to Make a PPTSteps to Make a PPT
Steps to Make a PPT
 
Seminar
SeminarSeminar
Seminar
 
Power Point Seminar
Power Point SeminarPower Point Seminar
Power Point Seminar
 
Ppt lokakarya 2 (ipb)
Ppt lokakarya 2 (ipb)Ppt lokakarya 2 (ipb)
Ppt lokakarya 2 (ipb)
 
The Role of the OSGi Gateway in GST Security Objectives and Architecture - An...
The Role of the OSGi Gateway in GST Security Objectives and Architecture - An...The Role of the OSGi Gateway in GST Security Objectives and Architecture - An...
The Role of the OSGi Gateway in GST Security Objectives and Architecture - An...
 
Enabling Java 2 Runtime Security with Eclipse Plug-ins - Ted Habeck, Advisory...
Enabling Java 2 Runtime Security with Eclipse Plug-ins - Ted Habeck, Advisory...Enabling Java 2 Runtime Security with Eclipse Plug-ins - Ted Habeck, Advisory...
Enabling Java 2 Runtime Security with Eclipse Plug-ins - Ted Habeck, Advisory...
 
Building Secure OSGi Applications
Building Secure OSGi ApplicationsBuilding Secure OSGi Applications
Building Secure OSGi Applications
 
Common Security Services. Consolidation patterns for legacy components - Stef...
Common Security Services. Consolidation patterns for legacy components - Stef...Common Security Services. Consolidation patterns for legacy components - Stef...
Common Security Services. Consolidation patterns for legacy components - Stef...
 
Open Services Gateway Initiative (OSGI)
Open Services Gateway Initiative (OSGI)Open Services Gateway Initiative (OSGI)
Open Services Gateway Initiative (OSGI)
 
Sia door supervisor training 5
Sia door supervisor training 5Sia door supervisor training 5
Sia door supervisor training 5
 
Security in OSGi applications: Robust OSGi Platforms, secure Bundles
Security in OSGi applications: Robust OSGi Platforms, secure BundlesSecurity in OSGi applications: Robust OSGi Platforms, secure Bundles
Security in OSGi applications: Robust OSGi Platforms, secure Bundles
 
Security Policy Enforcement for the OSGi Framework using Aspect-Oriented Pr...
Security Policy Enforcement for the OSGi Framework using Aspect-Oriented Pr...Security Policy Enforcement for the OSGi Framework using Aspect-Oriented Pr...
Security Policy Enforcement for the OSGi Framework using Aspect-Oriented Pr...
 
Privacy_Engineering_Privacy Assurance_Lecture-Ecole_Polytechnic_Nice_SA-20150127
Privacy_Engineering_Privacy Assurance_Lecture-Ecole_Polytechnic_Nice_SA-20150127Privacy_Engineering_Privacy Assurance_Lecture-Ecole_Polytechnic_Nice_SA-20150127
Privacy_Engineering_Privacy Assurance_Lecture-Ecole_Polytechnic_Nice_SA-20150127
 

Similar a Workshop OSGI PPT

Workshop Framework(J2EE/OSGi/RCP)
Workshop Framework(J2EE/OSGi/RCP)Workshop Framework(J2EE/OSGi/RCP)
Workshop Framework(J2EE/OSGi/RCP)Summer Lu
 
How Spring Framework Really Works?
How Spring Framework Really Works?How Spring Framework Really Works?
How Spring Framework Really Works?NexSoftsys
 
Eclipse vs Netbean vs Railo
Eclipse vs Netbean vs RailoEclipse vs Netbean vs Railo
Eclipse vs Netbean vs RailoMohd Safian
 
Summer training java
Summer training javaSummer training java
Summer training javaArshit Rai
 
Spring introduction
Spring introductionSpring introduction
Spring introductionManav Prasad
 
Spring basics for freshers
Spring basics for freshersSpring basics for freshers
Spring basics for freshersSwati Bansal
 
Enterprise Spring Building Scalable Applications
Enterprise Spring Building Scalable ApplicationsEnterprise Spring Building Scalable Applications
Enterprise Spring Building Scalable ApplicationsGordon Dickens
 
Summer training java
Summer training javaSummer training java
Summer training javaArshit Rai
 
Introduction to j2 ee frameworks
Introduction to j2 ee frameworksIntroduction to j2 ee frameworks
Introduction to j2 ee frameworksMukesh Kumar
 
Spring intro classes-in-mumbai
Spring intro classes-in-mumbaiSpring intro classes-in-mumbai
Spring intro classes-in-mumbaivibrantuser
 
What Your Jvm Has Been Trying To Tell You
What Your Jvm Has Been Trying To Tell YouWhat Your Jvm Has Been Trying To Tell You
What Your Jvm Has Been Trying To Tell YouJohn Pape
 
Spring Framework - Core
Spring Framework - CoreSpring Framework - Core
Spring Framework - CoreDzmitry Naskou
 
2012 04-06-v2-tdp-1163-java e-evsspringshootout-final
2012 04-06-v2-tdp-1163-java e-evsspringshootout-final2012 04-06-v2-tdp-1163-java e-evsspringshootout-final
2012 04-06-v2-tdp-1163-java e-evsspringshootout-finalRohit Kelapure
 
Spring presentecion isil
Spring presentecion isilSpring presentecion isil
Spring presentecion isilWilly Aguirre
 
Spring presentecion isil
Spring presentecion isilSpring presentecion isil
Spring presentecion isilWilly Aguirre
 

Similar a Workshop OSGI PPT (20)

Workshop Framework(J2EE/OSGi/RCP)
Workshop Framework(J2EE/OSGi/RCP)Workshop Framework(J2EE/OSGi/RCP)
Workshop Framework(J2EE/OSGi/RCP)
 
How Spring Framework Really Works?
How Spring Framework Really Works?How Spring Framework Really Works?
How Spring Framework Really Works?
 
Spring
SpringSpring
Spring
 
Eclipse vs Netbean vs Railo
Eclipse vs Netbean vs RailoEclipse vs Netbean vs Railo
Eclipse vs Netbean vs Railo
 
Summer training java
Summer training javaSummer training java
Summer training java
 
Spring introduction
Spring introductionSpring introduction
Spring introduction
 
Spring basics for freshers
Spring basics for freshersSpring basics for freshers
Spring basics for freshers
 
Enterprise Spring Building Scalable Applications
Enterprise Spring Building Scalable ApplicationsEnterprise Spring Building Scalable Applications
Enterprise Spring Building Scalable Applications
 
Summer training java
Summer training javaSummer training java
Summer training java
 
Introduction to j2 ee frameworks
Introduction to j2 ee frameworksIntroduction to j2 ee frameworks
Introduction to j2 ee frameworks
 
Crx 2.2 Deep-Dive
Crx 2.2 Deep-DiveCrx 2.2 Deep-Dive
Crx 2.2 Deep-Dive
 
Spring intro classes-in-mumbai
Spring intro classes-in-mumbaiSpring intro classes-in-mumbai
Spring intro classes-in-mumbai
 
What Your Jvm Has Been Trying To Tell You
What Your Jvm Has Been Trying To Tell YouWhat Your Jvm Has Been Trying To Tell You
What Your Jvm Has Been Trying To Tell You
 
Spring Framework - Core
Spring Framework - CoreSpring Framework - Core
Spring Framework - Core
 
2012 04-06-v2-tdp-1163-java e-evsspringshootout-final
2012 04-06-v2-tdp-1163-java e-evsspringshootout-final2012 04-06-v2-tdp-1163-java e-evsspringshootout-final
2012 04-06-v2-tdp-1163-java e-evsspringshootout-final
 
Spring presentecion isil
Spring presentecion isilSpring presentecion isil
Spring presentecion isil
 
Spring presentecion isil
Spring presentecion isilSpring presentecion isil
Spring presentecion isil
 
Spring Mvc
Spring MvcSpring Mvc
Spring Mvc
 
Spring framework
Spring frameworkSpring framework
Spring framework
 
Introducing spring
Introducing springIntroducing spring
Introducing spring
 

Último

Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 

Último (20)

Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 

Workshop OSGI PPT

  • 1. Workshop Java Project Workshop J2EE • Code reuse • Cross-database • Loosely coupled • Cross-platform RCP Plugin Workshop Base Osgi Bundle Workshop Workshop RCP J2EE OSGI Developer: LuYang Email: gmluyang@gmail.com
  • 2. 1 【J2EE Structure】 1 Workshop J2EE 2 【Maven Structure】 3 【 Static Depend 】 4 【Module Source】 5 【Module View】 6 【Web Deploy】
  • 3. Workshop J2EE 1.1 J2EE Structure Workshop Web Projects Workshop Module Projects RBAC Layout Help Log …… Workshop System Projects Install Security Index Login …… Workshop Core MVC Persist Query Cache Log …... Spring Spring Framework
  • 4. Workshop J2EE 1.2 Maven Structure Core Module Root Core System Module Web App MVC Install RBAC Workshop Persist Admin Layout Query Index Metadata System Cache Security Help Log …… Schema …… …… Web App
  • 5. Workshop J2EE 1.3.1 Static Depend - POM Project Depend based on Web App Project Maven POM Maven POM Master Web App Maven Web Project Slave Slave Module 1 Module N Maven Project Maven Project
  • 6. Workshop J2EE 1.3.2 Static Depend - JAR Import package path Core JAR 1 Import package path Import package path System Core JAR Jar 1 N Import package path Import package path Module Module Jar 1 Jar N
  • 7. Workshop J2EE 1.3.3 Static Depend - Web Module Jar 1…N lib Third Jar 1…N WEB-INF JSP Module View 1…N Web App View Velocity Public View Resources Freemarker Public JavaScript JavaScript Resources Resources CSS Public CSS Resources Public Image Images Resources
  • 8. Workshop J2EE 1.4 Module Source Workshop IDE Module Source is deployed in the Java Project • Module Sources • Domain • Controller • Dao API • Dao IMPL • Service API • Service IMPL • Spring XML
  • 9. Workshop J2EE 1.5 Module View Workshop IDE Module Views is deployed in the WEB-INF • Module Views • Form • Cond
  • 10. 1.6 Workshop J2EE Web Deploy
  • 11. 1 【Module Structure】 2 Workshop J2EE OSGI 2 【Maven Structure】 3 【Dynamic Depend 】 4 【Module Source】 5 【Module View】 6 【Web Demo】
  • 12. Workshop J2EE OSGI 2.1 Module Structure Workshop OSGI Web Apps Workshop OSGI Module Projects RBAC Layout Help Log …… Workshop OSGI System Projects Install Security Index Login …… Workshop OSGI Core Projects MVC Persist Query Cache Log …... Spring Spring Framework Spring DM
  • 13. Workshop J2EE OSGI 2.2 Maven Structure Core Module Root Core System Module OSGI Web App MVC Install RBAC Catalina Workshop Persist Admin Layout Console Query Index Metadata Velocity Cache Security Help …… System Log …… Schema …… …… OSGI Web App
  • 14. Workshop J2EE OSGI 2.3.1 Dynamic Depend - POM Project Depend based on Web App Project Maven POM Maven POM Master Web App Maven Web Project Slave Slave Module 1 Module N Maven Project Maven Project
  • 15. Workshop J2EE OSGI 2.3.2 Dynamic Depend-Plugin Bundle- Third Bundle- Class Path Jars Class Path Export- Plugin Require- Import- Plugin Require- Package 1 Bundle Package Bundle N Import- Export- Package Package
  • 16. Workshop J2EE OSGI 2.3.3 Dynamic Depend - MANIFEST Require- Import- Bundle Package
  • 17. Workshop J2EE OSGI 2.3.4 Dynamic Depend - Exported Export- Package
  • 18. Workshop J2EE OSGI 2.3.5 Dynamic Depend - Classpath Third Jars
  • 19. Workshop J2EE 2.3.6 Dynamic Depend – Web Master Module Jar 1…N lib Third Jar 1…N WEB-INF Web Master Plugin JSP Module View 1…N View resources Velocity Public View Resources Freemarker Public JavaScript JavaScript Resources Resources CSS Public CSS Resources Public Image Images Resources
  • 20. Workshop J2EE 2.3.7 Dynamic Depend – Slave Plugin Spring bean/OSGI xml Private View META-INF Slave Plugin Resources MANIFEST.MF src/main/java src src/test/java src/main/Resource
  • 21. Workshop J2EE OSGI 2.3.8 Dynamic Depend - OSGI Master Web App OSGI Bundle OSGI Bundle 1 OSGI Bundle… OSGI Bundle N osgi:service osgi:service osgi:service osgi:reference osgi:reference osgi:reference
  • 22. Workshop J2EE 2.4 Module Source Workshop IDE Module Source is deployed in the Java Project • 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
  • 23. Workshop J2EE 2.5 Module View Private View Public Web Resources Resources Public View Resources
  • 24. Workshop J2EE 2.6.1 Web Deploy java -jar eclipse/org.eclipse.osgi.jar 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
  • 25. 2.6.2 Workshop J2EE Web Deploy
  • 26. 2.6.3 Workshop J2EE OSIG Console
  • 27. 1 Workshop RCP OSGI 【RCP Application Structure】 3 2 【Plugin Structure】 3 【 Upgrade 】 4 【Plugin Install】 5 【Plugins】 6 【RCP Demo】
  • 28. Workshop RCP OSGI 3.1 RCP Application Structure Workshop Web Projects Workshop Module UI Plugin RBAC Code Log …… Workshop System Plugin Install security Login …… Workshop Core Plugin Persist Query Cache …… Workshop RCP Framework My JFace/SWT RCP Controller ... Spring Spring Framework Spring DM Eclipse Workbench JFace SWT Equinox/OSGI
  • 29. Workshop RCP OSGI 3.2 Plugin Structure RCP App Module Root Core System Module RCP App GEF Core Persist Install RBAC Workshop Query Admin Layout Help Cache Index Metadata Log Security …… System …… ……
  • 30. Workshop RCP OSGI 3.3 Upgrade Workshop J2EE Workshop J2EE Workshop RCP OSGI OSGI • JAVA Jars • OSGI Bundle • RCP Plugin Wrap Wrap JAVA Jars OSGI Bundle Cross-database Oracle, MySQL,DB2,Syb Code reuse ase,SQLServer… Cross-platforms J2EE,J2EE J2EE,J2EE OSGI,RCP OSGI,RCP OSGI OSGI
  • 31. Workshop RCP OSGI 3.4 Install Product
  • 32. Workshop RCP OSGI 3.5 Plugin-ins
  • 33. 3.6 Workshop RCP RCP Demo
  • 34. 1 Workshop Integration 【Hibernate Integration】 4 2 【Velocity Integration】 3 【 Database Integration】 4 【Connection Pool Integration】 4 【How to develop a J2EE OSGI Bundle?】 4 【How to develop an RCP Plugin? 】
  • 35. 4.1 Workshop Integration Hibernate Integration Workshop Hibernate Bundle Extension BundleAnnotationS essionFactoryBean
  • 36. 4.2 Workshop Integration Velocity Integration Workshop Velocity Bundle Extension BundleResourceLo ader
  • 37. Workshop Integration 4.3 Database Integration DB2 Bundle Other MySQL Bundle Bundle Persist Bundle SQL Oracle Server Bundle Bundle Sybase Bundle
  • 38. Workshop Integration 4.4 Connection Pool Integration DBCP Bundle Other Proxool Bundle Bundle Persist Bundle JNDI C3P0 Bundle Bundle
  • 39. Workshop Integration 4.5 How to develop a OSGI Bundle Extension Plugin Install • Database Workshop J2EE DM install/uninstall Plugin Bundle so easy • Plugin Logo Extension • Plugin Menu • Plugin details
  • 40. Workshop Integration 4.6 How to develop an RCP plug-in Extension Plugin Install • Database Workshop RCP DM install/uninstall Plugin Bundle so easy • Plugin Logo Extension • Plugin Menu • Plugin details
  • 41. Workshop Finish 5 Thanks ! http://www.suntodo.com