views:

50

answers:

2

Suppose I developed a JavaFX project using netbeans 6.8 (JavaFX SDK plugin installed), and right now I need to convert this JavaFX UI to portlet and display it in a web page.

And I'm only allowed to do this using JDeveloper. So how could I achieve this? I'm using Oracle WebLogic Service as my web application server.

-Regards from Isaac.

A: 

any helpful answers would be greatly appreciated.

I've searching relevant content for several days, while didn't get any substantial and satisfied answers.

A: 

The only way I'm able to resolve this is create portlet which embeds JavaFX applet inside.

Rastislav Komara