I’ve been (a bit) frustrated recently with the lack of support for quickly creating a Spring MVC project skeleton — there seems to be some maven archetypes but most of them I found to either not be maintained for a while and/or they install so much stuff that I decided not to use them. All […]
Posts Tagged: webserver
Implications of Blocking 3rd Party Cookies?
Now that I wrote the previous post about blocking 3rd party cookies and the (famous) Firefox release which triggered my reaction, I keep thinking about where is the online world going from here. I know a few groups in the industry are working on various approaches but I’m constantly being followed by one idea which […]
Online Privacy and Blocking 3rd Party Cookies
OK, I’m arriving a bit late to the discussion about browsers beginning to block 3rd party cookies by default, however, I was on the fence of this initially. And more to the point, I thought this would be just a trend that will come and go — but it seems that I was rather wrong […]
CDN — The Basics — Part 2
In the previous post, “CDN — The Basics — Part 1”, we got as far as looking at the situation where a load ballancer is employed in front of a set of identical web servers, and the DNS is handled externally by a dedicated DNS server, potentially in a different cloud/region/data center. As it has […]
CDN — The Basics — Part 1
I wish I could put a “1 out of N” at the end of this post title, however, I have no ideas how far this will go unfortunately; I do however realise that the more I go into details about this subject the more there is to be said about it. And what I have […]
(Disappointing) Review of My Blog’s Traffic
A while back I’ve boasted on this very blog about the amount of traffic it has reached — based on stats that I have pulled up from the Wassup WordPress Plugin. I have decided recently to have a closer look at the traffic — any blogger who’s taking himself seriously checks now and then on […]
Java vs JavaScript?
The title of this post was intentionally chosen to raise some eyebrows – after all we all know that in most cases (I’m taking the likes of Rhino out of the equation, same for applets) the former resides on the server side while the latter is used as a client-side language. So why would someone […]
Programming for bandwidth
Just like many others I do keep an eye on the technical articles and blogs that are out there on the net. I’d like to think that most of the ones I’m reading are quite authoritative on some areas of programming and present some useful insights into the world of IT. Even so, I am […]
About Web Servers Security
A few weeks ago I was talking to an old friend of mine who finally decided to take advantage of his fast broadband and have a little personal site “hosted” at home, over the broadband link. (Due to the fact that I’m gonna give away some details about his hardware and software setup, I decided […]