Search:

Type: Posts; User: Tony Falabella; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    9
    Views
    3,579

    Congratulations Spring Batch team! Thanks for...

    Congratulations Spring Batch team! Thanks for all your hard work.
  2. JIRA issue here: BATCH-441...

    JIRA issue here: BATCH-441
  3. Introduce FieldSetMetaData and FieldMetaData classes to the infrastructure package

    Introduce some meta-data classes to the infrastructure package. Specifically a FieldSetMetaData and FieldMetaData class. The FieldMetaData would look similar to a ResultSetMetaData or...
  4. Replies
    19
    Views
    3,432

    Kyrill, I agree that Spring's PropertyEditors...

    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...
  5. Replies
    19
    Views
    3,432

    To clarify how the FieldMetaData might help with...

    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 =...
  6. Replies
    19
    Views
    3,432

    Introduce FieldMetaData and FieldSetMetaData classes to the infrastructure package

    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...
  7. Replies
    1
    Views
    936

    Contributing to Spring Batch

    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...
  8. That was my initial thought. Thanks Dave.

    That was my initial thought. Thanks Dave.
  9. Which JDK version Spring Batch is compiled with

    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?
Results 1 to 9 of 9