C# Dynamic Typing PRO
As of C# 4.0 we can define a variable using the dynamic keyword. Doing so, the exact type of the variable will be set during the execution of our code in according with the type of value we assign. The following video clip explains this capability. I have just completed to update my C# Fundamentals […]
Tel Hai Java EE Autumn 2010 ACD
During the coming semester (Autumn 2010) I am going to deliver a detailed Java EE course in Tel-Hai. This course is delivered as part of Tel-Hai 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 […]
HIT Java EE Autumn 2010 ACD
During 2010 Autumn Semester I am going to deliver a detailed Java EE course in HIT. This course is delivered as part of 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 […]
HIT Android Autumn 2010 ACD
During the coming semester (Autumn 2010) I am going to deliver an academic course dedicated to the Android platform. The course will take place in HIT and I deliver it as part of HIT Computers Science BSc academic program. The topics this course covers include the following: Introduction Application Resources The Intent Concept User Interface Controls […]
HIT Scala Programming Course Autumn 2010 ACD
During the coming semester I am going to deliver the Java & Scala Programming course in HIT. Its official name is ‘Internet Programming’. It is delivered as part HIT’s Computer Science 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 […]
Shenkar Scala Programming Course Autumn 2010 ACD
During the 2010 Autumn 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 […]
Facebook Places is Accessible via Facebook Graph API PRO
The data collected from each check-in users perform when using the Facebook Places service is collected and is now accessible through the Facebook Graph API. Each single check-in is represented using a single object with its own ID number. The Facebook Graph API allows us to get social data represented using objects connected with each […]
Tsofen. Peace. Step By Step. INFO
I have recently finished teaching a Java EE course in Tsofen. Tsofen is a non profit organization that provides professional training courses in advance software development areas (such as .NET and Java EE) to arabs and druzes who live in Israel and assist them with finding a job in israeli high tech companies. The cruel reality during the years has […]
Database Connectivity using JSTL PRO
The JSP Standard Tags Library, also known as JSTL, allows us to connect a database and perform queries. The complexity is hided behind the available JSTL SQL tags. The following short video clip shows that capability. More training material about JSTL can be found in the community free (for personal and academic usage) course I have […]
XML Processing Using JSTL PRO
The JSP Standard Tags Library, also known as JSTL, allows us to parse XML files using XPath expressions. The following short video clip shows that capability. More training material about JSTL can be found in the community free (for personal and academic usage) course I have recently developed at www.abelski.com. You can find the equivalent […]