New: Rendering of Java and JavaFX in the Lobo Java Web Browser
Today's release of the 0.98 version of the Lobo Java Web Browser contains some interesting goodies for Java and JavaFX source files—the Lobo browser can render them! Here I describe a very useful scenario where these enhancements play out very nicely.
I have been a fan of Lobo, and all that it represents, for a while now. I wrote the following articles for Javalobby some time ago, to get people up to speed with plugin development for Lobo:
- Plugging into Lobo's Pure Java Web Browser
- Rendering New Content Types in the Lobo Java Web Browser
- How to Add Syntax Coloring for XML in the Lobo Java Web Browser
I also wrote Getting Started with the Lobo Java Web Browser's Sources, which still worked for me when I set up the sources again today. Of course, you don't need the sources at all if you simply want to use the browser, as a user rather than as a developer. Now that 0.98 is out, you can open Java files (or JavaFX files) in the browser to render them. That's really cool in combination with your development environment, where you could be typing your source code in your editor, while refreshing the browser whenever you want to see how your source file will be rendered at runtime:

Imagine how cool it would be if we were to integrate the Lobo Java Web Browser into NetBeans IDE (or any other IDE). We'd be able to render our Java source files. Often enough, you're not using the Matisse GUI Builder in NetBeans IDE, for one reason or another. In those cases, there's no way of knowing what your user interface will look like at runtime, because the designer can't help you if you're not using Matisse and the Preview functionality is only available if you're using Matisse. Now, with the Lobo Java Web Browser, that will be completely possible. Hurray for Lobo!
| Attachment | Size |
|---|---|
| rendering-java-in-lobo.png | 76.54 KB |
- Login or register to post comments
- 2602 reads
- Email this Book page
(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)







Comments
The Lobo Project replied on Mon, 2008/03/10 - 1:28pm
Thanks again Geertjan for your coverage of Lobo Project developments. Going forward I'd like to allow JavaFX to be a lot more web oriented in Lobo. There should soon be an API with widgets that allow straightforward creation of links, navigation buttons and "street HTML" blocks. I have posted some examples (both Java and JavaFX) here:
http://sourceforge.net/forum/forum.php?thread_id=1963582&forum_id=467019
You can just click them if you're reading that page in Lobo. Everyone is welcome to post their own Java and JavaFX URLs in that forum.
Jose