php

  • submit to reddit

NetBeans IDE 6.7.1 with JavaFX Now Available for Download!

The NetBeans Team is pleased to announce the release of NetBeans IDE 6.7.1, which supports the latest JavaFX SDK. Download NetBeans 6.7.1 (A JavaFX-only download bundle is also available.) NetBeans IDE 6.7.1 is an update to NetBeans IDE 6.7 and includes the...

1 replies - 22015 views - 07/27/09 by Tinu Awopetu in Announcements

PHP on a Java application server

Let's say we want to run PHP but we have only an available hosting for Java. An example provided from Resin documentation would be to have an easy way to improve performance, or to gain distributed sessions support for PHP.A very realistic example would be...

2 replies - 3213 views - 11/01/11 by Giorgio Sironi in Articles

Temporal correlation in Git repositories

Michael Feathers presented his recurring idea of finding out which elements of design change together: his goal is to discover which classes or methods are really coupled by analyzing empirical data instead of static analysis. Since he didn't publish code,...

0 replies - 3464 views - 10/06/11 by Giorgio Sironi in Articles

Daily Dose: Amazon Reveals New In-Memory Caching System "ElastiCache"

Amazon's new ElastiCache web service provides a fast, managed, in-memory caching system that is "protocol compliant with MemCached". The new service improves web application performance by using it's in-memory caching system, instead of...

0 replies - 14601 views - 08/23/11 by Ross Jernigan in Daily Dose

NoSQL Job Trends – August 2011

Continuing the August job trends month we have another installment. Today, we are looking at NoSQL job trends. In this edition, I have not changed the list of NoSQL offerings, so the same 9 tools are included.

0 replies - 10001 views - 08/20/11 by Robert Diana in News

ConFoo 2012: Call for Papers is Now Open!

We are looking for the best speakers willing to share their skills and experience with developers and managers. This year, ConFoo is dedicated to software development, project management and best practices. The technical part covers different aspects of Web...

0 replies - 4677 views - 08/15/11 by Yann Larrivee in Announcements

Avoid Escaping Spaces in the Query String in a Solr Query

Following up on the previous post about escaping values in a Solr query string, it’s important to note that you should not escape spaces in the query itself. The reason for this is that if you escape spaces in the query “foo bar”, the search will be...

0 replies - 3430 views - 07/30/11 by Mats Lindh in News

Daily Dose: NetBeans 7.0 Has Java 7 Support

Oracle's newly released NetBeans 7.0 features support for Java 7 features.  The JDK 7 component of NetBeans 7.0 is technically an early access snapshot.  A NetBeans 7.0.1 release in October will feature the final version of JDK 7.  Even developers who...

2 replies - 25502 views - 04/20/11 by Katie Mckinsey in Daily Dose

Struts vs. Zend Framework

I am a PHP guy that has ventured in the Java world due to university projects. Struts is used at PoliMi as a dicactical example of Java MVC framework for web applications: it is not a modern all-powerful framework like Spring MVC, but it is one of the most...

4 replies - 7548 views - 03/29/11 by Giorgio Sironi in Articles

Daily Dose: Introducing Drizzle: A New, Lightweight Version of MySQL

Drizzle is the latest lightweight fork originating from Oracle's MySQL database.  The Drizzle development team has eliminated all of the features they considered non-essential, leaving behind a leaner, faster version of MySQL.  Users will enjoy the reduced...

2 replies - 19898 views - 03/17/11 by Katie Mckinsey in Daily Dose

Can you use PHP without frameworks nowadays?

Initially I thought the answer was a big "No, you are in the stone age."Then things started changing.The PHP community mindsetFor example, I met Ilia Alshanetsky, a contributor to the PHP core, at the PHP Barcelona conference in October.  He said...

6 replies - 19961 views - 02/17/11 by Giorgio Sironi in Articles

And now instead, 5 things Java envies PHP for

Disclaimer: I do not want to start a religion war on Java vs. PHP. You know the old saying that we should learn a new programming language every now and then? The purpose is to get a fresh perspective and collect new ideas that we can use in our preferred...

26 replies - 10592 views - 01/25/11 by Giorgio Sironi in Articles

5 things that PHP envies Java for

PHP and Java have somewhat different models of execution, contrapposing shared-nothing processes to resident JVMs. But they have also many similarities, like their object-oriented model.I've seen many programmers starting to think that Java is old and...

13 replies - 13143 views - 01/20/11 by Giorgio Sironi in Articles

Caucho's Emil Ong Discusses Resin 4.0

Emil Ong is the Chief Evangelist at Caucho Technology, an independent application server vendor.  Caucho's flagship product is a high-performance, open...

0 replies - 19910 views - 02/15/10 by Lyndsey Clevesy in Videos

Performance Tuning Resources For Web Clients

Recently I have been doing some research on tweaking websites to make them faster (either in reality, or at least in appearance to the client). Specifically the research has been focused on the actual client tier interaction - requesting the page, downloading...

1 replies - 7821 views - 12/09/09 by Craig Dickson in Articles