limcheekin / jquery-validation-ui

JQuery Validation UI Plugin - Client Side Validation without writing JavaScript
http://limcheekin.github.io/jquery-validation-ui/
Apache License 2.0
20 stars 18 forks source link

Broken link to Java API #11

Closed MrDourado closed 12 years ago

MrDourado commented 12 years ago

Link to Java API from http://limcheekin.github.com/jquery-validation-ui/ is broken.

The broken link is http://limcheekin.github.com/jquery-validation-ui/docs/api/index.html

limcheekin commented 12 years ago

Thanks for report this issue. That's wasn't any Java API and Groovy API, those links are misleading, please refer to User Guide at http://limcheekin.github.com/jquery-validation-ui/docs/guide/index.html

MrDourado commented 12 years ago

Roger that! But, is possible use this fantastic solution with Java?

limcheekin commented 12 years ago

The answer is yes and no. Yes, if you use GORM in java application. No, in a pure Java JPA application, unless you port the solution to JSR 303: Bean Validation, I gladly support you to do so.

Hope this help.

MrDourado commented 12 years ago

Great, thanks for help. I will fork and think about make this contribution to community

limcheekin commented 12 years ago

Great! Please don't hesitate to send me questions when you have any doubt.

limcheekin commented 12 years ago

Hi there, I think you might be interested to this lib at https://github.com/dan-woods/gormish

limcheekin commented 12 years ago

How was your development for JSR 303? FYI, I just release 1.3 of the plugin, please see full release note at http://limcheekin.blogspot.com/2012/08/jquery-validation-ui-plugin-13-released.html