JAAS Code Sample PRO

I have just completed a short vide clip that presents a simple JAAS code sample. This code sample presents a simple implementation for the authantication mechanism. This code sample includes the following files: PrincipleImplementation.java The Principle interface represents an entity such as an individual, corporation or a simple login id. Our implementation for that interface […]

Technion C# Fundamentals INFO

This post was created in order to assist me teaching the ‘C# Fundamentals’ module, that belongs to the ‘.NET Software Development’ long term course delivered in the Technion. This C# module includes 24 meetings of 5 academic hours each, it starts on June 21st 2010 and it takes place on Mondays and Thursdays in the Technion, […]

Dynamic Class Reloading PRO

We can use a ClassLoader object to dynamically load a class into the execution of our code. Trying to load the very same class one more time won’t reload it unless we do it using a new ClassLoader object. We can use this technique for reloading a new modified class during the execution of our code. In order […]

Android Fundamentals INFO

I am glad to announce about the new version of the ‘Android Fundamentals’ course I have recently developed. The professional commercial version is available at www.xperato.com. The community version is available for free personal and academic usage at www.abelski.com. I will be more than happy to get your feedback! The new version covers all the new stuff […]

Shenkar Core Java Autumn 2009 ACD

Dear Students, Please find below the complete program for the Core Java course in Shenkar College of Engineering and Design. This course is composed of three separated modules. The first module (6 meetings) focuses on ‘Core Java’ topics and it covers the following: Java Basic, OOP Intro Arrays, String, Inheritance Inheritance, Inner Classes Applets, Exceptions […]

HackerU College C# Fundamentals INFO

This post was created in order to assist me during the course of the ‘C# Fundamentals’ course I lecture in Hacker. This course lasts 13 daily meetings. Each meetings lasts 8 academic hours. The topics this course covers include the following: Introduction C# Basics Classs Strings Arrays Inheritance Generics Delegates Lambada Expressions Events Threads Exceptions […]

C# Concurrency Programming PRO

I have recently completed the slides for the ‘C# Fundamentals’ course’s ‘Threads’ topic. This course is available for free at www.abelski.com. Comparing the Threading support I found in C# with the one I know in Java, more than a few similarities can be found. Nevertheless, the effort to provide improved threading capabilities in C# cannot be ignored. […]

The java.util.concurrent Package PROF

The java.util.concurrent package includes utility classes which are useful in concurrent programming. The following clips explain the most important ones of those classes. You can download the source code files each one of these video clips uses at www.abelski.com (“Java SE Applications Development” course material). Locks & Conditions Semaphore CountDownLatch Exchanger CyclicBarrier Threads Pool FutureTask BlockingQueues

Shenkar Core Java Spring 2009 ACD

Dear Students, Please find below the complete program for the Core Java course in Shenkar College of Engineering and Design.  This course covers the following topics: Java Basic, OOP Intro Arrays, String, Inheritance Inheritance, Inner Classes Applets, Exceptions Threads Swing I/O Streams Networking Collections Framework JDBC Java Efficient Programming Java SE Design Patterns Generics Reflection Regular […]

Skip to content Update cookies preferences