Tag Archives: widgets

Web 2.0 , AJAX & JSF

[Sun Tech Day 2]

NetBeans
FireBug

JSF = Java Server Faces

JSF

  • UI component
  • Managed Bean
  • Expression Language

ajax4jsf.dev.java.net

  • renders html
  • renders links to javascript
  • processes ajax requests using listener

Frameworks

  • JMAKI
  • DOJO Faces
  • AJAX4JSF
  • Dynamic Faces
  • AJAX Zones

Widget Toolkits

  • DOJO
  • Scriptaculous
  • Yahoo YUI Widgets
  • DHTML Goodies
  • SPRY
  • Flickr API

Demo

  • Flickr "Word" and Yahoo Calendar on same web page

JMAKI

  • HTML
  • JavaScript
  • CSS

JMAKI provides a unified model for AJAX toolkits when you want to use widgets from different sources

AJAX remoting via proxy
DWR
JSON

Read and post comments | Send to a friend

Cross Platform GUI Widgets

wxWidgets is a cross platform GUI widget library that lets you target theLinux/Unix, MacOS Windoz platforms so, you don't have to worry that your development investment will be made obsolete by the requirement to target another platform.

Read and post comments | Send to a friend