Feeds:
Posts
Comments

cromeGoogle Chrome OS is an open source, lightweight operating system that will initially be targeted at netbooks. Later this year we will open-source its code, and netbooks running Google Chrome OS will be available for consumers in the second half of 2010. Because we’re already talking to partners about the project, and we’ll soon be working with the open source community, we wanted to share our vision now so everyone understands what we are trying to achieve.

Speed, simplicity and security are the key aspects of Google Chrome OS. We’re designing the OS to be fast and lightweight, to start up and get you onto the web in a few seconds. The user interface is minimal to stay out of your way, and most of the user experience takes place on the web. And as we did for the Google Chrome browser, we are going back to the basics and completely redesigning the underlying security architecture of the OS so that users don’t have to deal with viruses, malware and security updates. It should just work.

Google Chrome OS will run on both x86 as well as ARM chips and we are working with multiple OEMs to bring a number of netbooks to market next year. The software architecture is simple — Google Chrome running within a new windowing system on top of a Linux kernel. For application developers, the web is the platform. All web-based applications will automatically work and new applications can be written using your favorite web technologies. And of course, these apps will run not only on Google Chrome OS, but on any standards-based browser on Windows, Mac and Linux thereby giving developers the largest user base of any platform.

Google Chrome OS is a new project, separate from Android. Android was designed from the beginning to work across a variety of devices from phones to set-top boxes to netbooks. Google Chrome OS is being created for people who spend most of their time on the web, and is being designed to power computers ranging from small netbooks to full-size desktop systems. While there are areas where Google Chrome OS and Android overlap, we believe choice will drive innovation for the benefit of everyone, including Google.

We hear a lot from our users and their message is clear — computers need to get better. People want to get to their email instantly, without wasting time waiting for their computers to boot and browsers to start up. They want their computers to always run as fast as when they first bought them. They want their data to be accessible to them wherever they are and not have to worry about losing their computer or forgetting to back up files. Even more importantly, they don’t want to spend hours configuring their computers to work with every new piece of hardware, or have to worry about constant software updates. And any time our users have a better computing experience, Google benefits as well by having happier users who are more likely to spend time on the Internet.

We have a lot of work to do, and we’re definitely going to need a lot of help from the open source community to accomplish this vision. We’re excited for what’s to come and we hope you are too. Stay tuned for more updates in the fall and have a great summer.

by Google Chrome Blog.

Rich Show
The use of Web 2.0 technologies in enterprise systems is changing the way organizations create, integrate, explore, analyze, and deliver information. Used wisely, Web 2.0 can significantly improve the productivity and effectiveness of business users. In this article, I explore new Web techniques that aid the development of richer and more flexible business intelligence (BI) applications, focusing specifically on technologies for building rich internet applications (RIA) and an associated web-oriented architecture (WOA).

Rich Internet Applications
Since the early days of the mainframe, user interfaces have gone through four generations of technologies:
1. Dumb terminals that provided a secure, easy to maintain, but basic user interface.
2. Client/server computing where most of the user-interface processing was offloaded from host servers to desktop client computers. This approach provided a richer and more interactive interface, but increased hardware costs and the complexity of securing and maintaining the user-computing environment.
3. Web 1.0 technologies where most of the user-interface processing was moved back to host servers. The use of web technology eliminated many security issues and reduced hardware and maintenance costs, but it also led to static user interfaces and new web-related security issues. .
4. Web 2.0 technologies where the user-interface processing is split between the user’s computer and the host server. Most of the user interface rendering, however, is done on the user’s computer. This approach improves the richness and interactivity of the user interface, and is ideally suited to the dynamic nature of BI applications. These technologies, however, often increase development complexity and the security issues that exist in the web environment. Applications built using Web 2.0 approaches are often called rich internet applications (RIAs).
Web 2.0 RIA technologies represent some of the best approaches developers have ever had for building and deploying highly usable, rich, and dynamic user interfaces. One key aspect of the RIA approach is that the user’s web interface does not have to be completely refreshed after each interaction. With the good design practices, this approach improves responsiveness and interactivity.

The dynamic RIA approach, however, is not required in all cases. The server-side user-interface rendering of Web 1.0 has the advantages of supporting older web browsers, being easier to develop, and being faster for static content.

