Best solution for Java web forms related to Oracle plus JNI?

My company is currently making efforts to migrate from Informix to Oracle 10g. We don't want to use oracle form forms, but instead want to create Java web forms that interact with the Oracle db (they will replace our Informix forms). Some forms also need to embed some JNI in our core C code libraries.

What's the best way to handle this - that is, using JSF?

Opinions are welcome! Karen

0


a source to share


2 answers


There really is no "best way". Check out the available tools and evaluate for yourself.



Without knowing the scope of your project, I personally would look at something like Grails

0


a source


@KNewton My company is currently going through a similar project. What java framework did you use to re-write oracle forms application?



0


a source







All Articles