• 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

spring validation framework

 
Ranch Hand
Posts: 401
Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

can you tell me if spring has its own validation frame work?

can you give me links if you have some
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rauhl Roy wrote:Hi,

can you tell me if spring has its own validation frame work?

can you give me links if you have some



No they don't. They recommend using Apache Commons Validator.

Mark
 
Rauhl Roy
Ranch Hand
Posts: 401
Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

But the thing is if you are using both JSF and Spring to develop your application can you tell me if we can use commans validator framework putting JSF validation framwork aside.
 
Mark Spritzler
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rauhl Roy wrote:
But the thing is if you are using both JSF and Spring to develop your application can you tell me if we can use commans validator framework putting JSF validation framwork aside.



I don't understand what that has to do with the price of tea in China.

I think checking out the apache commons validator documentation, you might see how they don't collide or it being one or the other.

Mark
 
Ranch Hand
Posts: 1374
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Mark Spritzler wrote:

Rauhl Roy wrote:Hi,

can you tell me if spring has its own validation frame work?

can you give me links if you have some



No they don't. They recommend using Apache Commons Validator.

Mark


Spring does have its own validator framework. Or What do you name the facility provided by Spring for field validations?
 
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Folks, please don't be so vague when talking about Spring. Spring is made up of many many modules. It can be confusing trying to understand questions when the simple term 'Spring' is used. For example, I'd assume when talking about validation you are really talking about SpringMVC.

That said, I'm not sure whey you would want to dump JSF's validation (although I would understand dumping JSF all together) and trying to plug something else in. Is JSF's validation not meeting your requirements?
 
Vikas Kapoor
Ranch Hand
Posts: 1374
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Greg,
Thanks to ask to be precise to avoid confusions in future. Point noted. Actually I haven't used any module of SPRING other than SpringMVC.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic