views:

42

answers:

1

Hi there!

I'm starting a new project and would like some advice.

The purpose is to migrate the front-end of a web application developed with Oracle in the back-end (version 9) and Oracle Forms 6.0 in the front-end to JSP.

The layout must be the same and it's going to be developed also Web Services in the future.

What advices and/or recommendations do you have for me?

Is there any free FW that allows to rapidly rebuild in simple JSP that look and feel of Oracle Forms? Or do you build it from scratch?

Thanks in advance for your answers and time.

Regards.

A: 

You're looking for a component based MVC framework and a visual editor.

As far as I know there's only IceFaces which offers visual editor plugins for several IDE's like Eclipse and Netbeans. IceFaces is a JSF component library. JSF is a component based MVC framework. Noted should be that JSF is actually a completely new learning curve which you should really follow before touching the visual editor, else it'll be a pain to maintain all that autogenerated code.

See also:

BalusC