Developers Create Mobile Facebook App with HTML 5

I should probably send Facebook CEO Mark Zuckerberg a thank-you note. Ever since he told reporters that the biggest mistake his company had made so far was "betting too much on HTML 5 rather than native" in its mobile software development strategy, I've heard from a lot of interesting and creative HTML 5 users with, as you might guess, a slightly different view of the latest incarnation of the venerable markup language. Last week I sat down with two developers who took Mr. Zuckerberg's comment as a challenge.

"We don't want to dis the Facebook team," Jacky Nguyen told me. "The Facebook app is hard, and there are a lot of things about it that make it difficult to build an awesome app that these guys grappled with. But they threw HTML 5 under the bus instead of facing the fact that this was a difficult programming problem that's just as hard to do on native."

Nguyen is lead architect for a Redwood City, Calif.-based company called Sencha, which makes standards-based Web development products, including some HTML 5-based frameworks. He and Jamie Avins, who leads the company's graphics team, were "irked" (their word) by the fear, uncertainty, and doubt Zuckerberg's comment seemed to spread about HTML 5. And they set out, in their spare time, to prove him wrong.

"We got a little mad," Avins admits. "There are a lot of us who believe in this technology, and we don't like it when people say it sucks. We actually saw [Zuckerberg's comment] as a real problem. I went to Jacky and I said, OK, what's it going to take to do this thing? We spent some time researching exactly what they were doing [at Facebook] and what the challenges would be, and Jacky went at it head on."

The two looked under the hood of the FB mobile application, where they say they discovered that most of the so-called native iOS app actually used Web technologies. But the news feed -- the hardest part from a technical standpoint -- was definitely native. That's the part Nguyen rebuilt in HTML 5. He used his company's mobile app framework, Sencha Touch, which is the cornerstone of the Sencha HTML 5 platform. Nguyen matched the look and feel of the FB app, though he didn't build in every feature. In addition to the news feed, he built a multi-touch photo viewer (including pinch, pan, zoom, etc.); the user profile page; the overlays for notifications, friend requests, and messages; and sliding menus.

On Monday, Sencha unveiled the fruits of Nguyen and Avins' labors: "Fastbook," an HTML 5 app for iOS and Android, built entirely in HTML 5, which mimics Facebook's native app, including real FB data access via Facebook's API. A video demo of the app is available on Video. Nguyen and Avins also blogged on the release.

I got to see a demo of the new app on a basket of Apple and Android phones -- including my own iPhone 4S. It performed as advertised.

One of the problems with the public perception of HTML 5 in general, says Paul Kopacki, Sencha's VP of marketing, is that many people think it's just a markup language that's little better than HTML 4.01. But HTML 5 introduced new elements and attributes, full CSS3 support, new audio and video support, 2-D and 3-D graphics, local storage, a local SQL database, Web applications and APIs that can be used with JavaScript.

"When people go wrong with HTML 5, nine times out of ten, they're thinking of it as Web-dev technology," he said. "But it's really a set of app-dev technologies designed to make the browser a legitimate app runtime."

Kopacki also reminded me that there was a bit more to Zuckerberg's now infamous comment than typically gets talked about. He went on to say that "…it's not that HTML 5 is bad. I'm actually, on long-term, really excited about it."

"HTML 5 doesn't have a marketing department," Kopacki added. "Just folks like us, who don't own it, but who love it and believe in it. And we think 2013 is going to be a big year for HTML 5."

On Monday, the standards-setting Worldwide Web Consortium (W3C) announced that HTML 5 and the Canvas 2D specification are now feature complete.

"The broader the reach of Web technology, the more our stakeholders demand a stable standard," W3C CEO Jeff Jaffe said in a statement. "As of today, businesses know what they can rely on for HTML 5 in the coming years, and what their customers will demand. Likewise, developers will know what skills to cultivate to reach smart phones, cars, televisions, ebooks, digital signs and devices not yet known."

