Difference Between Java And WordPress

Java and WordPress are very much different, this is an attempt to compare and see where they intersect each other.
Java
Java is an enterprise Language, what it means it is used to build enterprise applications, what do we mean by that
  • Variety of clients can interact with application like browser, smart tablets, B2B applications, .NET and other language apps.
  • High Security to support the standards.
  • Highly Scalable to support the growing traffic.
  • Performance  - Begin compile time performance is high.
  • E.g applications are Gaming, Ecommerce websites, Billing, Retail, CRM and tons of others
Java can be used to create blogging CMS like WordPress. Infact there are CMS’s like alfresco, plone, jRoller who just do to attempt that, but none has been able to be so popular as wordpress.
WordPress
Wordpress is a very specialized CMS / blogging engine build on top of PHP.
  • It is very easy to learn software, compare it like to learning MS Word.
  • You don’t need to know PHP /programming to be wordpress website developer.
  • WordPress has a themes concept, which allows a developer to configure website pages with easy.
  • Supports thousands of plugins, almost easy to find any kind of functionality a website needs.
  • Installs on Apache Server with PHP engine.
  • Many hosting sites support 1 click install.
  • Uses MySQL as the backend engine.
As you see, WordPress and Java cannot be compared as one is a language where another is a software built on PHP language.
Had wordpress been written in Java
As a Java Developer, I do wish WordPress was built java, it would have given
1.Java applications a web flair, we would have see all together new set of applications /widgets/ plugins.
2.Designers would have not been scared of the language at all.
3.Applications could have used the wordpress database, which has a very simple schema.
Java and Wordpress Difference Between Java And WordPressWordPress And Java Together
Resin Quercus 
Resin is a Java Application server, but with a twist, it has a Quercus engine which allow PHP applications to installed as Java applications.
What does this mean, if a WordPress can be installed on Resin will run as a Java application and also take advantage of libraries like Spring, Hibernate,SOA.
Also, will definitely perform way better as it will be compiled only once and not be interpreted with every request like it does now on PHP
To have this integration working has its own challenges but good news is there is a way.
Summary
While WordPress has it own niche, it is the DeFacto platform for creating CMS websites with blog functionality,
And when it comes to creating highly scalable enterprise Applications Java is the DeFacto Platform.

Orginally published Feb 2012

Comments

Popular posts from this blog

Apache Airflow Wait Between Tasks

Groovy GoodNess – Converting a List to String

Java Spring Interview Questions