Reflection in PHP PRO
Similarly to software programming languages as Java and C#, PHP also allows us to write code that finds information about objects and classes. Whether the class was already known during the development phase or was created afterwards, using reflection we can get detailed information about the class and even invoke its methods or access its […]
Develop REStful Web Services using Jersey PRO
REST stands for Representational State Transfer. It is a web service architecture that focuses on the system resources. Each resource is identified by a URI (Unified Resource Identifier). Accessing the resources is done using HTTP. The server reply is the representation of the resource we try to access. This representation is usually an XML document. JSR 311 specifies Java API for […]
jWebSocket Jump Start PRO
I have recently downloaded the jWebSocket server in order to test the new Web Sockets API, which is an part of HTML 5. The following video clip shows a chat demo running using the jWebSocket server.
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 […]
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 Android 3.0 Course May 2011 INFO
On May 6th 2011 I will start to deliver a professional course for developing applications for the Android platform. I deliver this course through the external studies unit of HIT. The course lasts 35 meetings. The meetings take place on Fridays during the hours 1100-1400. During the course the students will practice their knowledge in three […]
HIT PHP Web Applications June 2011 INFO
In June 2011 I will start to deliver a professional course for developing social web applications in PHP. I deliver this course through the external studies unit of HIT. The programming language selected for the server side is PHP. Most of the course focuses on PHP. The rest of the hours are allocated for complementary technologies […]
The Future of Silverlight and Flash PRO
Trying to forcast which technology will rise and which technology will fall is a mission impossible. The technology world is too complex driven by away too many forces, both technology and social. In addition, it is important to remember that each and every technology stands on its own and the case with one technology isn’t […]