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

What's hot

Ready! Steady! SpringBoot!
Ready! Steady! SpringBoot! Ready! Steady! SpringBoot!
Ready! Steady! SpringBoot!
GlobalLogic Ukraine
 
EJB 3.2 - Java EE 7 - Java One Hyderabad 2012
EJB 3.2 - Java EE 7 - Java One Hyderabad 2012EJB 3.2 - Java EE 7 - Java One Hyderabad 2012
EJB 3.2 - Java EE 7 - Java One Hyderabad 2012
Jagadish Prasath
 
Spring boot
Spring bootSpring boot
Spring boot
sdeeg
 
Spring 3.1 to 3.2 in a Nutshell - Spring I/O 2012
Spring 3.1 to 3.2 in a Nutshell - Spring I/O 2012Spring 3.1 to 3.2 in a Nutshell - Spring I/O 2012
Spring 3.1 to 3.2 in a Nutshell - Spring I/O 2012
Sam Brannen
 
Coding Your Way to Java 12
Coding Your Way to Java 12Coding Your Way to Java 12
Coding Your Way to Java 12
Sander Mak (@Sander_Mak)
 
Javantura v4 - Spring Boot and JavaFX - can they play together - Josip Kovaček
Javantura v4 - Spring Boot and JavaFX - can they play together - Josip KovačekJavantura v4 - Spring Boot and JavaFX - can they play together - Josip Kovaček
Javantura v4 - Spring Boot and JavaFX - can they play together - Josip Kovaček
HUJAK - Hrvatska udruga Java korisnika / Croatian Java User Association
 
Introduction to Spring Boot!
Introduction to Spring Boot!Introduction to Spring Boot!
Introduction to Spring Boot!
Jakub Kubrynski
 
Project Presentation on Advance Java
Project Presentation on Advance JavaProject Presentation on Advance Java
Project Presentation on Advance Java
Vikas Goyal
 
Scala play-framework
Scala play-frameworkScala play-framework
Scala play-framework
Abdhesh Kumar
 
Migrating to Java 9 Modules
Migrating to Java 9 ModulesMigrating to Java 9 Modules
Migrating to Java 9 Modules
Sander Mak (@Sander_Mak)
 
An Introduction to Play 2 Framework
An Introduction to Play 2 FrameworkAn Introduction to Play 2 Framework
An Introduction to Play 2 Framework
PT.JUG
 
Introduction to spring boot
Introduction to spring bootIntroduction to spring boot
Introduction to spring boot
Santosh Kumar Kar
 
Microservices - java ee vs spring boot and spring cloud
Microservices - java ee vs spring boot and spring cloudMicroservices - java ee vs spring boot and spring cloud
Microservices - java ee vs spring boot and spring cloud
Ben Wilcock
 
Spring boot
Spring bootSpring boot
Spring boot
Gyanendra Yadav
 
Java EE 8 Update
Java EE 8 UpdateJava EE 8 Update
Java EE 8 Update
Ryan Cuprak
 
Migrating a JSF-Based Web Application from Spring 3 to Java EE 7 and CDI
Migrating a JSF-Based Web Application from Spring 3 to Java EE 7 and CDIMigrating a JSF-Based Web Application from Spring 3 to Java EE 7 and CDI
Migrating a JSF-Based Web Application from Spring 3 to Java EE 7 and CDI
Mario-Leander Reimer
 
PUC SE Day 2019 - SpringBoot
PUC SE Day 2019 - SpringBootPUC SE Day 2019 - SpringBoot
PUC SE Day 2019 - SpringBoot
Josué Neis
 
Java Modularity: the Year After
Java Modularity: the Year AfterJava Modularity: the Year After
Java Modularity: the Year After
Sander Mak (@Sander_Mak)
 
Apache DeltaSpike the CDI toolbox
Apache DeltaSpike the CDI toolboxApache DeltaSpike the CDI toolbox
Apache DeltaSpike the CDI toolbox
Antoine Sabot-Durand
 
Modular Java
Modular JavaModular Java
Modular Java
Martin Toshev
 

What's hot (20)

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

Similar to Workshop Framework(J2EE/OSGi/RCP)

Workshop OSGI PPT
Workshop OSGI PPTWorkshop OSGI PPT
Workshop OSGI PPT
Summer Lu
 
How Spring Framework Really Works?
How Spring Framework Really Works?How Spring Framework Really Works?
How Spring Framework Really Works?
NexSoftsys
 
eXo Platform SEA - Play Framework Introduction
eXo Platform SEA - Play Framework IntroductioneXo Platform SEA - Play Framework Introduction
eXo Platform SEA - Play Framework Introduction
vstorm83
 
Play Support in Cloud Foundry
Play Support in Cloud FoundryPlay Support in Cloud Foundry
Play Support in Cloud Foundry
rajdeep
 
Plugin-based software design with Ruby and RubyGems
Plugin-based software design with Ruby and RubyGemsPlugin-based software design with Ruby and RubyGems
Plugin-based software design with Ruby and RubyGems
Sadayuki Furuhashi
 
Introduction to React native
Introduction to React nativeIntroduction to React native
Introduction to React native
Dhaval Barot
 
ZZ BC#7 asp.net mvc practice and guideline by NineMvp
ZZ BC#7 asp.net mvc practice and guideline by NineMvpZZ BC#7 asp.net mvc practice and guideline by NineMvp
ZZ BC#7 asp.net mvc practice and guideline by NineMvp
Chalermpon Areepong
 
스프링 프레임워크
스프링 프레임워크스프링 프레임워크
스프링 프레임워크
Yoonki Chang
 
