SlideShare a Scribd company logo
Professional JavaScript
Development
(An Introduction for Java Developers)

Mail: jonas.bandi@gmail.com
Twitter: @jbandi
Professional JavaScript Development (An Introduction for Java Developers)
Professional JavaScript Development (An Introduction for Java Developers)
Most of the people writing in JavaScript are not
programmers. They lack the training and discipline to
write good programs.
- Douglas Crockford, 2001

A very large group of developers still thinks of
JavaScript as a joke.
- Davy Brion, 2011

We strongly suggest to adopt JavaScript as a first class
language.
- ThoughtWorks Technology Radar, 2011

JavaScript in the browser is the single largest
development platform.
- Third-party JavaScript, Manning 2013
Two Worlds?
Libraries / Frameworks
Language
IDE

dependency management

Write Code
Toolset
compile

Build

Test
Test-Frameworks

package

Deploy
The Language
The Bad Parts
Language Constructs
• Object

• Object

• Class

• Function

• Method
• Constructor
• Packages
• Inheritance

can
else
hing
ryt
..eve
.
nted
leme
imp
be
Closures
Toolset
Professional JavaScript Development (An Introduction for Java Developers)
Bower
Dependency
Management
Building
Testing
Frameworks
First Generation Frameworks
A “Second Generation” of JavaScript
Frameworks

• Client-­‐Side	
  MVC
• Applica1on	
  Structure
• Data-­‐Binding
A “Third Generation” of JavaScript
Frameworks

Goal:	
  Complete	
  Client-­‐Side	
  
Applica1on	
  Development	
  
Frameworks
Libraries / Frameworks
Language
IDE

dependency management

Write Code
Toolset
compile

Build

Test

Bower

Test-Frameworks

package

Deploy
Questions
Code Examples: https://github.com/jbandi/JavaScriptExamples

Interessiert an einem JavaScript Bootcamp
für Java Entwickler?
Agenda:
Tag 1:
- JavaScript: Sprachkonstrukte und Patterns
- jQuery als quasi Standard für browserseitige Programmierung
- JavaScript Toolchain: Building, Linting, Testing (z.B. mit Grunt, Bower, Karma)
Tag 2:
- Client-Side MVC und Single Page Applications mit AngularJS
- Architektur: JavaScript/AngularJS als Frontend & RESTful Java Services als Backend
- Integration in Java oder .NET Projekte

Kontakt: info@jonasbandi.net

More Related Content

PDF
Java & JavaScript: Best Friends?
PDF
Kann JavaScript elegant sein?
PDF
There is something about JavaScript - Choose Forum 2014
PDF
The curious Life of JavaScript - Talk at SI-SE 2015
PPT
Dynamic Languages on the JVM
PPTX
Ppt of java and java script
PPTX
A walkthrough of JavaScript ES6 features
PDF
Java vs JavaScript | Edureka
Java & JavaScript: Best Friends?
Kann JavaScript elegant sein?
There is something about JavaScript - Choose Forum 2014
The curious Life of JavaScript - Talk at SI-SE 2015
Dynamic Languages on the JVM
Ppt of java and java script
A walkthrough of JavaScript ES6 features
Java vs JavaScript | Edureka

What's hot (19)

PDF
Groovy & Java
PPTX
Reactjs Introduction - Virtual DOM
PDF
Real World AngularJS recipes: beyond TodoMVC
PPTX
Alberto Maria Angelo Paro - Isomorphic programming in Scala and WebDevelopmen...
PDF
Golang #5: To Go or not to Go
PPT
Introduction to Java Scripting
PDF
Angular 2 : learn TypeScript already with Angular 1
PDF
Angular 1.x reloaded: improve your app now! and get ready for 2.0
PDF
Groovy android
PDF
The complete-beginners-guide-to-react dyrr
PPTX
Javaone 2013 moscow gradle english
PDF
Buildr - build like you code
PDF
Venkat Subramaniam Building DSLs In Groovy
PPTX
PDF
Venkat Subramaniam Blending Java With Dynamic Languages
PPTX
Creating books app with react native
ODP
Application Development Using Java - DIYComputerScience Course
PDF
History of Java 2/2
PPTX
Exploring the power of Gradle in android studio - Basics & Beyond
Groovy & Java
Reactjs Introduction - Virtual DOM
Real World AngularJS recipes: beyond TodoMVC
Alberto Maria Angelo Paro - Isomorphic programming in Scala and WebDevelopmen...
Golang #5: To Go or not to Go
Introduction to Java Scripting
Angular 2 : learn TypeScript already with Angular 1
Angular 1.x reloaded: improve your app now! and get ready for 2.0
Groovy android
The complete-beginners-guide-to-react dyrr
Javaone 2013 moscow gradle english
Buildr - build like you code
Venkat Subramaniam Building DSLs In Groovy
Venkat Subramaniam Blending Java With Dynamic Languages
Creating books app with react native
Application Development Using Java - DIYComputerScience Course
History of Java 2/2
Exploring the power of Gradle in android studio - Basics & Beyond
Ad

