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 […]
SMKB Android Hybrid Applications Summer 2011 ACD
This coming summer semester (Summer 2011) I am going to deliver in SMKB 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 […]
HIT Java EE Basics Summer 2011 ACD
This coming summer semester (Summer 2011) I will deliver a basic Java EE course in HIT. The course is part of the HIT Computers Science BSc academic program. The main topics we are going to cover in this course are: Java Servlets & JavaServer Pages Java Server Faces Java Persistence API Java EE Web Services Java Standard […]
HIT Scala Programming Summer 2011 ACD
During the coming summer semester (Summer 2011) I am going to deliver the Internet Programming course in HIT. This course is delivered as part HIT’s Computer Science BSc academic program. It starts with a detailed coverage of the Java programming language and continues with a detailed coverage of Scala. The topics in Scala I am going to cover […]
HIT Android Course Summer 2011 ACD
During this coming summer semester (Summer 2011) I will deliver in HIT an academic course dedicated to the Android platform. The course belongs to HIT Computers Science BSc academic program. The topics this course covers include the following: Introduction Application Resources The Intent Concept User Interface Controls Layout Managers Menus and Dialogs Touchscreens Style Definition App […]
Shenkar Scala Programming Summer 2011 ACD
During 2011 Summer semester I am going to deliver the Java & Scala Programming course in Shenkar (www.shenkar.ac.il). This course is delivered as part Shenkar’s Software Engineering BSc academic program. It starts with a detailed coverage of the Java SE programming language and continues with a detailed coverage of Scala. The topics we are going to […]
ASP.NET Forms Authentication PRO
The Forms Authentication is a token based system that takes care of users authentication through a log-in form. When a user requests an ASP.NET web page that is not available for anonymoujs users the ASP.NET runtime verifies that the form authentication tocken is available. You can find more explanations in my ASP.NET course. You can […]