Weather Service with Server and Client..OSGi / Java / Eclipse Class

This project was for the Eclipse class. This is a java application. The project contained 2 separate bundles working together. The provider bundle serves the weather service. The client bundle consumes the service provided by the provider and displays the weather information.

Project Wiki
https://zenit.senecac.on.ca/svn/ecl500_111rep2/trunk/project/

Web Services Assignment WSA500

Deploying your WCF WebHttp Service to the warp server. This project is a visual studio project, uses Entity Framework to access mssql database.
Download Source

Absolute beginner’s guide to Eclipse

Following article is a part of my Lab exercise for Eclipse course I am taking during Winter2011.

Click here for the java files used to create this tutorial When Eclipse is run, it asks for a workspace location. I will use ./wksp/basics/labs. You can choose to use this workspace by default by ticking the checkbox. Eclipse starts with the Welcome tab. On this window, you can get more information about using Eclipse. Close the Welcome tab. [Read more…]

Adapter design pattern

Adapter pattern adapts a piece of code to work with another. In real world, consider a battery charger for your phone. If you went for vacation to a somewhere in Europe, your charger won’t fit into the wall outlet. You would need a piece that can wrap your that fits into the socket in Europe. Adapter pattern is usually helpful to create new code that is compatible with old legacy code. Using adapter pattern the old code do not need to be changed to work with new code. [Read more…]

This batch file will lessen your sqlplus login frustration at zenit server.

If you are in DBS501 like me, you must be frustrated with sqlplus command. Why did they remove the good old isqlplus and instead put sqlplus. The problem with the sqlplus for most of us is because of connection problem. If you haven’t modified the ora file to include host address for neptune, you must do that before proceeding any further. Here is the link https://cs.senecac.on.ca/~nconkic/db-oracle11g.html [Read more…]