Posted by Ajay
I think it is time I start of Did you know facts to keep my blog site updated regularly. Let’s start with a Java one
- Did Ya Know that Java has virtual functions?
A virtual function is a member function that you expect to be redefined in derived classes. So yes Java does have virtual functions. Although functions in Java are virtual by default. But in essence what we cann method overriding is actually virtual functions. In order to prevent a method from being vitual just declare it as final.
Posted by Ajay
Have you ever encountered a “Connection Refused” error and beaten your head around to figure out what in the world was happening? Well I found myself sailing in the same boat, just 6 hours before a client demo, a day after I had an outpatient surgery.
Read more…
Posted by Ajay
I came across an interesting problem when working on an interesting feature for our web mapping application. Let me first give you a very brief background about our application. Our web mapping setup uses Mapbuilder/OpenLayers as the client side Javascript API, A custom WMS/WFS server, geowebcache as our caching intermediary and PostGIS/PostGRES as our geospatial database. Every web mapping software will have a set of layers that are rendered. Every web mapping software will also have a basemap which defines the projection and bounding box for the model.
Read more…
Posted by Ajay
From today I have decided to start blogging right on my home page, no more seperate technical blogs. Today is a good day to blog!!
Tags: introducing