java bean web browser recommendations?

S

stan k.

Has anyone used any of these? I am looking to make a gui app where one
of the widgets will be a built in web browser...

I've noticed that Sun's HotJava is not opensource and also the source
code isn't available - so presumably I can't use it in my application
even if my app is free.

I saw another project at http://ajax.sourceforge.net/ which seems to
include a web browser widget but I'm not sure if it will work with an
html page that also contains javascript...

Anyone have any recommendations?

Thanks in advance,

Stanley Kagan
 
T

Thomas Weidenfeller

Has anyone used any of these? I am looking to make a gui app where one
of the widgets will be a built in web browser...

I've noticed that Sun's HotJava is not opensource and also the source
code isn't available - so presumably I can't use it in my application
even if my app is free.

AFAIK Sun doesn't sell HotJava any more. The remains of HotJava became
the JTextPane / JEditorPane and the HTMLEditorKit. All of these classes
are part of the Java 2 Standard Edition.

It takes some effort to use this classes and build a simple web
browser. You will also find that the features are rather limited.

You can also have a look at Java's help system JavaHelp if your task is
to display some HTML documentation. JavaHelp is build on top of the
above mentioned classes.
I saw another project at http://ajax.sourceforge.net/ which seems to
include a web browser widget but I'm not sure if it will work with an
html page that also contains javascript...

Java's build-in HTML support for sure doesn't. JavaHelp doesn't, too.

/Thomas

--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,430
Messages
2,571,676
Members
48,796
Latest member
Greg L.

Latest Threads

Top