About 63 percent of Web and application developers are actively using HTML 5, the W3C said in the announcement.

Sencha also announced the "HTML 5 is Ready App Contest," which invites Sencha developers to build their own apps that "prove the power of HTML 5." The company is offering $20,000 in cash and "cutting edge devices" as prizes. The contest is open now. Details are available here.

Posted by John K. Waters on December 20, 20122 comments


JVM Language Kotlin Hits Milestone 4

Kotlin, the JVM-targeted programming language developed by software development toolmaker JetBrains, passed its fourth milestone this week. The big upgrades in Kotlin M4 (besides the 128 "closed issues") are its improved compatibility with JDK 7 and the introduction of KAnnotator, a tool for automatically annotating developer libraries.

Kotlin project lead Andrey Breslav announced the latest milestone release on the Project Kotlin blog post. Breslav, who is also serves in a Java Community Process expert group for JSR-335 (Project Lambda), said the milestone was released from "under snow," with a link to photos of the Prague street where the company is headquartered buried under the white stuff.

This milestone release improves on the type argument inference (its faster), tweaks the code completion feature, and makes it possible to copy and instance of a data class (data classes were introduced in Kotlin M3) and selectively change some of its properties while keeping the object immutable.

Breslav waxed poetic about the addition of the KAnnotator tool in this release: "A programmer is a lazy creature, and by virtue of our laziness, we want to automate as much as we can," he wrote. "And today, along with Kotlin M4, we roll out KAnnotator: a tool that annotates your libraries automatically (the tool is written in Kotlin, of course)."

Developers simply tell KAnnotator to infer annotations from their jar files, and it then writes them to XML. Breslav shows an example of annotations for methods and fields that can be added to projects and are visible to both the Java IDE and the Kotlin compiler. He adds that this new tool "will grow much smarter" in future versions.

The Czech maker of the code-centric Java IDE, IntelliJ IDEA, began developing Kotlin in 2010 and released it in July 2011 for distribution under Apache 2 Open Source License. Kotlin is a statically typed language similar to Scala, Gosu, Ceylon, and Fantom. It compiles to both JVM byte code and JavaScript. The company has claimed that the language will be more stable at runtime than Java, because it can statically check weak points and it supports things like variable type interface, closures, extension functions, and mix-ins.

"We know that Java is going to stand long, but we believe that the community can benefit from a new statically typed JVM-targeted language free of the legacy trouble and having the features so desperately wanted by the developers," Breslav said at the time.

The company released the first Kotlin milestone (M1) in April 2012 with a plugin for the JetBrains IntelliJ IDEA dev tool suite. The second milestone release, Kotlin M2, was released in June with the added ability to compile Kotlin code to JavaScript within the IDE. The Kotlin plug-in requires the IntelliJ IDEA. Running Kotlin on Android requires the Android SDK.

According to Wikipedia, Kotlin is the name of a Russian island located near the head of the Gulf of Finland, 20 miles west of Saint Petersburg in the Baltic Sea. One of JetBrains’ development offices is located in Saint Petersburg.

Kotlin is currently under active development, More information is available on the Kotlin Web site, and the Kotlin issue tracker. The source code is also available on GitHub.

Posted by John K. Waters on December 12, 20121 comments


VMware Spinoff: Analysts Weigh In

Last week's announcement that VMware is spinning off a new organization called the Pivotal Initiative under parent company EMC to manage its application development and deployment products, including SpringSource, Gemfire, and Cloud Foundry, is probably a good thing for developers. Among other things, says 451 Research analyst Matt Aslett, it will better enable both VMware and EMC to tap into the developer-led adoption of cloud and big data technologies.

Aslett points to 451's survey of storage professionals (through its TheInfoPro service), which indicates that those responsible for purchasing traditional data storage technologies are not currently engaged in big data purchasing decisions. "[O]ur research indicates that adoption of technologies such as Hadoop is being led by functional and departmental business unit development teams rather than strategic corporate IT projects," said Aslett in an e-mailed interview.

