Archive for the "Java Development" Category

8
Dec

Java for BeOS

Author: admin

This video shows the state of Java development on the BeOS as of Dec. 2004. Recorded by Bryan Varner.

Duration : 0:4:26 Views : 791.

Read the rest of this entry »

8
Oct

Google Tech Talks
May 3,2007

ABSTRACT

NetBeans Mobility Pack is a development environment for Java ME CLDC/MIDP, CDC developers. In this talk Martin will show what technologies and SDKs are supported, the latest features in 6.0 with a special focus on the build system (ant), managing multiple application ports and working with device database, deployment on real-devices. Credits: Speaker:Martin Ryzl

Duration : 0:52:59 Views : 1697.

Read the rest of this entry »

1
Oct

Xaloc Java development

Author: admin

Xaloc property development Colonia de Sant Pere, Mallorca

Duration : 0:0:43 Views : 20.

Read the rest of this entry »

25
Sep

Go to http://eclipsetutorial.sourceforge.net/ to download all 12 lessons of Eclipse and Java: Introducing. This is the first 10 minutes of lesson 1, in small format for YouTube. The downloaded lessons are full size and good quality. Enjoy!

Duration : 0:9:48 Views : 1344.

Read the rest of this entry »

29
Aug

Java 11: Swing GUI Intro

Author: admin

Using Netbeans 5.5.1 & Java 1.6:

Code:
—————
int tempFahr = (int) ((Double.parseDouble(degreesTextField.getText()))
* 1.8 + 32);
fahrenheitLabel.setText(tempFahr + ” Fahrenheit”);

Duration : 0:9:1 Views : 4849.

Read the rest of this entry »

23
Jul

Go to http://eclipsetutorial.sourceforge.net/ to download the entire 16 lessons of Eclipse and Java for Total Beginners. This is the first 8 minutes of lesson 1, in small format for YouTube. The downloaded lessons are full size and good quality. Enjoy!

Duration : 0:8:10 Views : 10471.

Read the rest of this entry »

23
Jul

Google TechTalks
May 15, 2006

Dmitry Jemerov
Mike Aizatsky

ABSTRACT
The first presentation is completely dedicated to our new product Team Server, which has to bring to the whole team the same level of productivity as IDEA does for the individual developer. We will talk about continuous integration, server-side code analysis, peer-to-peer collaboration, and many other interesting things.

The second presentation is dedicated to a lot of new and cool stuff in IntelliJ IDEA 6.0 related to Java, Web/J2EE and JavaScript/AJAX development.

Duration : 1:13:4 Views : 763.

Read the rest of this entry »

21
Jul

Introduction to test driven development with a Java JUnit example using Eclipse 3.2. Agile Development all the way!

Duration : 0:9:23 Views : 1804.

Read the rest of this entry »

3
Mar

WWWorkspace is a web based Java integrated development environment built on top of Eclipse. It allows you to carry your workspace around with you and code from any computer with a web browser.

Duration : 0:6:40 Views : 2090.

Read the rest of this entry »

15
Feb

How to install JDK1.6 or Java Development Kit in Ubuntu

Duration : 0:4:12 Views : 1660.

Read the rest of this entry »