Blogs

View all Blogs >>

In the Spotlight - Matthias Wessendorf

Matthias  Wessendorf

Software developer at Oracle

Matthias Wessendorf is a software developer at Oracle. He currently works on ADF Faces, which is an Ajax-based JSF component suite. Matthias also contributes to the OpenSource community, mainly Apache MyFaces and Apache Trinidad. Before joining Oracle, he worked as a CMS-Developer at pironet, where he was building a next-generation CMS, using UI technologies like XUL and Ajax.


























Presentations by Matthias Wessendorf

Oracle ADF Faces - Ajax and Web 2.0 with JavaServer Faces

This session introduces Ajax application development with ADF Faces RC by example.
"

Writing Ajax-based JSF applications with Apache Trinidad and Facelets

This talk shows the combination of these frameworks, for creating a rich JSF application.

"









Matthias Wessendorf's Weblog
A blog on JSF, Ajax, Web 2.0 and other (interesting) things


Matthias Wessendorf 's complete blog can be found at: http://matthiaswessendorf.wordpress.com

Thursday, November 20, 2008


Apache MyFaces Trinidad does support Mobile Application Development. There is also some documentation on this feature, here.

Let’s see if we get a (nice) demo… :-)

If you are interested in it, join the large MyFaces community.

Enjoy!

      

Wednesday, November 19, 2008


There is a lot of buzz (not only recently) around some extra scope, that is shorter than a session and longer than a request. Such a scope is a very good scope to implement business processes or some wizard (==> step x of n). Lots of frameworks call this “conversation”, so does Orchestra or Seam. In Trinidad there is a “pageFlowScope” for this…

One of the goals of JSF 2.0 is to “standardization of the many different Dialog/Conversation/Scope/Flash ideas currently in use”. On the other hand there is the WebBeans standard, that tries to contribute some ideas of the Seam framework to the Java EE community (and some DI ideas from Google Guice).

Seam as you know has also this extra scope… and if both JSF and WebBeans would address this issue, there would be two beasts for the same story.

So, one could think that JSF should just relay on WebBeans for that kind of functionality, but that would cause a serious amount of headaches when it comes to the JSF 2.0 adoption… Similar like it was, when the JSF 1.2 hit the road (it introduced the dependency to JSP 2.1…). So if JSF 2.0 has a mandatory dependency to WebBeans it could make things harder than needed. Same would be true if other web frameworks, like wicket, want to use this. Yes, it is possible

But again, it is huge dependency for a common feature…

So, why not adding this scope could to a more generic layer, like the servlet layer ? That would be very common for almost all (java) web frameworks :-) How could it be standardized at Servlet level? Adding URL parameters (like jsessionid), but that wouldn’t be URL copy-paste proof when opening a tab… or cookies? Those can disabled by the browser…

Why not just adding a raw API for “conversations” to the Servlet layer? No implementation at all. JSF (and others) could (not have to) provide an implementation of this… That would mean all these framework kinda use the same (common) API, but everybody solves the issue on its own.
(sure, when this part of Servlet 3.0 there is still an issue with the adoption, but a Servlet 3.0 adoption isn’t an elephant like WebBeans)

Funny enough, the Orchestra library already has an abstract FrameworkAdapter, that provides access to all the data necessary for Orchestra to work while isolating Orchestra from the actual UI presentation framework being used.

I think it would be good if a similar thing is provided by the Servlet layer. JSF (or other web frameworks) could just offer the implementation, if they want…

I really hope conversations somehow make it into the java web land….

      

Tuesday, November 18, 2008


It has been a while, since we got the last Trinidad release (August 2008). Today, there were two new releases:

  • Trinidad 1.2.10: A JSF 1.2 component library (and more)
  • Trinidad 1.0.10: A JSF 1.1 component library (and more)

Both are mostly identically, however the 1.2.10 contains some more fixes that were made to the core (JSF 1.2 related).

You will find the release notes here:

The download page will be updated soon and the bits are already available via the maven repositories.

Have fun!

      

Wednesday, November 5, 2008


The last JSFDays conference, in March 2008, was just awesome! A great get together of the JSF community… :-)

Now, after the great success of the very good organized event, there is a volume 2 of it! At the beginning of April 2009 (1st -> 3rd) there are great talks and tutorials about JSF and related topics. Folks like Ed Burns, Cagatay Civici or Kito Mann are presenting in Vienna. I am talking there about Trinidad, ADF Faces and server side push technology (aka comet).

So do yourself a favor and preregister already today :-)

See you in Vienna.

      

Monday, November 3, 2008


I started to write a (little) series of articles about Apache MyFaces Trinidad.

In these article, I’ll cover several parts of the Trinidad framework (like ajax or skinning support) and its components (like tree or table).

The first article is now online, on Kito Mann’s JSFCentral.com.