Falling in line…

I had to move my site to a new host, because my previous hosting company suddenly shut down.

After years of neglect, I decided to take it as an opportunity to update the site as well, but I didn’t feel like doing yet another custom, JSP-based website. Like so many others, I used WordPress instead. The greatest thing about WP is that there are so many plugins and other contributions available. Almost no matter what you want to do, there is a way to do it without having to write a lot of code. In most cases you don’t have to edit a single file.

Coming from a Java background, having helped develop the Servlets, JSP and JSF specifications, I can’t help but wonder why nothing like WordPress evolved based on those technologies. Or have I missed something? I know there are plenty of Java-based CMS’s, but I’m not aware of any that has a sizable community…

For this site I use just the basics: a Twenty Eleven child theme, with some CSS tweaks and custom header and footer templates, plus the Shortcode Exec PHP (for shortcuts that get the base URIs for things like images and other files) and the WP Captcha Free plugins (to see if it really gets rid of spam posts without forcing visitors to enter a captcha). I imported some of the posts from my old sites using the RSS Importer plugin. On another site I also use the Types plugin to create custom types with parent – child relationships.

That will have to do for now, but maybe I’ll play around with some more stuff later on.

One thought on “Falling in line…

  1. Anders on said:

    The answer is PHP. PHP has always been the small independent way of getting some code on your site, while Java has been and is the heavy enterprise way. PHP has always run off-the-shelf in Apache while Java still needs to be installed and initialized. PHP does not have a huge set of libraries to learn, while… well you know Java better than me.
    An even larger community is also made with PHP, Facebook, while they ran into performance problems so today they “auto” convert the PHP to C++ (I think) but I think they are still coding in PHP, at least while testing new stuff out.
    PHP was very simple when it first came out but today it is a full OO language and many performance issues are being take care of with caching and other techniques.

Leave a Reply to Anders Cancel reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>