« February 2006 | Main | April 2006 »

March 19, 2006

Low cost thin client from CLI

Computer Lab International (CLI) has added a mid-range model to its line of thin clients based on Mandrake Linux. The MT1500t supports attachment to VESA-compliant monitors, and works with mainframes, midrange systems, and servers running Linux, Windows, or Citrix. It also sports a local Firefox browser and Java virtual machine.

From LinuDevices

According to CLI, the MT1500t's small size (5.4 x 7.8 x 2.0 inches) allows for mounting on the back of a VESA-compliant monitor, as shown at right. The device weighs 1.4 pounds.

The MT1500t supports screen resolutions up to 1280 x 1024, with 256 colors and "flicker-free" refresh rates of 85Hz, CLI says.

The MT1500t is based on a power-efficient AMD Geode GX@466 processor, and consumes only 5 Watts under normal operation, CLI says.

The MT1500 comes standard with 128MB of Flash storage, expandable to 1GB, and 128MB of RAM, expandable to 512MB. A 10/100 Ethernet interface on an RJ-45 port supports wake-on-lan.

Additional I/O includes PS/2 mouse and keyboard ports, along with four "Type A" USB ports, two RS-232C ports on DB-9 connectors, and a PC-compatible parallel port on a DB-25 Centronics connector. The audio system includes 16-bit stereo FM synthesis, stereo line-out, and an 8-bit microphone input.

Software specs

Supported terminal emulations include:

* IBM TN5250e, TN3270e, 3151
* DEC VT-100, VT-220, VT-320, VT-420
* ANSI BBS, SCO Console
* Wyse WY-50, WY-60
* X11R6 server

The MT1500t also supports Citrix ICA 8 and Microsoft RDP 5, as well as XDMCP, VNC, ThinPrint, and other features available via download. The device additionally includes sophisticated printing software that supports both local and network printers, and comes bundled with an "SNMP Administrator" software package.

Availability

The MT1500 is available now, priced at at about $230 with a keyboard, mouse, and a three-year warranty. A related MT1550g model adds a smart-card reader, while an MT1560g adds a wireless network interface. An MT1500x model that runs a Windows XP Embedded operating system is also available

CLI also offers a slightly higher-end ET4500 range of thin clients based on Mandrake Linux.

Posted by keefner at 11:13 PM

March 11, 2006

Experts Speak at May’s Ajax Experience

Ajax is re-charging server side Java developers’ interest in the client. On May 10-12, in San Francisco, more than 2 dozen of the top names in Ajax will share insights, techniques, and use cases at The Ajax Experience. What exactly is Ajax anyway?

Among The Ajax Experience speakers are: Jesse James Garrett (Father of Ajax), Michael Mahemoff (Creator of Ajax Patterns), Ron Smith, (IBM Fellow), and Don Almaer, (Ajaxian.com co-founder) IDN spoke with Almaer about the event, and about why Ajax has developers – and end users – so excited. The Ajax Experience comes as enterprise interest in Ajax is hitting a tipping point, Almaer told IDN.

“Frankly, we are seeing a lot more interest than I thought we would at this point, and that it would be confined to testing or playing around with it. But the interest in Ajax is way beyond that,” Almaer said, noting a recent survey of Ajax use in the enterprise.

====================================================
The Ajax Experience – May 10-12, 2006 – San Francisco, CA

Join 25+ Ajax experts, including Jesse James Garrett, Michael Mahemoff, Joe Walker, Dion Almaer and leading technologists from Sun, IBM and even Microsoft at The Ajax Experience, May 10, 2006, in San Francisco. Event attendees will receive 3 full days of Ajax technical information, including: architectures, frameworks, use cases, patterns, tools overviews and walk away with know-how for building eye-catching Ajax apps. Click here for program details and registration.
====================================================

“We put a study up at Ajaxian asking questions about how and where developers are using Ajax. And, to our surprise, 70% of developers told us they were well past the testing phase – and already in production. That was amazing to us, and that statistic just shows how easy Ajax is to learn, and how useful it is for some many projects,” he said.

The Ajax Experience event is co-produced by Ajaxian.com and No Fluff Just Stuff, and is being held the week prior to JavaOne. “The thinking here that for all those flying into San Francisco for the annual JavaOne, we wanted to make it easy for them to also come to The Ajax Experience and learn about the client side,” Almaer told IDN.

There’s one more mission behind the Ajax Experience, Almaer added: To dispel the myths that Ajax is just to hard to be useful.

