Give some examples where property editing is used in spring.
Answer / Deepak Mishra
1. Form-backing beans for handling user input from web forms.
2. Externalizing configuration properties to properties files and then using property editors for parsing those values.
3. Using SpEL (Spring Expression Language) expressions to dynamically modify bean properties.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can you achieve internationalization using messagesource?
Where is spring used?
What is context used for?
What is spring java based configuration?
What does spring framework do?
What are the methods of bean life cycle?
Is spring boot a microservice framework? : Spring Boot
What is the difference between @configuration and @component?
Is it allowed to use multiple spring configuration files in spring mvc?
What are the major differences between doget and dopost?
What is init method in spring?
What is @configuration annotation in spring?