Posts Tagged: webserver

Script to Quickly Create a Java Spring MVC Project

Posted by & filed under , , .

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 […]

Implications of Blocking 3rd Party Cookies?

Posted by & filed under , , , , .

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 […]

2_load_balancers_failover_via_dns

CDN — The Basics — Part 2

Posted by & filed under , , .

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 […]

load_ballanced_web_servers_with_dns

CDN — The Basics — Part 1

Posted by & filed under , , .

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 […]

iStock_blog write keyboard

(Disappointing) Review of My Blog’s Traffic

Posted by & filed under , , .

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?

Posted by & filed under , , .

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

Posted by & filed under .

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

Posted by & filed under , .

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 […]