“As soon as Ajax got big, Microsoft and Macromedia are a little afraid of Ajax, I think,” Almaer told IDN. “They say that Ajax is ‘rocket science’ and that you need to hire Adam Bosworth to do this stuff. This event will show developers that is all BS. More than 70% of Ajax users we’ve polled already have Ajax in production, and this event will show developers how applications can written in Ajax in only a couple of days.”

Among other Ajax experts presenting at The Ajax Experience are:

# Ben Galbraith - Book author, Ajaxian-at-Large, and Consultant
# Alex Russell - Founder & Project Lead for The Dojo Toolkit
# Dylan Schiemann - Co-founder of the DoJo Toolkit
# Bill Scott - Creator of Rico & Ajax Evangelist at Yahoo!
# Bob Ippolito - Creator of Mochikit
# Brad Neuberg - Creator of Really Simple History, AMASS, Dojo Contributor
# Bram Smeets - Interface21, Core Developer of Spring Modules and DWR
# David Geary - Best-selling author on Java component frameworks
# Eric Pascarello - Co-author of Ajax in Action
# Jason Hunter - Author of Java Servlet Programming
# Jonathan Hawkins - Microsoft Atlas Lead
# Rich Manalang - Creator of Monkeygrease


In the following IDN interview, Almaer tells us more about what these Ajax experts will share during The Ajax Experience, and offer some quick ideas on how Ajax is changing the way devs think about client-side apps and a tip or two for how Ajax can impress the boss.

An Integration Developer News
Interview with
Dion Almaer, Co-Founder of Ajaxian.com
(and presenter at The Ajax Experience)

IDN: What exactly is in Ajax, and how did it come by its name?
Almaer: Ajax was coined by Jesse James Garrett, who is a UI guy, not a techie dev guy, really. He was talking to business people about some of the cool new things he could do on the client, like real-time refresh, and they had a hard time getting it. So, he spelled out the pieces. And, Adam Bosworth brought in the XML-HTTP request object, which lets you go dynamically back to the server and request more info whenever you want, so you don’t need to do full page refreshes.

# [Wikipedia defines Ajax as a collection of technologies, like LAMP (Linux, Apache, MySQL, PHP/Perl scripts) is for the Open Source stack. The Ajax components include: XHTML (or HTML), CSS, for marking up and styling information.
# The DOM accessed with a client-side scripting language, especially ECMAScript implementations like JavaScript and JScript, to dynamically display and interact with the information presented.
# The XMLHttpRequest object to exchange data asynchronously with the web server. In some Ajax frameworks and in some situations, an IFrame object is used instead of the XMLHttpRequest object to exchange data with the web server.
# XML is commonly used as the format for transferring data back from the server, although any format will work, including preformatted HTML, plain text, JSON and even EBML.]

IDN: Is the Wikipedia definition common for all Ajax apps or users?
Almaer: That’s what exciting about Ajax. For us, we see it slightly differently than Jesse [James Garrett] does. We see Ajax as an architecture -- and not just a set of technologies. So, ability to go back to the server at any time and change multiple pieces on the page is the key concept [behind Ajax]. There are frameworks that make it easier and will degrade for you, and let you create a hidden “I Frame” for example. And, we also consider Flash a part of Ajax, while Jesse does not.

IDN: I assume all these technologies will be discussed at The Ajax Experience?
Almaer: Absolutely.

IDN: Are there any other technology pieces you find interesting for Ajax?
Almaer: There is a bridge that lets you talk between JavaScript and a webpage and Flash. So, that means you can have a little Flash component you could use to display web stats or give you an interactive chart in Flash. We can also use Flash to kick off audio, so the user experience is way beyond just XML or CSS.

IDN: What are some cool examples of where Ajax gives me that real-time browser experience?
Almaer: Well, there are so many cool ones. We see live polling a lot. And, with Jot live, which lets you share documents, with Ajax you share your documents live in your browser and as you are typing it will show up in all the browsers of the people you are sharing with.

And, we also built our own version of Google Maps with Ajax, where you can fly through the air and do other keen stuff in real-time without refreshing your browser. We built that application in less than 2 hours.

IDN: What do you think is behind the spike in interest in Ajax?
Almaer: Well, when Flash first came out it offered some very cool effects for browsers. But, people also got burned using it too much or had trouble working it with JavaScript, and so people left the client and focused on the server. But now, client development is cool again, and today it is much easier. Google Maps and gMail have been a wake up call for us in enterprise development to start paying more attention to the client again. After all, that is what the user sees. And, as Java becomes more competitive for developers, people are really seeing how Ajax work on the client can really differentiate themselves from competition.

