Hello All,
I have an existing application with high level flow as mentioned below.
Action class -> DAO class -> Java beans (getter/setter method) -> JSP
I need to reuse the existing code (except JSP part) to dump the data into flat flat.
Wondering what would be the best approach. Appreciate any ideas/suggestions.
Thanks much.
I have an existing application with high level flow as mentioned below.
Action class -> DAO class -> Java beans (getter/setter method) -> JSP
I need to reuse the existing code (except JSP part) to dump the data into flat flat.
Wondering what would be the best approach. Appreciate any ideas/suggestions.
Thanks much.