Vaadin Data Binding PRO

I have recently completed to develop the data binding topic in my Vaadin Basics course. The following video clips explain some of the core ideas in Vaadin data binding. You can find the source code as well as the slides available for free personal and academic usage at www.abelski.com.

ASP.NET Data Binding PRO

I have recently completed to cover the ASP.NET Data Binding topic in my ASP.NET course. You can find its community version available for free personal usage at www.abelski.com. The following video clips were prepared in order to explain the basics of this topics. Both the source code shown in these clips and the slides can […]

Angry Birds in HTML5 INFO

We can now find an HTML5 implementation for Angry Birds. Angry Birds is not the only game. You can find HTML5 implementation for many games. HTML5Games.com is a good resources to start with. The Angry Birds HTML5 version is currently available as a free Chrome OS application at Google Chrome Web Store.

Scala Typed Patterns PRO

When dealing in Java with an object we don’t know its type we need to use a series of if-else statements and instanceof casts in order to check the exact type of our object before moving forward with casting the type of the reference we hold in order to invoke the relevant method. Scala allows […]

Technion Analysis & Design using UML June 2011 INFO

In June 2011 I will start lecturing the “Analysis & Design Using UML” course. The course will take place in the Technion as part of a long term .NET course. The course includes five meetings and aside of going through UML it includes practical labs through which the participants will gain practical experience in analysis […]

Vaadin Application PRO

The Application class is the entry point. The object instantiated from that class is responsible for creating and managing the user interface components. Each and every user session has its own Application object. The fourth topic of my Vaadin Basics course focuses on this class and covers various related issues that become relevant when developing […]

Vaadin Architecture PRO

The Vaadin framework is implemented on top of the Java Servlets API. When the web container receives the first request it instantiates the ApplicationServlet class. This is one of Vaadin framework classes. It extends HttpServlet. When developing a web application using the Vaadin framework we should define a class that extends com.vaadin.Application. Each and every […]

Vaadin Plugin for Eclipse PRO

I am working these days on a dedicated course for learning how to use the Vaadin web framework. I have recently completed to develop detailed slides that explain how to install the Vaadin plugin for the Eclipse IDE and how to develop Vaadin based rich internet web applications using the Eclipse IDE. My course is […]

Vaadin Jump Start PRO

Vaadin is an open source framework that simplifies the development of rich internet web applications. The Vaadin framework is built on top of Google Web Toolkit, and as such it allows us to develop a rich internet web application as if we were developing a standalone application. I have recently started to develop my Vaadin […]

MTA Android Hybrid Applications Summer 2011 ACD

This coming summer semester (Summer 2011) I am going to deliver in MTA a course that teaches how to develop hybrid applications for the android platform. The course includes the following main topics: Android Basic Java Applications PHP Server Side Programming HTML5, jQueryMobile & SenchaTouch The PhoneGap Framework Most of the slides and the other […]

Skip to content Update cookies preferences