|
|
||
Ed Burns's BlogJ2EE ArchivesJavaServer Faces 1.2 and JavaServer Pages 2.1 Public Review Specifications availablePosted by edburns on April 14, 2005 at 05:12 PM | Permalink | Comments (15)I'm pleased to announce the availability of the Public Review revisions of the next release of the JavaServerTM Faces and Pages specifications. The Faces spec may be downloaded from <http://www.jcp.org/en/jsr/detail?id=252> and the Pages spec may be downloaded from <http://www.jcp.org/en/jsr/detail?id=245> We really want feedback! Please use our Forum to share your thoughts on the specs. Or you may send feedback to the comments alias for Faces or JSP (jsr-252-comments@jcp.org and jsr-245-comments@jcp.org respectively) . In this entry, I link to a comprehensive high level outline of the changes to the spec since the 1.1 release of the Faces spec. I've decided include changes present in the December Early Draft Release as well as the current release for completeness. Keep in mind this is a high level outline, for details, I encourage you to read the relevant sections of the spec itself. Before we get to the outline, here is a brief summary of the main changes:
The golden question, of course, where's the implementation? It's all implemented, but the implementation of the Faces spec is only partially available, due to the unavailability of a public implementation of the JSP 2.1 spec. There are two reasons for this.
The parts that are unavailable are those parts that a user would encounter only when using Faces and JSP together. The parts that are available are those parts that a user would encounter whether they use Faces with JSP or not. Features that are unavailable at this time are listed in gray, available features are listed in non-gray text. Available features are present in the latest release of the official Faces implementation on java.net which continues to run on J2EE 1.3 containers. Note that the content in section IV is mostly available. Now, the outline of changes is available here. TSSJS Mark Hapner KeynotePosted by edburns on March 03, 2005 at 11:08 AM | Permalink | Comments (1)I'm at The ServerSide Java Symposium, blogging live. I just attended Mark Hapner's keynote and here are my notes. Mark started out listing some things that companies own, vs. what communities own. Companies own OS's, some protocols (AIM), but they don't own the wire. Communities own massively distributed services, such as email, content, and also protocols. Interestingly, he asserts that Java is owned by the community. The crowd grumbled a bit at this assertion. These two points of ownership were listed as a means to support the assertion that developers want to own the whole stack: protocol, framework, applications. He introduces the concept of the services wire, stating that we must never cede the services wire to a non-global protocol. He spent some slides on defining what a services platform is, and concluded that J2EE is getting closer to being that, but wasn't there yet. He used the analogy of the Unix Pipe as an easy way that programs interoperate. We need something similar for Web Services. Service evolution is all about collaboration. The essence of collaboration is messaging, but messaging alone isn't enough. You need some message exchange patterns. So, services will be built as compositions of pipelines, a-la-Unix pipes. The impl of MEP is XML. (This places great importance on technologies like fasst infoset). Java is a great platform for XML. Using XML here allows each service node to use the technology appropriate to its need. Of course, it also provides impl independence. Here Mark listed the core assertion of the talk, his vision for services: J2SE is the core JMX is the management piece JBI will be the collaboration piece J2EE will provide the services and the technologies This vision lead to Mark assert that the Java platform plays the main role in building out the web, and therefore will enable people to achieve their dream of community ownership of the entire stack. Introducing Jayashri VisvanathanPosted by edburns on August 30, 2004 at 01:22 PM | Permalink | Comments (1) After leading the JavaServer Faces implementation team through our 1.0 release I deciced to spend more time on developing the specification itself, and have handed the leadership over to the ever-so-capable Jayashri Visvanathan. Jayashri was a key contributor to the project during 1.0, and has lead the team through the 1.1 and subsequent releases. I'm devoting this blog to giving the community a chance to get to know Jayashri better, and to give her a chance to share her vision for the future of the JavaServer Faces project. Ed Burns: How do you think the Java Enterprise community will benefit from having javaserverfaces as an open development project?
Jayashri Visvanathan: Thanks for the introduction as well as for your vote of confidence. Following are some of the important benefits of open development. To summarize, they get to fully participate in the development of JSF, as an observer, code contributor or as a committer. EB: What are your priorities for the project over the next 6 months?
JV: Here's an unprioritized short list of some things I'd like to do EB: How do you feel about competing with other JavaServer Faces implementations? Where do you see your implementation excelling? JV:JSF RI tracks the spec very closely serving as a proof of concept for the JSF specification. In addition, thanks to Ryan Lubke, our TCK Engineer, the tests are being run on a continous basis to catch any spec violations early and often. Our goal is to make the RI production quality and highly scalable. EB: How do you plan to address feature requests and bug reports? JV: Bugs will be evaluated within a week. If the bug is critical enough or is show stopper, we would make every effort to address it immediately. I would like to take this opportunity to encourage everyone to file issues for all bugs and any feature requests they have. To help us to quickly fix the bug, be sure to include as much information with your report as possible such as a test case, your platform, version numbers and steps to reproduce the problem. EB: What can you tell us about your process for accepting contributors to the project? JV: We are currently accepting code contributions/patches from the community. Detailed guidelines for submitting patches is in FAQ. In order for your patch to be accepted quickly, please attach a test case. JSF team follows test first development & code review process strictly, so if a patch doesn't have a test case, we would have to create/update an existing test for it which would delay the acceptance of your patch. Contributors who give frequent and valuable contributions can become a committer if they desire. Again,the FAQ details the JSF code development process. EB: What do you see as some of the challenges this project may face? JV: Our challenge would be make the RI highly scalable and of production quality in addition to keeping up with the latest spec revisions. With help from the community, its a definite possibility. EB: How will you judge the success of the project? JV: Based on community's feedback and their participation. JSF community has always been very vocal about pointing good and bad things about the specification as well as the RI and I hope they continue to do that and thats key to success of this project. With that, I would like to thank you once again for introducing me and I look to forward to working with the Java Enterprise community. Let's learn about ourfacesPosted by edburns on August 18, 2004 at 07:59 AM | Permalink | Comments (5)The ourfaces project is intended to be a casual, yet very useful repository of JavaServer Faces components. I say casual because we want have a low barrier to entry for adding new components to the repository. The project leader, Matthias Unverzagt, has made it very easy to get started as a contributor, in four simple steps. Of course, if it's easy to be a contributor, it's even easier to be a user. If you look at http://www.jsfcentral.com/ you'll see there are at least ten different entries for JavaServer Faces component libraries, and most of them are not dollar cost free, nor are they free software. I feel it is important to have a high quality, open source, dollar cost free component library for Faces, and the OurFaces project intends to be just that. Let's take a look at how the project is structured. We've made the project easy to access by building the component catalog in an easy-to-deploy WAR file during the standard build process. This enables you to explore the runtime performance of the components. The source tree is broken down as follows.
ourfaces/
licenses/
Any licenses that apply to this project go here
src/
<component>/
Where <component> is one of the components in the catalog.
Currently, we have calendar, code, tree, and table.
catalog/
Any artifacts relating to displaying this component in the
catalog. These are user-level artifacts, not core component
artifacts.
java/
Java code for displaying the component in the catalog
web/
Any non-java code artifacts for displaying the component
in the catalog. This includes skinability, sample HTML,
CSS, XML config files, etc.
owner.xml
The XML file that declares the owner of this component. The
owner is responsible for everything in this component,
including its display in the catalog.
taglibrary/
The java code that makes up the UIComponent subclass,
(optional) Renderer, and UIComponentTag subclass.
code/
Any supporting code relating to the display of the catalog
platform/
Any supporting code used by the components.
This framework allows the component library to accept contributions from arbitrary parties, while allowing each party to own their components in the repository. As you can see, we currently only have three components, so we're eager to accept more contributors. We hope that becoming a member of the java-enterprise community will give us more visibility. Please feel free to read and post on the discussion forum! | ||
|
|