IDN: What’s an example of where the business guys actually encourage Ajax work?
Almaer: Well, we know a travel company that offers an itinerary builder. Before Ajax it was spec’ed to be very cumbersome, and used something like 12 different screens. I could use Ajax to do all that in one screen, and it would only take a few days. And it gives the user a really cool experience. He can click on day 1, see a virtual tour of the Louvre, and then with one click move to day 2 – on the same screen. He would just see the Louvre tour fade away, and take him to Day 2’s activity.

IDN: That’s a cool B2C example. How about for the enterprise? Is Ajax also getting traction for portals, both with customers and within a company?
Almaer: Absolutely! Ajax means we can finally do portals right. Portals with Ajax are so much easier to build, and the user experience is so much richer, and we’ll be talking about that also at The Ajax Experience. In the early example, every little portlet in the browser page was an “I Frame”. That was a nightmare. You would hit the back button once, and all of a sudden all your portlets would be out of synch. And, in the Java world, we would do a lot of that work on the server, which could be difficult because anytime you would change anything on the portlet, it would have to call back to the server to regenerate the whole screen. It really could be a huge mess.

IDN: And Ajax cleans up that mess how?
Almaer: With Ajax, we can now build a little portlet that has its own life cycle. Such as stock tickers that can change to show you different ticker symbols without having to go back to the server every time.

IDN: And, with so many tools and server side vendors supporting Ajax, do you see Ajax getting even easier?
Almaer: Yes, Ajax will get a lot easier There are a number of areas where vendor support is on-going, and will get better for Ajax. Java Server Faces, for instance,. will get more AJAX support and even make it drag and drop. And with Tibco, you will also get drag-and-drop, so you will start with a blank pallet to drag things around to generate Ajax apps – it will be just like Visual Basic insofar you will have a client application without having to write code. And, it will integrate with web services and everything else.

Get Started with Ajax Patterns, Frameworks
IDN: Any other Ajax trends that attendees will get tuned into at The Ajax Experience?
Almaer: Another big step ahead we’ll be talking about is the Ajax framework bandwagon, which will take care of a lot of the client integration and browser bug issues. Dogo, Prototype and Sciptaculous will be discussed.

IDN: And will you offer user advice for getting started?
Almaer: There will be talks on Ajax patterns, such as fade-anything and update-live. While these are cool techniques for the developer, it is important not to get carried away, and to offer prompts for notifying the user that these new ways of changing their page are taking place.

IDN: Sounds like Ajax can give me both the steak and the sizzle?
Almaer: Exactly, and we will share a bunch of real-world case studies on killer AJAX technologies. Also, a whole bunch of Java vendors will be there and show you how to write Ajax apps from scratch. It’s going to be a great event.

Posted by keefner at 09:47 PM

Google Office Thin Client

It plans to deliver office-productivity applications online, through a Web browser -- what's known in the industry as a "thin client."

news source

Google Office in the offing
The search engine wants you to write and store documents online for a simple reason: more room for advertisements.
Business 2.0 Magazine
By Om Malik, Business 2.0 Magazine senior writer
March 10, 2006: 11:03 AM EST

SAN FRANCISCO (Business 2.0 Magazine) - Google's acquisition of Upstartle, the Silicon Valley-based provider of Writely, a Web-based word processor, is the surest sign yet that the company plans to take on Microsoft in the market for office-productivity software.
Assembling an office

But that competition may be less of a grand plan to challenge Microsoft (Research) than a byproduct of Google's relentless need to expand its core business of selling online advertising.

Writely, featured in Business 2.0's recent list of 25 hot Internet startups reinventing the Web, lets users write documents with an interface similar to that of Microsoft Word, taking advantage of the Internet by letting users store and share documents online. Writely would take its place alongside Google's Gmail and CL2, an online calendar application that's in the works, forming the backbone of an office-productivity suite that would compete with Microsoft's Word and Outlook applications.

While Google (Research) supports OpenOffice, a Sun Microsystems (Research)-sponsored open-source project, and has hired engineers who volunteer for the project, it has denied interest in making and distributing such software itself.

But documents accidentally posted online by Google last week show that the search engine does, in fact, have such ambitions. The difference is that it plans to deliver office-productivity applications online, through a Web browser -- what's known in the industry as a "thin client." Google plans to keep most of its software code on its vast array of servers, unlike Microsoft, which develops complex applications that reside primarily on a PC's hard drive.

