• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

508 Tools for Non-web java apps

 
Ranch Hand
Posts: 83
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am looking for 508 accessiblity tools to test a non java application. Does anyone have any they are using?
 
Ranch Hand
Posts: 937
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you go this website section508.org , they have a tool. otherwise bobby and lift are also good. This also http://zing.ncsl.nist.gov/WebTools/
 
author & internet detective
Posts: 41878
909
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Matt,
Note that none of the 508 tools care if you are using Java. They do care if your app is web based, so I'll assume you meant "to test a non web based application."

Our team only develops web based apps. However, we do have a manual checklist (which looks a lot like the paragraphs in the law) to manual verify anything that the tool can't test. For example, our web app provides PDFs for download. We need to make sure that those are readable by hand. I looked around for a tool for that a while back and didn't find anything.

I suspect part of the reason is that some people think Section 508 is for websites, when it is really for any IT resource.
 
reply
    Bookmark Topic Watch Topic
  • New Topic