DirectorySoftwareBlog Details for " The Screencast Blog"

The Screencast Blog

The Screencast Blog
Screencasts about programming. Java, Eclipse, Facebook demos and tutorials .

Articles

Using Java (GWT) with Google App Engine
2008-04-14 12:51:00
Since Google App Engine (GAE) announcement many developers are wondering when/if Google App Engine will support Java . As we already know GAE currently supports only Phyton. Do Java developers have... [[ This is a content summary only. Visit my blog for full links and screencasts. ]]
How to: Google Android in Eclipse
2007-12-16 15:33:00
The Android platform is a software stack for mobile devices. In this two-part screencast you are going to see how to install and use the Android SDK to develop simple Android application using the... [[ This is a content summary only. Visit my blog for full links and screencasts. ]]
More About: Google , Eclipse , Google Android , Clipse
A first look at Eclipse Rich Ajax Platform (RAP)
2007-10-15 23:25:00
Eclipse Rich Ajax Platform (RAP) allows developers to create Rich Internet Applications (RIA) using the OSGi standard component model. The main advantage of this technology is the ability to share... [[ This is a content summary only. Visit my blog for full links and screencasts. ]]
More About: Eclipse , Clipse
GWT RPC in Eclipse
2007-08-30 10:37:00
In this screencast tutorial you are going to see how to use the Google Web Toolkit Remote Procedure Calls. This tutorial covers creation of a simple GWT RPC project in Eclipse IDE. For basic GWT... [[ This is a content summary only. Visit my blog for full links and screencasts. ]]
More About: Clipse
Getting Started with the Google Mashup Editor
2007-08-13 21:30:00
The Googl e Mashup Editor is a web-based IDE in which you can edit, compile and test your mashups and applications. This screencast tutorial shows how to use the Google Mashup Editor to rapidly create mashups and simple applications. Total running time 07:30 minutes. This screencast tutorial shows basic features of the Google Mashup Editor. As an example, RSS feed based application has been built (04:00): This screencast tutorial shows how to create a simple mashup between Google Maps and Flickr. (03:30): You can publish your Google Mashup applications on googlemashups.com as an application or as a Google Gadget. For this tutorial we have used materials from: Google Mashup Editor Getting Started Guide Building an Extensive Maps Mashup Samples/FeedReader (Google Mashup Editor account required) Google Mashup Editor - Mashup Gallery / Cal State Parks Google Mashup Editor - ...
More About: The Go
Getting Started with the Google Mashup Editor
2007-08-13 21:30:00
The Googl e Mashup Editor is a web-based IDE in which you can edit, compile and test your mashups and applications. This screencast tutorial shows how to use the Google Mashup Editor to rapidly create mashups and simple applications. Total running time 07:30 minutes. This screencast tutorial shows basic features of the Google Mashup Editor. As an example, RSS feed based application has been built (04:00): This screencast tutorial shows how to create a simple mashup between Google Maps and Flickr. (03:30): You can publish your Google Mashup applications on googlemashups.com as an application or as a Google Gadget. For this tutorial we have used materials from: Google Mashup Editor Getting Started Guide Building an Extensive Maps Mashup Samples/FeedReader (Google Mashup Editor account required) Google Mashup Editor - Mashup Gallery / Cal State Parks Google Mashup Editor - ...
More About: The Go
Google Web Toolkit - Getting Started Screencast
2007-08-04 17:36:00
In this screencast tutorial you are going to see how to setup and use the Googl e Web Toolkit (GWT). This tutorial covers installation, basic concepts, usage of command-line tools, and Eclipse IDE integration. Total running time 08:10 minutes. The GWT installation, sample applications, running samples in hosted mode and web mode, changing code and recompiling (03:40): Creating an application from scratch using the CLI tools, Eclipse IDE integration (04:30): For this tutorial we have used materials from: Google Web Toolkit - Build AJAX apps in the Java language Getting started with Google Web Toolkit (GWT) - by Ed Burnette Getting Started With The Google Web Toolkit - by David Salter Build an Ajax application using Google Web Toolkit, Apache Derby, and Eclipse Learn more about the GWT from these books: Google Web Toolkit: Taking the pain out of Ajax GWT in Action: Easy Ajax with the Google Web Toolkit ...
More About: Screencast , Cree
Google Web Toolkit - Getting Started Screencast
2007-08-04 17:36:00
In this screencast tutorial you are going to see how to setup and use the Googl e Web Toolkit (GWT). This tutorial covers installation, basic concepts, usage of command-line tools, and Eclipse IDE integration. Total running time 08:10 minutes. The GWT installation, sample applications, running samples in hosted mode and web mode, changing code and recompiling (03:40): Creating an application from scratch using the CLI tools, Eclipse IDE integration (04:30): For this tutorial we have used materials from: Google Web Toolkit - Build AJAX apps in the Java language Getting started with Google Web Toolkit (GWT) - by Ed Burnette Getting Started With The Google Web Toolkit - by David Salter Build an Ajax application using Google Web Toolkit, Apache Derby, and Eclipse Learn more about the GWT from these books: Google Web Toolkit: Taking the pain out of Ajax GWT in Action: Easy Ajax with the Google Web Toolkit ...
More About: Screencast , Cree
How to: JSF in Eclipse Europa (Part II)
2007-07-15 22:44:00
This screencast is the last in a series of four on Eclipse Europa . Each tutorial builds upon techniques covered in previous screencast, so it would be best to see the screencasts in order: Tour around Europe: Eclipse for Java EE (Part I) Tour around Europe: Eclipse for Java EE (Part II) How to: JSF in Eclipse Europa (Part I) In this screencast-tutorial we will assemble a JEE application by combining a JSF module and an EJB module from previous tutorials. Creating an enterprise application project (03:30): JSF editing and deployment (01:50): For this tutorial we have used materials from: JSF tools subproject Eclipse IDE for Java EE Developers and these books: Eclipse Web Tools Platform: Developing Java(TM) Web Applications Core JavaServer(TM) Faces (2nd Edition) JavaServer Faces in Action JavaServer Faces Enterprise JavaBeans 3.0 (...
More About: Clipse
How to: JSF in Eclipse Europa (Part II)
2007-07-15 22:44:00
This screencast is the last in a series of four on Eclipse Europa . Each tutorial builds upon techniques covered in previous screencast, so it would be best to see the screencasts in order: Tour around Europe: Eclipse for Java EE (Part I) Tour around Europe: Eclipse for Java EE (Part II) How to: JSF in Eclipse Europa (Part I) In this screencast-tutorial we will assemble a JEE application by combining a JSF module and an EJB module from previous tutorials. Creating an enterprise application project (03:30): JSF editing and deployment (01:50): For this tutorial we have used materials from: JSF tools subproject Eclipse IDE for Java EE Developers and these books: Eclipse Web Tools Platform: Developing Java(TM) Web Applications Core JavaServer(TM) Faces (2nd Edition) JavaServer Faces in Action JavaServer Faces Enterprise JavaBeans 3.0 (...
More About: Clipse
How to: JSF in Eclipse Europa (Part I)
2007-07-10 21:10:00
In this screencast tutorial you'll learn how to setup and use Eclipse JavaServer Faces tools for rapid Web application development. We will complete the following steps: Register JSF libraries Create Dynamic Web Project Add JSF Facet to the Web project Create JSP Page templates Define page navigations rules Create managed beans Edit JSF pages in the Web Page Editor Deploy and execute JSF applications Let's get started. Creating a JavaServer Faces Project (steps 1-3) (01:55): Building a JSF application (steps 4-8) (05:48): In the next screencast (Part II) we will assemble a JEE application by combining a JSF module and an EJB module from previous tutorials. Feel free to subscribe by RSS or Email. For basic installation instructions of the Eclipse IDE for Java EE Developers see tutorials from eclipse.org site. For this tutorial we have used materials from: JSF tools subproject Eclipse IDE for Java EE Developers ...
More About: Europa , Clipse
How to: JSF in Eclipse Europa (Part I)
2007-07-10 21:10:00
In this screencast tutorial you'll learn how to setup and use Eclipse JavaServer Faces tools for rapid Web application development. We will complete the following steps: Register JSF libraries Create Dynamic Web Project Add JSF Facet to the Web project Create JSP Page templates Define page navigations rules Create managed beans Edit JSF pages in the Web Page Editor Deploy and execute JSF applications Let's get started. Creating a JavaServer Faces Project (steps 1-3) (01:55): Building a JSF application (steps 4-8) (05:48): In the next screencast (Part II) we will assemble a JEE application by combining a JSF module and an EJB module from previous tutorials. Feel free to subscribe by RSS or Email. For basic installation instructions of the Eclipse IDE for Java EE Developers see tutorials from eclipse.org site. For this tutorial we have used materials from: JSF tools subproject Eclipse IDE for Java EE Developers ...
More About: Europa , Clipse
Tour around Europe: Eclipse for Java EE (Part II)
2007-07-04 22:16:00
Part I has shown how to use the Eclipse IDE for Java EE Developers to create Java persistent entities from database tables. This screencast completes the JEE application. In this screencast: How to create a session bean Configure persistence unit Deploy on JBoss Create a JEE client Create a session bean and deploy JEE application:(02:40): Create a JEE client (01:35): For basic installation instructions of the Eclipse IDE for Java EE Developers see tutorials from eclipse.org site. For this tutorial we have used materials from: Dali JPA Tools Eclipse IDE for Java EE Developers and these books: Eclipse Web Tools Platform: Developing Java(TM) Web Applications Enterprise JavaBeans 3.0 (5th Edition) Head First EJB EJB 3 in Action Java Persistence with Hibernate
More About: Europe , Tour , Part
Tour around Europe: Eclipse for Java EE (Part II)
2007-07-04 22:16:00
Part I has shown how to use the Eclipse IDE for Java EE Developers to create Java persistent entities from database tables. This screencast completes the JEE application. In this screencast: How to create a session bean Configure persistence unit Deploy on JBoss Create a JEE client Create a session bean and deploy JEE application:(02:40): Create a JEE client (01:35): For basic installation instructions of the Eclipse IDE for Java EE Developers see tutorials from eclipse.org site. For this tutorial we have used materials from: Dali JPA Tools Eclipse IDE for Java EE Developers and these books: Eclipse Web Tools Platform: Developing Java(TM) Web Applications Enterprise JavaBeans 3.0 (5th Edition) Head First EJB EJB 3 in Action Java Persistence with Hibernate
More About: Europe , Tour , Part
Tour around Europe: Eclipse for Java EE
2007-07-01 21:04:00
The Eclipse IDE for Java EE Developers is a simultaneous release of Eclipse Projects for Java Enterprise Edition. This post is first in the series of screencasts about the Eclipse Europa release. It shows how to use the Eclipse IDE for Java EE Developers to create Java persistent entities from database tables. MySQL database is used to demonstrate the Data Tools Platform and JBoss is used as a Java EE application server. Using the Eclipse Data Tools Platform:(05:30): Dali - Java Persistence Tools (03:10): For basic installation instructions of the Eclipse IDE for Java EE Developers see tutorials from eclipse.org site. For this tutorial we have used materials from: Dali JPA Tools Eclipse IDE for Java EE Developers and these books: Eclipse Web Tools Platform: Developing Java(TM) Web Applications Java Persistence with Hibernate
More About: Europe , Tour , Round
Tour around Europe: Eclipse for Java EE
2007-07-01 21:04:00
The Eclipse IDE for Java EE Developers is a simultaneous release of Eclipse Projects for Java Enterprise Edition. This post is first in the series of screencasts about the Eclipse Europa release. It shows how to use the Eclipse IDE for Java EE Developers to create Java persistent entities from database tables. MySQL database is used to demonstrate the Data Tools Platform and JBoss is used as a Java EE application server. Using the Eclipse Data Tools Platform:(05:30): Dali - Java Persistence Tools (03:10): For basic installation instructions of the Eclipse IDE for Java EE Developers see tutorials from eclipse.org site. For this tutorial we have used materials from: Dali JPA Tools Eclipse IDE for Java EE Developers and these books: Eclipse Web Tools Platform: Developing Java(TM) Web Applications Java Persistence with Hibernate
More About: Europe , Tour , Round
Refactoring to Patterns or templates for patterns?
2007-06-25 18:58:00
Roman Bosák has published a nice post about rapid implementation of the Singleton design pattern using the Eclipse IDE refactoring tools. Some readers argued that it's much more efficient to use Eclipse IDE templates for implementing design patterns. So, you can see here both approaches, as under 2minutes screeencasts, and you can decide for yourself. First screencast shows classical (by the GOF book) Singleton implementation using Eclipse IDE refactoring facility (01:10): This screencast shows a thread-safe lazy-loaded Singleton variant implemented using Eclipse IDE templates (01:40): For this tutorial we have used materials from: Singleton pattern implementation in 4 steps Double-checked locking and the Singleton pattern and these books: Design Patterns : Elements of Reusable Object-Oriented Software Head First Design Patterns Holub on Patterns: Learning Design Patterns by Looking at Code Refactori...
More About: Templates , Factor , Actor , Factoring
Refactoring to Patterns or templates for patterns?
2007-06-25 18:58:00
Roman Bosák has published a nice post about rapid implementation of the Singleton design pattern using the Eclipse IDE refactoring tools. Some readers argued that it's much more efficient to use Eclipse templates for implementing design patterns. So, you can see here both approaches, as under 2minutes screeencasts, and you can decide for yourself. First screencast shows classical (by the GOF book) Singleton implementation (01:10): This screencast shows a thread-safe lazy-loaded Singleton variant (01:40): For this tutorial we have used materials from: Singleton pattern implementation in 4 steps Double-checked locking and the Singleton pattern and these books: Design Patterns : Elements of Reusable Object-Oriented Software Head First Design Patterns Holub on Patterns: Learning Design Patterns by Looking at Code Refactoring: Improving the Design of Existing Code Refactoring Workbook...
More About: Templates , Tori , Late , Factor
Getting Started with the Facebook Platform API
2007-06-20 13:47:00
In this three-part tutorial you'll learn how to: Add the Developer Application to your Facebook account Setup Java Client Library in Eclipse IDE Use the Facebook Platform API 1. This screencast shows how to create a Facebook Platform application that you can use as a template for your own Facebook applications.(03:35): 2. In order for a Facebook API client to use the API, the user of the client application must be logged in to Facebook. This screencast describes typical scenarios using a simple Java Servlet. (04:15): 3. This screencast tutorial shows how to use the Facebook Platform API in an example that uses data about logged Facebook user and his friends. (03:25): For this tutorial we have used materials from: 1): Facebook Developers Documentation 2): blogs.claritycon.com and these books: If you are interested in more Facebook platform screencas...
Getting Started with the Facebook Platform API
2007-06-20 13:47:00
In this three-part tutorial you'll learn how to: Add the Developer Application to your Facebook account Setup Java Client Library in Eclipse IDE Use the Facebook Platform API 1. This screencast shows how to create a Facebook Platform application that you can use as a template for your own Facebook applications.(03:35): 2. In order for a Facebook API client to use the API, the user of the client application must be logged in to Facebook. This screencast describes typical scenarios using a simple Java Servlet. (04:15): 3. This screencast tutorial shows how to use the Facebook Platform API in an example that uses data about logged Facebook user and his friends. (03:25): For this tutorial we have used materials from: 1): Facebook Developers Documentation 2): blogs.claritycon.com and these books: If you are interested in more Facebook platform screencast...
More About: Form
JBoss Seam Generator and Eclipse IDE
2007-06-12 20:50:00
In this three-part tutorial you'll learn how to install and set up JBoss application server, use Seam Generator to build Web applications in a Rails-like manner, and all that inside standard Eclipse IDE. So it seems like the best of both worlds ;) 1. This screencast tutorial will show you how to install JBoss application server and set up the environment for JBoss Seam 1.2.1.GA. (02:39): 2. This screencast tutorial will show you how to use JBoss Seam generator to create Eclipse IDE Java project skeleton.(03:10): 3. This screencast tutorial will show you how to use JBoss Seam Gen to run more complex Seam examples in Eclipse IDE. (05:30): For this tutorial we have used materials from: 1): Michael Yuan's blog: Seam: Next-gen Web Framework 2): JBoss Seam project page and these books: If you are interested in more JBoss Seam screencasts, please leave a com...
More About: Clipse
JBoss Seam Generator and Eclipse IDE
2007-06-12 20:50:00
In this three-part tutorial you'll learn how to install and set up JBoss application server, use Seam Gene rator to build Web applications in a Rails-like manner, and all that inside standard Eclipse IDE. So it seems like the best of both worlds ;) 1. This screencast tutorial will show you how to install JBoss application server and set up the environment for JBoss Seam 1.2.1.GA. (02:39): 2. This screencast tutorial will show you how to use JBoss Seam generator to create Eclipse IDE Java project skeleton.(03:10): 3. This screencast tutorial will show you how to use JBoss Seam Gen to run more complex Seam examples in Eclipse IDE. (05:30): For this tutorial we have used materials from: 1): Michael Yuan's blog: Seam: Next-gen Web Framework 2): JBoss Seam project page and these books: If you are interested in more JBoss Seam screencasts, please leave a com...
More About: Clipse
Running your first JavaFX program in Eclipse
2007-05-11 21:02:00
The JavaFX Script (or JavaFX language) is a declarative scripting language. The JavaFX allows for easy creation of graphical user interfaces and enables developers to create rich media applications for deployment on Java environments. In this screencast, we use the Eclipse IDE 3.2.2 to create simple JavaFX application. You can get your first JavaFX application up and running in Eclipse SDK easily by following these steps: 1. Extend Eclipse with JavaFX plugin (01:30): 2. Write you first JavaFX program (01:29): 3. Run JavaFX application (00:59): To find out more about Eclipse IDE, we recommend these books: If you are interested in more advanced JavaFX screencasts, please leave a comment.
More About: Running , Program , Gram , Clipse
Running your first JavaFX program in Eclipse
2007-05-11 21:02:00
The JavaFX Script (or JavaFX language) is a declarative scripting language. The JavaFX allows for easy creation of graphical user interfaces and enables developers to create rich media applications for deployment on Java environments. In this screencast, we use the Eclipse IDE 3.2.2 to create simple JavaFX application. You can get your first JavaFX application up and running in Eclipse SDK easily by following these steps: 1. Extend Eclipse with JavaFX plugin (01:30): 2. Write you first JavaFX program (01:29): 3. Run JavaFX application (00:59): To find out more about Eclipse IDE, we recommend these books: If you are interested in more advanced JavaFX screencasts, please leave a comment.
More About: Running , Program , Gram , Clipse
80120 blogs in the directory.
Statistics resets every week.


Contact | About
© Blog Toplist 2009 - Supported by Web Catalog - SEO by FeWorks
eXTReMe Tracker