Applications Made Easy

Appcelerator RIA Journal

Subscribe to Appcelerator RIA Journal: eMailAlertsEmail Alerts newslettersWeekly Newsletters
Get Appcelerator RIA Journal: homepageHomepage mobileMobile rssRSS facebookFacebook twitterTwitter linkedinLinkedIn


Top Stories

Apple Tablet on Ulitzer Apple Tablet on Ulitzer - Appcelerator, a platform which is used to develop Apple Tablet applications, on Tuesday, announced the findings of a new poll taken of application developers about their plans to build applications for the Apple Tablet. Taken last week from a pool of 18,000 of Appcelerator's application developers, 554 developers weighed in with responses about their plans, interests and preferences around Apple's forthcoming Tablet. Appcelerator also announced that its flagship cross-platform product, Appcelerator Titanium, would support the new Apple Tablet. Titanium enables web developers to use industry-standard, open-source Web technologies such as Javascript, HTML, and CSS to quickly build rich, fully native applications that run o... (more)

iPad - What It Means For Developers

iPad on Ulitzer Today was a historic day in computing history. While the techno-geeks will argue for the next several months what this really means and what the Apple iPad is missing or why it’s only a large screen iPod Touch, I’m going to be focused on what I think this really means to some key industries and how Appcelerator can help. From my perspective, web developers are talking up a... (more)

Yahoo Developer Network: featuring Appcelerator

We have been working closely with Yahoo on a number of fronts and we’re pretty excited about the Yahoo YQL integration in Titanium we released in the 0.8 release. More stuff will be coming soon. Here’s a video that Yahoo Developer Network (YDN) featured about Appcelerator and Yahoo on their blog. Enjoy. ... (more)

Building Smartphone Apps

Smartphone apps are the most exciting trend in computing since the advent of web apps.  How do you as a developer take advantage of this?  More generally, how do you do that and get maximum reach for your app across the diversity of smartphones out there.  If you’re writing a consumer app you can get away with just targeting the iPhone (albeit missing some market opportunity).  If you’re... (more)

JSON Serialization with Appcelerator Java Services

The issue of serializing/transforming model objects is not new, heck I’ve been doing this for quite some time: RMI (ejb/corba) XML (jms, soap, etc..) JSON JSON is not the only way to serialize objects for Web 2.0 applications, but it's the most abundant and heavily used throughout the Appclerator framework. Doing this is actually really easy to do with Appcelerator IModelObjects. Ou... (more)