Home » Archives

Content tagged with: netbeans

[1 Oct 2009 | No Comment | ]

GlassFish is a very popular application server offering Database access (JPA), Web Services hosting (JAX RS Jersey RESTFul services, JAX-WS) and is standard based (Java EE 5 and coming Java EE 6). JavaFX is the new platform based on the Java platform to delivering rich content based client applications (applet, standalone applications). This talk given at Jazoon 2009 describe a few ways to connect the 2 worlds: JavaFX Client, consuming Server side services hosted in a GlassFish server environment. This presentation is a mix of slides covering the different ways …

[24 Sep 2009 | No Comment | ]

NetBeans API architect Jaroslav Tulach discusses MVC and how it applies to applications created atop the NetBeans Platform, a generic framework for Swing desktop applications.

[29 Apr 2009 | No Comment | ]

No slides, just code: From nothing to a maintainable Java EE / RIA application, with hacks, best practices and workarounds.

[11 Mar 2009 | No Comment | ]

The focus of this screencast is an introduction to the Visual Library API, building on top of Part 8, which created a scenario where it makes sense to use the Visual Library API: the user will be able to drag items from a Palette and, when the item is dropped, a widget is created. Some features are added to the widget, such as a MoveAction, and to the scene, such as a ZoomAction.

[11 Mar 2009 | No Comment | ]

Part 8 begins with a recap of the previous parts, followed by a demo where we prepare ourselves for the next screencast, which will focus on the Visual Library API. To get to a point where we can meaningfully use that API, we construct two layers of nodes which we display in a Palette. Then we add drag and drop behavior so that the palette components can be dragged into the window with which it is associated.

[10 Mar 2009 | No Comment | ]

An introduction to creating Java applications with the NetBeans integrated development environment. It covers both using NetBeans with existing Java source code, and also using NetBeans to develop a Java program from scratch. Part 2 of 2.

[10 Mar 2009 | No Comment | ]

An introduction to creating Java applications with the NetBeans integrated development environment. It covers both using NetBeans with existing Java source code, and also using NetBeans to develop a Java program from scratch. Part 1 of 2.