Node.js an Exectutive View
Node.js an Exectutive ViewNode.js an Exectutive View
Node.js an Exectutive View
Manuel Eusebio de Paz Carmona
 
Monoliths are so 2001 – What you need is Modularity
Monoliths are so 2001 – What you need is ModularityMonoliths are so 2001 – What you need is Modularity
Monoliths are so 2001 – What you need is Modularity
Graham Charters
 
Developing Java Web Applications
Developing Java Web ApplicationsDeveloping Java Web Applications
Developing Java Web Applications
hchen1
 
Spring boot Introduction
Spring boot IntroductionSpring boot Introduction
Spring boot Introduction
Jeevesh Pandey
 
Spring
SpringSpring
Developing Java Microservices Fast with Open Liberty
Developing Java Microservices Fast with Open LibertyDeveloping Java Microservices Fast with Open Liberty
Developing Java Microservices Fast with Open Liberty
YK Chang
 
AngularJS - Architecture decisions in a large project 
AngularJS - Architecture decisionsin a large project AngularJS - Architecture decisionsin a large project 
AngularJS - Architecture decisions in a large project 
Elad Hirsch
 
OSGi enRoute Unveiled - P Kriens
OSGi enRoute Unveiled - P KriensOSGi enRoute Unveiled - P Kriens
OSGi enRoute Unveiled - P Kriens
mfrancis
 
Introduction to j2 ee frameworks
Introduction to j2 ee frameworksIntroduction to j2 ee frameworks
Introduction to j2 ee frameworks
Mukesh Kumar
 
Spring MVC framework
Spring MVC frameworkSpring MVC framework
Spring MVC framework
Mohit Gupta
 
Spring
SpringSpring
Spring
JyothirmaiG4
 
Spring data jpa are used to develop spring applications
Spring data jpa are used to develop spring applicationsSpring data jpa are used to develop spring applications
Spring data jpa are used to develop spring applications
michaelaaron25322
 

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

Workshop OSGI PPT
Workshop OSGI PPTWorkshop OSGI PPT
Workshop OSGI PPT
 
How Spring Framework Really Works?
How Spring Framework Really Works?How Spring Framework Really Works?
How Spring Framework Really Works?
 
eXo Platform SEA - Play Framework Introduction
eXo Platform SEA - Play Framework IntroductioneXo Platform SEA - Play Framework Introduction
eXo Platform SEA - Play Framework Introduction
 
Play Support in Cloud Foundry
Play Support in Cloud FoundryPlay Support in Cloud Foundry
Play Support in Cloud Foundry
 
Plugin-based software design with Ruby and RubyGems
Plugin-based software design with Ruby and RubyGemsPlugin-based software design with Ruby and RubyGems
Plugin-based software design with Ruby and RubyGems
 
Introduction to React native
Introduction to React nativeIntroduction to React native
Introduction to React native
 
ZZ BC#7 asp.net mvc practice and guideline by NineMvp
ZZ BC#7 asp.net mvc practice and guideline by NineMvpZZ BC#7 asp.net mvc practice and guideline by NineMvp
ZZ BC#7 asp.net mvc practice and guideline by NineMvp
 
스프링 프레임워크
스프링 프레임워크스프링 프레임워크
스프링 프레임워크
 
Node.js an Exectutive View
Node.js an Exectutive ViewNode.js an Exectutive View
Node.js an Exectutive View
 
Monoliths are so 2001 – What you need is Modularity
Monoliths are so 2001 – What you need is ModularityMonoliths are so 2001 – What you need is Modularity
Monoliths are so 2001 – What you need is Modularity
 
Developing Java Web Applications
Developing Java Web ApplicationsDeveloping Java Web Applications
Developing Java Web Applications
 
Spring boot Introduction
Spring boot IntroductionSpring boot Introduction
Spring boot Introduction
 
Spring
SpringSpring
Spring
 
Developing Java Microservices Fast with Open Liberty
Developing Java Microservices Fast with Open LibertyDeveloping Java Microservices Fast with Open Liberty
Developing Java Microservices Fast with Open Liberty
 
AngularJS - Architecture decisions in a large project 
AngularJS - Architecture decisionsin a large project AngularJS - Architecture decisionsin a large project 
AngularJS - Architecture decisions in a large project 
 
OSGi enRoute Unveiled - P Kriens
OSGi enRoute Unveiled - P KriensOSGi enRoute Unveiled - P Kriens
OSGi enRoute Unveiled - P Kriens
 
Introduction to j2 ee frameworks
Introduction to j2 ee frameworksIntroduction to j2 ee frameworks
Introduction to j2 ee frameworks
 
Spring MVC framework
Spring MVC frameworkSpring MVC framework
Spring MVC framework
 
Spring
SpringSpring
Spring
 
Spring data jpa are used to develop spring applications
Spring data jpa are used to develop spring applicationsSpring data jpa are used to develop spring applications
Spring data jpa are used to develop spring applications
 

Recently uploaded

Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
Pixlogix Infotech
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems S.M.S.A.
 
Mariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceXMariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceX
Mariano Tinti
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
panagenda
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
SOFTTECHHUB
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
Zilliz
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
DianaGray10
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Safe Software
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
Quotidiano Piemontese
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
Kumud Singh
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
DianaGray10
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
Neo4j
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
Edge AI and Vision Alliance
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
Neo4j
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
Zilliz
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
danishmna97
 

Recently uploaded (20)

Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
 
Mariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceXMariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceX
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
 

Workshop Framework(J2EE/OSGi/RCP)