|
Sponsored Links
Resources
Enterprise Java Research Library
Get Java white papers, product information, case studies and webcasts
|
News
News
News
|
Messages: 14
Messages: 14
Messages: 14
Printer friendly
Printer friendly
Printer friendly
Post reply
Post reply
Post reply
XML
XML
XML
|
 |
Updated AJAX-focused Java BluePrints Solutions Catalog for JSF
The Java BluePrints Solutions catalog has been updated, including JSF 1.1-compatible components, including one that is a combination of Google Maps and Yahoo Geo-Coder exposed as a JSF component. The library also includes JSF 1.2 versions of the original JSF demo components which can serve as an illustration for how to update your JSF components to take advantage of the features of JSF 1.2.
The components included are:- Auto Complete Text Field - This is a flexible component that enables a JSF value binding to be responsible for providing the data for a text field autocompletion, a-la Google Suggest. This component is optimized for use in Sun Java Studio Creator 2, but will work with any JSF 1.1 compliant tool and implementation.
- Map Viewer and Geo-coder Components - This takes the wildly popular Google maps API and combines it with the the geo-location service offered by Yahoo to produce the worlds's first JSF component to use mashup techniques.
- AJAX Progress Bar - This component puts up a "wait" page where the progress bar is updated by calling a MethodBinding on the server side which return the percent complete, via AJAX. When the progress bar reaches 100%, the component functions as a regular JSF button, allowing navigation to proceed using the regular Faces navigation rules.
- AJAX Validator - This component enables performing server side validation but allows displaying the validation messages via AJAX, so they appear as if they are using client side validation. This is useful when the validation requires server side access.
- AJAX FileUpload - This component provides a JSF file upload feature that does the uploading via AJAX. This allows for some DHTML tricks.
This version of the solutions catalog runs on GlassFish promoted build 36.
|
|
Message #199868
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
what the heck does Sun care about Javascript/AJAX?
really?
blueprints? AJAX? Sun? yikes!
Sun, go sell some computers or some studio licenses...
|
|
Message #199911
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Updated AJAX-focused Java BluePrints Solutions Catalog for JSF
Personally, I'm glad to see the BluePrints updated. In my mind, JSF and AJAX go hand-in-hand. JSF is a great way to use AJAX without having to worry about the DHTML/JavaScript side of the equation.
Kito D. Mann (kmann@virtua.com) Author, JavaServer Faces in Action http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info
|
|
Message #199917
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
what the heck does Sun care about Javascript/AJAX?
really?blueprints? AJAX? Sun? yikes!Sun, go sell some computers or some studio licenses... Why do you care why and if they care about it? Sun developed Java and many other superior technologies. One of them being one of the most widely used mission critical OS systems (Solaris). Why can't they update blueprints with best practices for Ajax? I don't understand what people have against Sun and other companies. As if, if it's not coming from a non-profit foundation, it's crap or there is a conspiracy theory behind it.
Sun makes great hardware and software. They current market share is a different story.
Ilya
|
|
Message #199919
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Updated AJAX-focused Java BluePrints Solutions Catalog for JSF
Glad to see the catalog updated. Actually, I just wrote my new article yesterday ( AJAX without the J: Thoughts on AJAX from a JSF Perspective ) where I mentioned the catalog as a good example of right AJAX support for JSF, but did not recommend to its approach directly. So, "speaking of the devil" :-)--Sergey : jsfTutorials.net Sergey, why not use this approach directly? I'd love to eliminate any trace of javascript (and html at that) from my apps. As a developer, I hate doing anything with javascript, html, css, etc... I think JSF is a step towards eliminating that. When you seperate concerns (I'd much rather dump the design of client side interfaces to some web/graphics designer), AJAX IMO fits within the controler layer within the application, though I'd much rather not stick it in the view. Although it's design does not allow to seperate it completely from the view, with JSF's event driven framework, it becomes easy at least to integrate it seemlessly (to some extent).
IMO AJAX from JSF is a great approach. Not following it, moves some of your logic within your view.
Ilya Sterin
|
|
Message #199922
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Updated AJAX-focused Java BluePrints Solutions Catalog for JSF
... and this is just the beginning :-)
-- Jacob
|
|
Message #199925
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Updated AJAX-focused Java BluePrints Solutions Catalog for JSF
Sergey, why not use this approach directly? I'd love to eliminate any trace of javascript (and html at that) from my apps. As a developer, I hate doing anything with javascript, html, css, etc... I think JSF is a step towards eliminating that. Ilya, I have no reason to disagree with you, because you just just repear what I say in my article. The keyword in my phrase is a word "directly". As any other standard (ideal solution, blueprint) approach, this Java BluePrints Solutions Catalog is a good subject for process authorization. I.e., for creating framework or library that will follow the highlighting directions and hide the complexity from the end application developers.
-- Sergey : jsfTutorials.net
|
|
Message #199926
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Updated AJAX-focused Java BluePrints Solutions Catalog for JSF
I do not understand the example in your article to be honest. You are requesting 3-rd party host via XMLHttp. Your application being loaded from your host is asking another host (google). There are sandbox restrictions you have to worry about.
Marina Ajax custom tags :-)
|
|
Message #199927
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Updated AJAX-focused Java BluePrints Solutions Catalog for JSF
I do not understand the example in your article to be honest. You are requesting 3-rd party host via XMLHttp. Your application being loaded from your host is asking another host (google). There are sandbox restrictions you have to worry about. This is just a short example of AJAXin page that anybody can test locally. No reason to understand it like a "right way". Actually, it is not.
|
|
Message #199951
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Updated AJAX-focused Java BluePrints Solutions Catalog for JSF
Ilya, I have no reason to disagree with you, because you just just repear what I say in my article. The keyword in my phrase is a word "directly". As any other standard (ideal solution, blueprint) approach, this Java BluePrints Solutions Catalog is a good subject for process authorization. I.e., for creating framework or library that will follow the highlighting directions and hide the complexity from the end application developers.--Sergey : jsfTutorials.net I guess I should of actualy read the article and not skim through it:-) Probably just misunderstood your comment.
Reading now...
Thanks.
Ilya Sterin
|
|
Message #199952
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Updated AJAX-focused Java BluePrints Solutions Catalog for JSF
>> ... and this is just the beginning :-)
unfortunately... Accessability, byebye ;-(
Alexander
|
|
Message #200019
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Updated AJAX-focused Java BluePrints Solutions Catalog for JSF
At ICEsoft we're convinced that implementing rich internet applications using JSF components that themselves leverage Ajax, without exposing Javascript and all the typical Ajax-related "plumbing" to the application developer, is a trend that we'll all be seeing more of in the future.
If you'd like to see a more complete JSF component suite that provides seamless Ajax capabilities, without requiring any JavaScript development, please check out "ICEfaces": http://www.icesoft.com/products/icefaces.html
Using JSF components that encapsulate Ajax and other DHTML techniques provides fantastic gains to both web-application richness/responsiveness AND developer productivity.
Regards, Ken Fyten ICEfaces Product Manager http://www.icesoft.com
|
|
Message #200112
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
what the heck does Sun care about Javascript/AJAX?
Sun makes great hardware and software.
True, Sun make great hardware. But no, they don't make great software. They make great specs.
J
|
|
 |
New content on TheServerSide.comNew content on TheServerSide.comNew content on TheServerSide.com |
 |
 |
Reza Rahman continues to explore the features of the proposed JSR 299, Contexts and Dependency Injection for Java EE (CDI). When approved, it promises to be a key feature of Java EE 6.
(January 21, Article)
Ted Neward is an independent consultant specializing in high-scale enterprise systems, and an authority in Java and .NET technologies. He is the author and co-author of several books, including Effective Enterprise Java. At TheServerSide Java Symposium in March, he will be presenting sessions on pragmatic architecture, ECMAScript and Scala.
(January 15, Article)
Now that Oracle is absorbing Sun Microsystems, there mixed views on what should come of the Java Community Process (JCP). While some say Oracle should become the new steward of Java and keep the JCP much as it was, others argue that it may be time to open-source this widespread language.
(November 24, Article)
Reza Rahman explores the features of the proposed JSR 299, Contexts and Dependency Injection for Java EE (CDI). When approved, it promises to be a key feature of Java EE 6.
(November 2, Article)
SAML is an XML-based standard for exchanging authentication and authorization data between security domains. The single most important problem that SAML was created to solve is the Web browser Single Sign-On problem. Many organizations are debating whether to stay with version 1.1 or move to 2.0. This article makes observations about both options.
(September 28, Article)
Joe Ottinger takes a look at how people learn, and applies it to the practice of programming. He notes that understanding how people learn is an essential part of working in a programming team.
(September 22, Article)
Stephen Maryka gave us an article about the Asynchronous Web and posed a number of questions that get examined like an approach to delivering Asynchronous Web capabilities through extensions to existing Java EE technologies.
(July 14, Article)
JavaServer Faces Flex goal is to provide users capability in creating standard Flex components, part of flexSDK which is open sourced through MPL license, as normal JSF components. This article by Ji Hoon Kim will provide an overview of creating a simple multilingual JSF page consisting of JSF Flex tags.
(June 29, Article)
In this session Jeff explores the key characteristics of successful SOA projects. He covers some of the patterns, and anti-patterns, tool sets, and strategies that he himself learned the hard way. Last, he provides a strategy and blueprint for achieving a high likelihood of success in your SOA project.
(June 23, Tech Talk)
Ari Zilka, CTO of Terracotta, Inc., talks about the new features in Terracotta 3.1, announced during JavaOne and available now.
(June 15, Tech Talk)
In this Tech Talk, Josh Long explores an integration challenge using Spring Integration and walks through the implementation, employing and expanding on the basic patterns of Enterprise Application Integration to tie together components into a function integration solution, and then demonstrates how Spring Integration helps address the integration requirements.
(June 15, Tech Talk)
In this Tech Talk, David Geary teaches you: The basics of Google Web Toolkit; How to implement Ajax-enabled applications in Java; Internationalization; Hooking into the browser history mechanism; Remote procedure calls.
(June 4, Tech Talk)
Jon Kern discusses the best architecture/technical solutions and ensure that they are repeated by all developers. By tackling the architecture up-front in a serial manner, subsequent parallel development will be much more manageable and predictable.
(May 28, Tech Talk)
This keynote describes the frustrations of modern knowledge workers in their quest to actually get some work done, and solutions for how to guard yourself against all those distractions. Neal Ford talks about environments, coding, acceleration, automation, and avoiding repetition as ways to defeat the misguided attempts to sap your ability to produce good work.
(May 26, Tech Talk)
Gil demonstrates how new, aggressive uses of already abundant compute capacity by common applications offer competitive value for application designers.
(May 21, Tech Talk)
Chris Keene introduces WaveMaker as a new way to automate the ability to generate Hibernate classes in order to more quickly bring OR mapping into an application.
(May 19, Article)
Download the entire book of Jakarta-Struts Live and learn about Struts MVC, Tiles, the Validator, DynaActionForms, plug-ins, internationalization, and more.
(Book PDF Download)
The Application Server Matrix is a detailed listing of J2EE vendors and their application server products, with information on latest version numbers, J2EE spec support and licensing, pricing, platform support, and links to product downloads and reviews.
(Application Server Comparison Matrix)
|
|