There are a number of technologies for developing RIAs. The two common ones, from a user interface perspective, are AJAX (synchronous JavaScript and XML) and Adobe Flex/Flash. There is considerable debate in the industry about which of the two is better. One issue is that not all of Adobe Flex/Flash is open source. In reality, however, the two options are not mutually exclusive. AJAX is better for some applications, whereas Flex/Flash is more suitable for others. The two can also be combined in the same application. Many BI vendors support both approaches.

Before Web 2.0, many companies (and also BI vendors) supported web-based portals that offered role-based and tailored interfaces for business users to access and interact with multiple IT applications. In a portal environment, the user’s screen consists of multiple segments where each segment, or portlet, interacts with a specific application or service. Initially, these portlet interfaces were unique to each vendor’s portal product, but there has been a trend to standardize these interfaces so that portlets can be used by multiple products.

With the advent of Web 2.0, developers have created gadgets that provide a similar capability to portlets. The different is that a portal is not required to use them (or in some cases even a web browser). Some portal vendors are now providing portal wrappers for gadgets that enable them to act as portlets.

Gadgets are very easy to add to a web page, and some vendors now offer user interface mashups that allow users to quickly add gadgets to a web page and connect them together. To demonstrate the power of this approach, BI vendors often demonstrate a mashup consisting of a gadget that retrieves information from a data warehouse and displays geographical information using a Google Earth gadget. Mashups are an ideal approach for quickly building temporary BI applications and for prototyping.

Web–Oriented Architecture.
One key aspect of using Web 2.0 in the enterprise is a distributed computing environment using a services-oriented architecture (SOA). Although an SOA is often thought of as a new approach, it is not. Companies have been building distributed systems for years. In the past, however, the technologies used were often unique to each vendor (DCOM and CORBA, for example), which made interoperability in a heterogeneous environment difficult and complex. Web services technologies have helped reduce this complexity through the use of open standards.

While many companies have been successful with building an SOA, many others have not. One of the biggest issues is retrofitting existing legacy applications into an SOA. This is complex and resource intensive, and has also been difficult to do for vendors of existing BI and data integration products.

A service-based architecture is easier to implement when applications and tools are designed from the ground up with an SOA in mind. In this case, the applications and products can be built using Web 2.0 technologies and designed as components that can easily be implemented and called as services. This so-called web-oriented architecture (WOA) approach represents a subset of a full SOA environment, and is ideally suited to supporting rich internet applications.

While many of the WOA services are implemented using more traditional web services technologies such as WSDL/SOAP, there is trend towards using simpler and more flexibly technologies such as REST. This is especially the case when building light-weight and point-to-point web solutions. Development is faster and easier, and is also ideally suited to prototyping. The downside is less security, reliability, and scalability. Again one solution does not fit all – each technology has its own strengths and weaknesses.

What About Data Integration?
So far we have talked about integration at the user-interface level using an RIA, and at the application level using a WOA and SOAP/REST protocols. The remaining topic to consider is the use of these Web 2.0 technologies in data integration.

A WOA can support data-centric services in addition to application services. A data service could, for example, access information from a data warehouse, do a data lookup, validate data quality, perform a data transformation, or do some data analysis.
In data integration, as with user-interface and application integration, there is move to provide light-weight web development approaches. Several vendors, for example, support the concept of a data mashup where multiple XML data streams and files can be easily combined and transformed into an output XML data stream that in turn can be used in a gadget or user interface mashup. Examples here include IBM InfoSphere MashupHub and the Denodo Data Mashup Server.

Conclusions
There are a wide range of Web 2.0 technologies appearing on the market that improve the richness and interactivity of the Web user interface and support a services-based architecture. Many of these technologies support light-weight user-interface development, a web-oriented architecture, and simple data integration. All of these technologies can help improve the usability of data integration, business intelligence, and information delivery. They are also useful for prototyping and building temporary applications. A small percentage of temporary applications will become permanent, made more robust, and offered to a wider range of users.

Many BI vendors are now beginning to support the Web 2.0 technologies outlined in this article. You must evaluate how these BI offerings support your organization’s Web 2.0 and Enterprise 2.0 strategies, and whether the “new” offerings are simply lipstick on old products, or truly represent a new approach to BI development and deployment.

source: Colin White “http://www.technologytransfer.eu”

Older Posts »