The Pivotal Initiative will also manage Pivotal Labs' agile software development tools and services and EMC's Greenplum big-data analytics group. Greenplum in particular will benefit from being part of the Pivotal Initiative, Aslett said, because it will be able to exploit closer relationships with the vFabric, Spring, and Cetas teams.

"EMC has already attempted to bridge the gap with programs focused on engaging with 'data scientists' through its Greenplum, business," he added. He cited an example of potentially "developer-friendly technology" that the Pivotal Initiative might produce: EMC Greenplum Chorus, the collaborative data science and analysis platform originally started by Greenplum prior to its acquisition by EMC. The platform was completed thanks to a joint engineering effort that involved EMC Greenplum, VMware's vFabric Data Director team and Pivotal Labs prior to its acquisition by EMC, Aslett pointed out. 

IDC analyst Al Hilwa says that the spinoff came as no surprise to industry watchers. Paul Maritz, who led VMware for four years, passed the reins to incoming CEO Pat Gelsinger in August at the annual VMworld conference, and rumors of a reorganization have been circulating ever since.

"I think the idea of grouping all the application development and deployment related technologies in one division and separately from virtualization is sound and healthy for developers," Hilwa said. "It has the potential to bring a lot more focus on developers. Placing it with EMC allows VMware to maximize its virtualization opportunities with other platform players, which is, after all, how it is used in customer data centers today. Maritz has the skill, knowledge, and passion to drive this new division, though making money may still be a challenge. Going to market with the broader Pivotal portfolio allows the more marketable and monetizable back-end software and services to essentially pay for developer technologies."

Dana Gardner, principle analyst at Interarbor Solutions, also likes the spinoff plan, but he says the move needs to be about more than development efficiencies.

"It's interesting that EMC and VMware are pooling these specific resources into a new entity," Gardner said. "Platform-as-a-Service (PaaS) is a next big opportunity for cloud, but it needs to be more than appealing to just developers. PaaS needs to provide a consolidation function between various cloud models, and that includes automation for accessing Big Data and analytics resources regardless of where they reside. PaaS also needs to be integral to hybrid computing as an operations model enabler [and] an ongoing lifecycle function…"

Gardner sees VMware and EMC recognizing a larger role for PaaS, and therefore a larger opportunity for the Pivotal Initiative. "Data has long been thought of as a by-product of applications," he said, "but data resources and their business value are the application, increasingly. PaaS entwined with data integration and management functions can, in a sense, redefine applications."

"I'm seeing enterprise IT planners now recognizing that their IT transformation efforts, their Big Data efforts, and their cloud development ambitions all need to be synched and organized in conjunction," he added. "So if EMC and VMware can automate and organize that to a significant degree, it could be a very appealing adoption path for developers, enterprise operators, and cloud service providers alike. And it places them ahead of Amazon, where they need to get."

 

Posted by John K. Waters on December 10, 20120 comments


Do Devs Need Custom Linux Laptops? Dell Thinks So

Rumors began circulating earlier this year that Dell might be developing a laptop specifically designed for developers. Then Barton George, Dell's Web Vertical Director, began blogging about Sputnik, a "scrappy skunkworks project" that would combine the XPS 13-inch laptop with the Ubuntu 12.04 Linux distribution.

About a week ago, George blogged that "Sputnik has landed!" The Austin, TX-based computer maker is now offering a Developer Edition of the machine based on "community input" that "pushed it from an exploratory project to an official product."

I talked with George recently about Dell's decision to create a developer-focused Linux laptop using their popular XPS-13 Ultrabook. He first clarified what Dell means by "Web vertical," his bailiwick.

"That's everybody from the startups in the dorm rooms to the Facebooks and the Googles who use the Web as a platform," he said. "In that space, we believe the developers are the ones who really call the shots. And we asked ourselves, what can we do to make their lives easier?"

