508 compliant

Hello,I'm developing a site for the government and it must be 508 compliant. I would love to use Java Studio Creator but not sure if I can make it 508 compliant.Anyone had experience with this? What components are 508 and what are not? Any insight appreciated. Thanks,
[290 byte] By [ShallowMinded] at [2007-11-26 7:30:29]
# 1

Sun Java Studio Creator is based on Java Server Faces technology. One of the design goal of JSF is

8. Automatic Generation of output containing required hooks for supporting accessibility, as defined by WAI.

http://www.jcp.org/en/jsr/detail?id=127

That said, it is up to the web application author to make sure the Web Content Accessibility Guidelines are incorporated in to the application correctly

http://www.w3.org/TR/WCAG20-GENERAL/

- Winston

http://blogs.sun.com/roller/page/winston?catname=Creator

wjprakash at 2007-7-6 19:24:12 > top of Java-index,Development Tools,Java Tools...