|
|
||
Sean Brydon's BlogCommunity: Java Enterprise ArchivesFree Online JavaOne 2006 BluePrints Talk for Building Ajax and Java Web Applications on Java EE 5Posted by sean_brydon on October 25, 2006 at 12:40 PM | Permalink | Comments (0)The Java BluePrints talk for JavaOne 2006 is online and free. The talk, "Java BluePrints for Ajax-Enabled Web 2.0 Applications", discusses design choices for building a web application on the Java EE 5 platform. This talk covers some of the design choices and decisions made for the new Java Petstore 2.0, including
You get a slide show that moves along with the recorded audio for the JavaOne talk we gave this year. The slide show has a written transcript of the presentations also. You can pause, fast forward, rewind. You can also can download a pdf of the slides, but slides alone do not give you as much information. You do need to create an SDN(Sun developer Network) login (also free). Also, the other talks from 2005 and 2006 are available online also. Many developers go to JavaOne, but a lot more don't get to go, so this is a good way to see some of the talks. There are some other online Ajax talks from JavaOne 2006 also. For example,
The best way to experience the Java BluePrints talk for JavaOne 2006 is online and free-- you dont even have to watch us sweat on stage. Need a Reference Application or BluePrint for AJAX and Java?Posted by sean_brydon on May 11, 2006 at 06:42 PM | Permalink | Comments (5)Designing and building a web application using AJAX and Java EE 5 can present a lot of challenges to developers:
The Java Pet Store 2.0, Early Access, provides a reference application illustrating the blueprints for designing a complex AJAX web application on Java EE 5. The Java Petstore 2.0 runs on a Java EE application server such as the Java EE 5 SDK or the GlassFish project. Download the first early access public release of Java Pet Store 2.0! The download also includes a NetBeans project to make it easy to use in an IDE. Java BluePrints for AJAX New Online Solutions CatalogPosted by sean_brydon on April 26, 2006 at 08:18 PM | Permalink | Comments (0)As part of the Java BluePrints we have been investigating and experimenting with the programming model for using AJAX on Java EE 5. One programming model we have been covering is using Java Server Faces (JSF) with AJAX. For example, how to design a JSF component library around an AJAX library like DOJO toolkit. Its simple to build a single JSF component around a JavaScript/AJAX widget, but lots of issues come up when you try to build a larger set of components. To try and flesh out those issues we built a set of AJAX-enabled JSF components to test out our ideas. You can try out the components in your own app as well as check out the code to give you ideas when designing your own applications. In addition to looking at the JSF and AJAX programming model, we also have been experimenting a bit with alternative programming models like having a JavaScript-centric client with a Java server-tier using Servlets instead of JSF components to handle AJAX interactions. We try to capture all the programming model issues and guidelines in the Java BluePrints Solutions catalog, which we just released. And just today we made the new design solutions available online. Check out the new online version of the Java BluePrints Solutions Catalog and the section on using AJAX with Java . These are the design docs we have started:
If you want to try out the set of JSF AJAX components, give the mini-applications a test drive on GlassFish, or just check out the code, then download the latest release of the solutions catalog. Let us know if you like the AJAX components and the solution designs? What ideas would you like to see explored by the Java BluePrints for AJAX? | ||
|
|