+ All Categories

JavaFX

Date post: 24-Nov-2014
Category:
Upload: tanujagrawal
View: 170 times
Download: 3 times
Share this document with a friend
Description:
This is the ppt for technical papaer presentation on the topic JavaFx
Popular Tags:
14
Topic Name- JavaFX
Transcript
Page 1: JavaFX

Topic Name- JavaFX

Page 2: JavaFX

IntroductionTypes

Architecture FrameworkMultiplatform

Support from javaFeatures

Comparison with othersAdvantagesLimitationsConclusion

Page 3: JavaFX

JavaFX is the technology devloped by the Sun Microsystems.

The vision of the JavaFX product family is to deliver “the ability to create interactive content, applications and services from

desktop to mobile devices to the living room.”

Page 4: JavaFX

javaFX consists of two technologies: JavaFX Script and JavaFX Mobile. JavaFX Script is a language that is

targeted at content authors. JavaFX is a fully object oriented language. Using simple, declarative scripts, content authors can create very rich user

interfaces. JavaFX Mobile is essentially a layered

software system for mobile devices on which programs developed in JavaFX

Script can execute

Page 5: JavaFX

Problems With Previous Technologies

• UIs generally require quite large nested data structures: trees of elements.

• Graphics code tends to rely heavily on concurrency—processes running in parallel.

Page 6: JavaFX
Page 7: JavaFX

Structure of Java FX

Page 8: JavaFX
Page 9: JavaFX

''There are parts of the world where a person's desktop computer is their cell phone, and that's the

kind of end point that we're going to get to‘ Desktop,Web,Mobile,TV

It is intended to develop for developing the RIA applications.

JavaFX Script, is an innovative DSL for creatingvisually rich UIs.

In case of desktop it is replacement of swing components, in case of web it is replacement of

applet

Page 10: JavaFX

Comparison with others

• Adobe AIR and Flex• Google Web Toolkit• Microsoft Silverlight

Page 11: JavaFX

Common ProfileDrag To Install

Integrating graphics created with thirdparty tools.

Full integration into Webpages.

Page 12: JavaFX

More Loading TimeNot all the promised platform are supported

yetWeak Performance

Dependancy on JVM

Page 13: JavaFX

Conclusion

• It is a multiplatform language• It is DSL for GUI• It is far better than its predecessor and current

technologies fir UI• It makes the task easier• Break the application development in to two

parts.• Easy to learn and use.

Page 14: JavaFX

Thank you


Recommended