Similar to Professional JavaScript Development (An Introduction for Java Developers) (20)

PPTX
Javascript Training in Delhi
PDF
Write Once, Run Everywhere: Can JavaScript deliver what Java promised?
PDF
JavaScript nicht nur für Programmierer: Einblicke in die weltweit am meisten ...
PPTX
Revolutionizing-User-Interactions-The-Role-of-JavaScript-in-Web-Development.pptx
PPTX
Javascript 01 (js)
PPTX
WebDev Simplified React.js.pptx
PPTX
Organisation of professional JavaScript Projects
PPTX
Java vs javascript (XPages)
PPTX
JavaScript - Web Development Fundaments Part 2 - DeepDive Learning Academy
PPTX
java-vs-java-script-demystifying-the-differences | web creative solution
PPTX
Js slideshare
PDF
High quality Front-End
PDF
Javascript explained
PDF
Y U NO JS?
PDF
Open sap ui51_week0_all_slides
PPTX
JavaScript Toolkit
PDF
Javascript toolkit-2.0
PDF
JavaScript for ABAP Programmers - 1/7 Introduction
PDF
15 Experts on the Art of JavaScript Programming
PDF
Application Technologis to learn in Full Stack Java Development
Javascript Training in Delhi
Write Once, Run Everywhere: Can JavaScript deliver what Java promised?
JavaScript nicht nur für Programmierer: Einblicke in die weltweit am meisten ...
Revolutionizing-User-Interactions-The-Role-of-JavaScript-in-Web-Development.pptx
Javascript 01 (js)
WebDev Simplified React.js.pptx
Organisation of professional JavaScript Projects
Java vs javascript (XPages)
JavaScript - Web Development Fundaments Part 2 - DeepDive Learning Academy
java-vs-java-script-demystifying-the-differences | web creative solution
Js slideshare
High quality Front-End
Javascript explained
Y U NO JS?
Open sap ui51_week0_all_slides
JavaScript Toolkit
Javascript toolkit-2.0
JavaScript for ABAP Programmers - 1/7 Introduction
15 Experts on the Art of JavaScript Programming
Application Technologis to learn in Full Stack Java Development
Ad

More from jbandi (8)

PDF
From User Action to Framework Reaction
PDF
From User Action to Framework Reaction
PDF
Angular 2: What's New?
PPTX
vert.x - asynchronous event-driven web applications on the JVM
PDF
NDC 2011 - Building .NET Applications with BDD
PDF
NDC 2011 - SpecFlow: Pragmatic BDD for .NET
PPTX
Testing Heute: ein Relikt aus dem Zeitalter des goldenen Wasserfalls?
PDF
Testing: Chances and Challenges in an agile World
From User Action to Framework Reaction
From User Action to Framework Reaction
Angular 2: What's New?
vert.x - asynchronous event-driven web applications on the JVM
NDC 2011 - Building .NET Applications with BDD
NDC 2011 - SpecFlow: Pragmatic BDD for .NET
Testing Heute: ein Relikt aus dem Zeitalter des goldenen Wasserfalls?
Testing: Chances and Challenges in an agile World

Recently uploaded (20)

PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
Programs and apps: productivity, graphics, security and other tools
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Electronic commerce courselecture one. Pdf
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Approach and Philosophy of On baking technology
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
cuic standard and advanced reporting.pdf
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
KodekX | Application Modernization Development
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PPTX
Spectroscopy.pptx food analysis technology
PDF
Encapsulation_ Review paper, used for researhc scholars
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
Cloud computing and distributed systems.
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Diabetes mellitus diagnosis method based random forest with bat algorithm
Programs and apps: productivity, graphics, security and other tools
The AUB Centre for AI in Media Proposal.docx
Electronic commerce courselecture one. Pdf
Reach Out and Touch Someone: Haptics and Empathic Computing
Chapter 3 Spatial Domain Image Processing.pdf
Approach and Philosophy of On baking technology
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
cuic standard and advanced reporting.pdf
Spectral efficient network and resource selection model in 5G networks
KodekX | Application Modernization Development
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Spectroscopy.pptx food analysis technology
Encapsulation_ Review paper, used for researhc scholars
Digital-Transformation-Roadmap-for-Companies.pptx
Per capita expenditure prediction using model stacking based on satellite ima...
Cloud computing and distributed systems.

Professional JavaScript Development (An Introduction for Java Developers)