George credits Stephen O'Grady, principal analyst and co-founder of RedMonk, for giving him the idea to build an Ubuntu-based laptop. He initially doubted that the idea would fly at Dell (he couldn't come up with big sales predictions for such a targeted device), but it happened that Michel Coté, O'Grady's former colleague at RedMonk, now director of cloud strategy at Dell, was involved with an intra-company incubation fund. George pitched him the idea, and they were off and running.

Dell worked closely with Canonical, the chief commercial sponsor of Ubuntu, on the project. Canonical added the idea of connecting the laptop to the cloud, so that users could develop on LXC containers, replicate the environment on the actual client, and then jettison it to the cloud via the JuJu service deployment and orchestration framework. (Ubuntu's LXC is a userspace tool that controls the kernel namespaces and c-group features to create system or application containers.)

George liked that idea too, because Dell has stepped into the cloud via OpenStack, an open source project made up of several interrelated projects focused on delivering components for a cloud infrastructure solution. Dell is on a list of 145 participating companies that includes AMD, Cisco, Citrix, Intel and Microsoft.

"We suddenly saw this as an end-to-end solution, rather than a point project," George said.

The company unveiled the Sputnik Project in May at the Ubuntu developer conference in Oakland, Calif.

"We were blown away by the response," George recalls. "My blog post, where we announced it, has drawn 63,000 responses -- it normally gets about 500. We could see that we had struck a nerve."

When the company announced the beta program six months ago, it received 6,000 applications from around the world, George says.

Last week Dell officially launched the Dell XPS 13 Laptop, Developer Edition in the U.S. The company is billing it as a "client-to-cloud" laptop. It comes bundled with Ubuntu 12.04 LTS, "augmented with the necessary hardware drivers and basic tools and utilities that support building, testing and producing applications." There's also a beta version of a JuJu cloud launcher and a profile tool meant to provide access to a library of profiles, such as Ruby, Android or JavaScript, "to quickly set up your development environments and tool chains." Both are community projects posted on GitHub.

"A lot of what we're trying to accomplish here with these tools is support for DevOps," Coté said. "To me, DevOps is largely about making development more efficient and getting to production sooner, and tightening that feedback loop developers have between idea, code, and deploy."

George added that Sputnik is not intended to be a "Mac killer." Apple's pricey laptop is a favorite among codederos. But there is in this market a certain amount of low-hanging fruit, he said -- developers who would prefer to be working on open systems, for example, but opt in to proprietary technologies to get something they don't have to fiddle with.

"For that segment, we're offering a compelling alternative," he said.

Much more information about the Sputnik Project is available on the Dell Web site and George's blog.

 

Posted by John K. Waters on December 5, 20124 comments


Java-Based Jelastic PaaS Integrates with Eclipse IDE 

Java-based Platform-as-a-Service (PaaS) provider Jelastic has released a new plug-in for the Eclipse integrated development environment (IDE).

The plug-in is designed to allow developers working with the Java Platform Enterprise Edition (Java EE) to manage their deployments and hosting environments from within the popular IDE.

Jelastic is a Java and PHP cloud hosting platform designed for hosted service providers. It runs any Java application in the cloud, the company says, without code or language changes, and without the need to write for specific APIs. It supports any JVM-based application, including apps developed with Java 6, Java 7, JRuby, Scala and Groovy. The Jelastic platform supports three SQL databases: MariaDB, MySQL and PostgreSQL. It also provides non-SQL database support for MongoDB and CouchDB. And its list of support app servers includes Tomcat (6 and 7), GlassFish and Jetty. Jelastic provides its users with developer tools through plug-ins for such build systems as Maven, Ant, Hudson and Jenkins.

The Jelastic Plugin 1.0, available now from the Eclipse Marketplace or installed automatically from Eclipse, makes it possible for developers to "pick and choose the features you want to use from the wide open-source world of plug-in options," Jelastic PR manager Marina Sprava wrote in a blog post. "Also, Eclipse has some of the best tooling available for JEE projects. Eclipse is more than a Java IDE, it serves a wide variety of purposes -- from Java, AOP, Web, to C/C++ development."

Palo Alto, Calif.-based Jelastic was founded in 2010 by Hivetext, a Zhytomyr, Ukraine-based startup focused on Java application development in the cloud. Ruslan Synytsky, founder and CEO of Jelastic, says that his company’s flagship platform is the first Java PaaS to provide "full application compatibility and developer control," and "the only choice for Java developers" who want to avoid lock-in. The company claims more than 1,500 registered Jelastic developers have deployed nearly 1,000 applications since mid-2011.

James Gosling, the creator of Java, mentioned Jelastic in a recent talk about his new role as a software engineer for Liquid Robotics. It was posted on YouTube by Marakana TechTV, the open-source educational content initiative; he gave the platform a glowing review. 

The company said it plans to offer additional plug-ins for integration with other IDEs in the future.

Posted by John K. Waters on November 28, 20120 comments


Survey Says: HTML5!

Telerik, the company that makes the Kendo UI framework, recently published a survey of more than 4,000 developers, whom they contacted in September about their usage of HTML5. The developers ranged from PHP and Ruby coders to Java jocks and .NET codederos. Among the more noteworthy findings: 82 percent of developers say HTML5 is "important for their job immediately, or in the next 12 months."

"We think that's a pretty un-ignorable stat," says Todd Anglin, vice president of Telerik's HTML5 Web and Mobile Tools group. "In a lot of enterprises we're seeing a shift away from Silverlight and Flash and a rise very quickly in the popularity of HTML5. They're going to have to find a way to adopt these technologies without disrupting the flow and the productivity of their teams."

This survey also suggests that HTML5 adoption is on a faster track than widely believed. Sixty-three percent of respondents said that they are using the technology today.

The folks at Telerik also worked in a question about Facebook CEO Mark Zuckerberg's recent comment that the biggest mistake his company had made so far was "betting too much on HTML5 rather than native" in its mobile software development strategy. Survey respondents said that Facebook's decision to rewrite their HTML5 mobile iPhone app using mostly native code "has had minimal influence on either adoption, or attitude toward adoption, of HTML5. In fact, according to Telerik, 73 percent of the developers surveyed said Facebook's decision had "little to no impact" on their confidence on future HTML5 adoption.

I get a lot of surveys, and clearly, the results of this one are good news for the surveyors, who sell a framework designed to allow .NET and Java developers to use their existing tools and skills to build HTML5 and JavaScript apps and webpages. But it is further evidence that HTML5 is gaining ascendance.

This subject also came up in a conversation I had recently with Embarcadero's Senior Vice President of Product Management Michael Swindell. "This is really about choosing the right technology at the right time for what you want to achieve on the mobile device," he told me. "The mobile devices themselves have limited performance runtimes for things like WebKit and JavaScript. You really have to think about that today when you're building an application. I believe that eventually HTML5 will be perfectly appropriate for a Facebook type of app on the mobile device."

Embarcadero makes a tool designed to allow developers to use the same code base for Web and native apps called HTML5 Builder, so I guess a grain of salt is appropriate here, too -- though I have to add that Swindell is a real veteran of this industry who has seen many changes since his days at the original Borland.

In a long blog post, Jeremy Allaire, CEO of Boston-based online video hosting firm Brightcove, argued that Zuckerberg's "recent public flogging of HTML5" and statements made by the late Apple CEO Steve Jobs "lashing out at Flash" are actually hurting developer productivity. He advocates a hybrid approach:

…With no single company dominating across all categories of devices, app publishers must build for multiple consumer device platforms -- PCs, smartphones, tablets, and smart TVs. To take advantage of these consumer devices and to provide the best user experience and functionality, developers should be building hybrid apps that fuse HTML5 and native code, providing maximum cross-platform leverage, while going native where it counts."

I've been thinking about the tension building among developers around this Web-versus-native argument as just the inevitable stress and strain of evolution. Allaire sees it as potentially more of a religious war. "This is surely an epic time in our industry," he writes.

I think he might be right.

Posted by John K. Waters on November 16, 20120 comments


JCP Executive Committee Election Results

The race for the U.S. presidency has rightly grabbed the headlines, but the results are in for another election that should matter to Java jocks. The 2012 Fall Executive Committee (EC) Election of the Java Community Process (JCP) was completed last week. Java PaaS provider CloudBees and the U.K.-based Java user group London Java Community (LJC) beat out seven other nominees for two open elected seats on the committee. They join newly ratified seat holders Cinterion Wireless Modules, Credit Suisse, Fujitsu, and Hewlett-Packard.

The JCP is the group that certifies Java specifications, and the EC is charged with guiding "the evolution of Java."

This is the first election of members to a new EC that resulted from the merging of two committees -- one overseeing Java SE and Java EE; one overseeing Java ME -- which was finalized in September.

The JCP has been remaking itself for the past two years: In 2010, JCP chair Patrick Curran announced Java Specification Request (JSR) 348, an initiative focused on adding transparency and improving participation, agility, and governance of the JCP. A year later, Curran and company announced plans to combine ECs under JSR 355 ("JCP Executive Committee Merge").

"It seems like the right thing to do," JCP chair Patrick Curran told ADTmag in an earlier interview, "that we should have a single executive committee which will deal with all of the three platforms -- because it is one platform with three flavors."

The JCP EC now comprises 24 members, including 16 ratified members and 8 elected members, each of whom serve two-year terms. The terms are staggered so that 12 of the 24 seats are up for election/ratification every year. Oracle, as the shepherd of Java and owner of the Java trademark, is the only permanent EC member.

Ratified members are nominated by the Program Management Office (PMO) of the JCP, which currently includes the chair of the JCP, Patrick Curran, and three staff members. The nominees are approved or rejected by a majority vote. Any member of the community can run for an open seat.

About a quarter (23.7 percent) of the 1,131 eligible voters weighed in this year, according to the JCP. That's up from last year's 23 percent. The "polls" closed at midnight on Oct. 29. New members of the EC officially assume their roles on Nov. 13.

CloudBees and the LJC beat out five companies (Cisco Systems, Liferay, North Sixty-One Ltd, Software AG and ZeroTurnaround) one individual (Giuseppe Dell'Abate), and a user group (MoroccoJUG).

The responsibilities of EC members include: selection of Java Specification Requests (JSRs) for development, approval of draft specs for public review and final specs, review of TCK appeals and approval of maintenance revisions, among others.

Additional details of this year's election results are available on the JCP Program Office page here.

Posted by John K. Waters on November 5, 20120 comments


Zend to PHP Developers: 'Mobile First'

Today at the 6th annual ZendCon PHP developer conference, underway this week in Santa Clara, CA, Zend Technologies CEO Andi Gutmans plans to unveil his company's new "mobile first" approach to application development, along with an "end-to-end" strategy to help the PHP developer community move into mobile and the cloud.

"The thing to keep in mind," Gutmans told me in a pre-conference interview, "is that it's not mobile or cloud anymore; it's mobile and cloud. They are very much interlinked. I see mobile as the cause and cloud as the effect or enabler. And they're both crucial to the enterprise."

Gutmans said he will be urging attendees to adopt a "mobile first" strategy that addresses what his company sees as "the realities of modern enterprise app development" -- the spread of composite apps, the different requirements of mobile interface design, and the recognition that users are "an essential part of the design process."

"Today, most companies are outsourcing their client-side [mobile] development on Objective C and Java, because they don't have the internal skill set," Gutmans observed. "But as companies begin adopting a more ‘mobile first' approach, they're going to have to make that a core competency."

But the "mobile first" approach is fraught with challenges. Developers have to optimize their applications to individual device form factors and just generally create more collaborative and social experiences. And what developers need to build these kinds of apps is both a cleaner, cloud-services architecture and an agile, iterative development process.

And that's where Zend Server, the company's cloud application platform.

"There's going to be a big focus on the server side," Gutmans said, "because it's really the server-side that has all the intelligence and business logic to deliver a personalized experience to the user. And we need an agile, iterative development process. PHP is well suited to that, because it's user-centric development."

Attendees will also get an update on new and evolving integrations with Zend Server 6, Gutmans said, including Amazon Marketplace, IBM's PureSystems private cloud, Windows Azure, Google, SoftLayer, LogicWorks, and others. Zend announced a big partnership last year with RightScale, provider of an automated, web-based cloud management platform, on a jointly-developed platform-as-a-service (PaaS) architecture for PHP developers. News about an expansion of that partnership is also likely. In August, Zend partnered with VMware to integrate the vFabric Application Director with the Zend Server 6 beta. Gutmans is set to demo the results of that partnership during his keynote.

Earlier this month Zend announced a partnership with Red Hat to make Zend Server available on its OpenShift PaaS platform. The company also integrated OpenShift's client APIs into its Zend Studio IDE. Red Hat is scheduled to hold a Red-Hat-on-Zend-Server hackathon during the conference.

"With Zen Server 5.6 we evolved our product into the cloud, but we realized that, if we really wanted to go all the way [into the cloud], we needed to do some re-architecting," Gutmans said. "Big pieces of it have now been re-architected and Zend Server 6 is completely saleable in the cloud to hundreds of servers. It's also very API centric -- everything is an API; the UI talks to the server through Web services, so anything you can see in the UI can be fully automated and integrated. This enables us to work with these vendors and really embed it in a way that's seamless and native, whether is Red Hat or Amazon."

"We've taken a complete application server-centric view of the world in Zen Server 6," Gutmans added. "You shouldn't care which servers or how many are running your application. It's all about the app: how do I deploy it, make sure it performs, tune it, configure it? Whether it's running on one server or a hundred, you're managing it in exactly the same way."

I asked Gutmans to pick the "killer" new feature in Zend Server 6. He went with user roles in production. "Developers can log into production environments, see what's going on, see how the application is deployed and configured, see the monitoring event, but not be able to change anything," he said. "We really believe that this is going to help bring development and operations together and help them collaborate in an increasingly agile world."

The company is also set to preview the Zend Studio 10 beta at the conference, including such new features as Zend Framework 2 integration, full PHP 5.4 support, and a bunch of productivity enhancements (improves workflows, code assist, wizards, etc.).

Attendees will also get a look at some new client-side development features in the IDE, including "some really cool" drag-and-drop capabilities for prototyping mobile apps. Gutmans also said to look for features that "basically support" the PhoneGap open source mobile development framework. Expect to see drag-and-drop creation of cloud services on the server side, drag-and-drop creation on the client side, and then seamless deployment into the cloud.

"We believe that the web is the platform," Gutmans added. "We believe that the web is the future, and we're betting on web standards. We see a lot of companies putting a lot of effort into getting HTML5 and JavaScript to the right performance on mobile devices. The reality is that, for most apps today, web support on mobile through PhoneGap and these kinds of technologies is good enough. And we're seeing companies bringing mobile development back in-house, getting their mobile teams to focus on it, and making it a first-class citizen in the enterprise."

Zend Technologies is the Cupertino, Calif.-based creator and commercial maintainer of the PHP dynamic scripting language. Zend is run by Gutmans and Zeev Suraski, who are key contributors to PHP and the creators of the core PHP scripting engine.

BTW: The hot swag item at this year's show: a fluffy green elephant, 500 of which will be part of the "Elephant Hunt Challenge." Details were not available at press time, but I was told that if I wanted one, I'd have to join the hunt.

Posted by John K. Waters on October 23, 20121 comments


Compuware Launches APM for Mainframes

They're not in the headlines much these days, but mainframes are still an enterprise mainstay. And yet, says Gartner analyst Jonah Kowall, managing the software that runs on big iron continues to present one of IT's trickier management challenges.

"As applications mature in order to be delivered on mobile, tablet, and new interfaces, many businesses still rely on tried and true mainframe processing for those transactions," Kowall said in a statement.

"Triage and trace of transactions across these discrete tiers is a complex problem to solve," he continued, "which is not helped by separate organizations, monitoring and other tooling ownership between these IT towers. This makes it difficult to determine the impact these transactions have on mainframe resource and application performance."

Compuware Corporation on Tuesday unveiled a new solution for that problem. The Detroit-based provider of application performance management (APM) solutions has combined its dynaTrace, PurePath and Strobe products to form Compuware APM for Mainframe, which provides deep transaction management "from the edge through the mainframe."

Compuware's dynaTrace on-premise suite of performance optimizing technologies was part of last year's acquisition of DynaTrace Software. The company's PurePath Technology provides an in-depth view of application behavior, as the company says, "from user click, across all tiers, to the database and back again." Strobe is the company's mainframe performance analysis solution.

Compuware is offering two versions of the solution: one that utilizes PurePath for z/OS, which supports mainframe CICS applications; and one that relies on PurePath for z/OS Java, which supports mainframe Java apps. Both use the PurePath technology to discover, map, and monitor all transactions automatically through distributed tier and mainframe apps with complete steps and timings.

In this release, Compuware is also touting: zero-configuration instrumentation, a feature that delivers automatic discovery, transaction mapping and "out-of-the-box dashboards for 100 percent deep visibility into mainframe transactions, with no code changes required;" one-click Hotspot analysis, which provides "faster mean-time-to-resolve (MTTR) with one-click hotspot analysis of mainframe applications," including long-running and highly distributed jobs; and one-click Strobe measurement requests, which provides reporting and analysis for profiling mainframe WebSphere Application Server, WebSphere MQ, Message Broker, Enterprise Service Bus, CICS, IMS, Batch, DB2, CTG, JMS, Web Services, and Cobol, PL/I.

APM tools monitor and manage the performance of applications, alerting IT staff in real time to availability disruptions and end user quality issues. Leading products in this category also notice trends and/or early warning signs of imminent trouble and provide automatic resolutions. Compuware is listed among the leaders in this market in Gartner's "magic quadrant." Also listed are IBM, BMC software, CA Technologies, New Relic, AppDynamics, Opnet Technologies.

In January, Compuware teamed with research and analysis firm Quocirca to survey 500 IT executives from organizations in the US, UK, Germany, and France about APM "problems and challenges facing IT executives." APM ranked as a top priority among the IT execs surveyed. Nearly 75 percent said their APM systems "should provide value across the application lifecycle in order to optimize performance of key transactions, reduce release cycle times, and improve the code being delivered to production." And 80 percent said their app monitoring systems should be more proactive to accelerate problem resolution and improve user experience.

John Van Siclen, general manager of Compuware's APM business unit, says he instigated the survey because he felt intuitively that something was changing in the APM market.

 "It felt like APM was moving from an IT tactical toolset for monitoring applications to something more strategic," Van Siclen told ADTmag in an earlier interview. "I seemed to be hearing a lot of executives talking about how they were going to manage the complexity that's exploding in the datacenter in the cloud and at the edge of the network. We wanted to see what the feeling actually was at the ‘C' level. What we found was that this is no longer tactical stuff deep in IT. APM is now seen as a system that needs to be layered in, not just in production, but also in Test and Dev."

"It's pretty clear now," he added, "that people all the way up to the C suite understand that the apps are driving their business and they need to take care of them."

Posted by John K. Waters on October 10, 20120 comments