The leaked documents stated that the online-application strategy "will help us make the client less important...which suits our strength vis-a-vis Microsoft and is also of great value to the user....Gmail started to do this for webmail, but that's just a small first step. Infinite bandwidth will make this a reality for all applications."

The presentation focused on Gdrive, an online storage vault where Google users can keep documents, spreadsheets, bookmarks, and other data. Gdrive has not yet been officially announced.
Finally, broadband abounds

"It could not be clearer that Google is going back to the concept of network computer, doing an end run around Microsoft," says Ben Schachter, an Internet analyst at investment bank UBS.

The "network computer" was a concept popularized by Oracle (Research) CEO Larry Ellison in the 1990s, in which stripped-down computers would run software over a network rather than off a local hard drive. Such devices failed to gain traction in the marketplace because of a dearth of broadband connections.

Since then, says Schachter, broadband has spread and technology has evolved enough for Google to revive the idea. "They might have learnt from the mistakes of the past," he says.

Network speed and reliability have made users more confident in Web-based software. And technologies like Ajax -- the programming techniques which allow Google Maps users to scroll smoothly through an online map -- have made browser-based applications more responsive and user-friendly. These developments have been key in making Web applications competitive with the kind of desktop software Microsoft makes.
Spurring growth

But competing with Microsoft is more of an afterthought for Google, which is contending with Wall Street's high expectations for continued growth. Browser-based applications like Writely could feature Google's contextual advertisements, a business which is projected to grow to $9.5 billion this year.

"It is the cheapest way to generate pages on which you can stick ads," points out Chris Winfield, president of global search engine marketing firm 10e20, and a longtime Google watcher.

For Google, which prizes the math Ph.D.'s it has on staff, the calculation is alarmingly simple. Google makes around $16 per user per year in advertising. There are more than 300 million Microsoft Word users today. If Google persuades some of those users to use its Web-based software instead of Word, and they spend more time using other Google tools as a result, Google could boost its per-user advertising sales. Even a $1 boost per user translates to $400 million in additional revenue.

And if that happens to hurt Microsoft's sales of Office? An unfortunate accident of business.

Posted by keefner at 09:35 PM

March 07, 2006

IGEL to show off new Windows XPe clients

Company also plans to announce software for managing a network of its thin clients

Source

By Elizabeth Montalbano, IDG News Service

March 06, 2006

With an eye toward the U.S. and U.K., IGEL Technology will show off a new line of Windows XP-based thin clients this week at the Cebit conference in Hanover, Germany.

IGEL, based in Bremen, Germany, last December opened a U.K. subsidiary and hopes the new hardware will allow the company to expand outside its continental Europe home base, said Frank Lampe, marketing manager for IGEL.

IGEL has been offering Unix-based terminals since the 1980s, but today is better known for offering Linux and Windows CE 5.0 thin-client technology, he said.

The company saw an opportunity to reach more customers by expanding its thin-client offerings to include systems running Microsoft's XP Embedded (XPe) OS, Lampe said. XPe is a version of Windows XP Professional that is available in different components, designed to let developers decide which features of the OS to embed in a system. "Componentized" OSes are often used in vertical-industry hardware.

"In Germany many people are content with Linux, but in the U.K. and the U.S. many customers are afraid of Linux -- they want standard technology, which to them means Microsoft [software]," he said.

Like IGEL's Linux-based thin clients, the XP offerings will come in Compact, Smart, Winestra, and Premium editions. The IGEL-5512 XP Premium edition shipped in December 2005, and the Compact series of XP clients will be available for customer evaluation at Cebit, Lampe said.

The other editions of XP clients will follow, with the Smart series making its debut by the end of March, he added.

Sales of thin clients rose 46 percent in 2005, according to research firm IDC. That was more than double IDC's projections in 2003 that the market would grow at a rate of 22.8 percent from 2003 until 2007.

IDC currently ranks IGEL fifth in market share among thin-client vendors worldwide, Lampe said. He said the company hopes to gain more market share, particularly in the U.S. and U.K., with the release of the Windows XP thin clients.

Other companies that offer thin clients are Wyse Technology, Hewlett-Packard, Sun Microsystems, Dell, and Neoware.

In addition to highlighting its new XP thin clients, IGEL also at Cebit plans to announce a new version of its Remote Management Suite, the company's software for managing a network of its thin clients.

Posted by keefner at 02:28 PM