JaroslavTulach at 14:52, 29 October 2022 - 2022-10-29 14:52:55

←Older revision Revision as of 14:52, 29 October 2022
Line 23: Line 23:
The "behind the scene" use of classical, widely used [[JavaScript]] frameworks
The "behind the scene" use of classical, widely used [[JavaScript]] frameworks
hides differences between various browsers and their versions and
hides differences between various browsers and their versions and
-
ensures high portability of generated applications. In addition to that the
+
ensures high [[portability]] of generated applications. In addition to that the
[[JerseyFaces]] comes with extensive testing environment that verifies
[[JerseyFaces]] comes with extensive testing environment that verifies
application consistency on all supported configurations. Incorporating such
application consistency on all supported configurations. Incorporating such

JaroslavTulach: /* JerseyFaces Announcement */ - 2014-09-10 23:07:26

JerseyFaces Announcement

←Older revision Revision as of 23:07, 10 September 2014
Line 3: Line 3:
To be delivered approximately in May 2015, but quite available even now! See [[CRUD]] video and tutorial.
To be delivered approximately in May 2015, but quite available even now! See [[CRUD]] video and tutorial.
-
[[NetBeans]] and [[Jersey]] team and are proud to announce the immediate availability
+
[[NetBeans]] and [[Jersey]] teams and are proud to announce the immediate availability
of [[JerseyFaces]] - revolutionary, industry standards incorporating,
of [[JerseyFaces]] - revolutionary, industry standards incorporating,
[[HTML]] and [[Java]] based application development technology.
[[HTML]] and [[Java]] based application development technology.

JaroslavTulach: New page: == JerseyFaces Announcement == To be delivered approximately in May 2015, but quite available even now! See CRUD video and tutorial. NetBeans and Jersey team and are prou... - 2014-09-10 23:06:38

New page: == JerseyFaces Announcement == To be delivered approximately in May 2015, but quite available even now! See CRUD video and tutorial. NetBeans and Jersey team and are prou...

New page

== [[JerseyFaces]] Announcement ==

To be delivered approximately in May 2015, but quite available even now! See [[CRUD]] video and tutorial.

[[NetBeans]] and [[Jersey]] team and are proud to announce the immediate availability
of [[JerseyFaces]] - revolutionary, industry standards incorporating,
[[HTML]] and [[Java]] based application development technology.

[[JerseyFaces]] technology extends the award winning, lightweight [[Jersey]] server
side framework with rich client components in a way that blurs the difference
between server and client side. Application code is written once and
smoothly executed on server as well as client side on any modern browser
without requiring installation of additional browser plugins.

The presentation technology uses the most recent enhancements made in the
area or [[HTML]] and [[CSS]] as exposed by industry favorite UI toolkits like
[[knockout.js]] or angular.js. However, rather than forcing end users to
use of [[JavaScript]] the [[JerseyFaces]] Studio abstracts such low level
details away and guides developers to create portable
[[Java]] code suitable for execution on wide range of modern browsers
and devices (like [[iOS]] or [[Android]]).

The "behind the scene" use of classical, widely used [[JavaScript]] frameworks
hides differences between various browsers and their versions and
ensures high portability of generated applications. In addition to that the
[[JerseyFaces]] comes with extensive testing environment that verifies
application consistency on all supported configurations. Incorporating such
validation into development workflow guarantees early feedback
on quality and portability of any [[JerseyFaces]]-based application.

The tooling, as provided by [[JerseyFaces]] Studio, focuses on getting
the best from the synergy between [[HTML]] and [[Java]] worlds. No more
runtime errors due to typos, no need to execute your application
in browser to find out it does not work at all! With [[Java]] strong type
system and advanced [[HTML]] validation tools most of the errors
are captured during compilation or even during editing, extremely
boosting developer productivity. And when things go wrong,
there is an easy way to launch a debugger on any target
device and obtain the most gory details of such misbehavior
as possible.

Remote data from a database on the server
are transparently mirrored and made
available on the client side while being transferred securely, optimally
and buffered in case of loss of the client/server connection.
The [[JerseyFaces]] framework helps everyone concentrate on the
application logic without worrying how data are transmitted and
whether application code is executed
immediately on the client or as close as possible to the
server and its database.

The [[JerseyFaces]] programming model will be loved by [[Java]]
shops having existing investments in [[Java]], trying to expand
to rich client application areas, while being afraid that
usage of mixed development languages environment,
especially one including scripting languages,
may significantly decrease stability and long term
quality of their products. However the strong, safe
and flexible programming model of Jersey Faces is sure to
attract attention of everyone who develops applications that last.
[[JerseyFaces]] framework minimizes [[Cost of Ownership]]
for everyone using it.

The [[Jersey]] and [[NetBeans]] teams are thankful for your attention. Please,
go on and give [[JerseyFaces]] a try - you won't be sorry: continue with [[CRUD]] video.