Congratulations Spring Batch team! Thanks for all your hard work.
Type: Posts; User: Tony Falabella; Keyword(s):
Congratulations Spring Batch team! Thanks for all your hard work.
JIRA issue here: BATCH-441
Introduce some meta-data classes to the infrastructure package. Specifically a FieldSetMetaData and FieldMetaData class. The FieldMetaData would look similar to a ResultSetMetaData or...
Kyrill,
I agree that Spring's PropertyEditors will handle most of what people will need to do. Here's a valid use-case scenerio though.
Suppose I'd like the word "set" to represent true and...
To clarify how the FieldMetaData might help with automatically being able to map fields to database columns or a JSP page, it would contain something like this:
private Class requiredType =...
Guys,
I concur with Kyrill that something is needed to address all the points he's made. The mainframe data types example is a common thing people have to tackle. I've had to do it and I was...
I have some code I'm working on that I'd eventually like to contribute to Spring Batch. I read your FAQs on how to do so:
http://static.springframework.org/spring-batch/faq.html
I understand...
That was my initial thought. Thanks Dave.
Can you tell me the JDK version that Spring Batch is being compiled with (as opposed to which versions of Java Spring Batch will support)? Is it JDK 1.4 or JDK 1.5?