Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/markiewb/springcustomeditorreferencingabean

Custom PropertyEditor for Spring which resolves beans by their name
https://github.com/markiewb/springcustomeditorreferencingabean

bean propertyeditor sample spring

Last synced: 23 days ago
JSON representation

Custom PropertyEditor for Spring which resolves beans by their name

Awesome Lists containing this project

README

        

springcustomeditorreferencingabean
==================================

A sample how to implement a custom propertyeditor for Spring 2.x which allows you to configure bean references with string literals.
The propertyeditor tries to resolve the referenced beans given by their id.

Example

```






```

Inspired by http://www.mkyong.com/spring/spring-how-to-pass-a-date-into-bean-property-customdateeditor/