SKITSANOS FOR RIA

Skitsanos

Saturday, December 30, 2006

Aptana - The Web IDE

Looking foir IDE to develop and debug your Web 2.0/RIA application? Try Aptana.

Aptana is a robust, JavaScript-focused IDE for building dynamic web applications. Highlights include the following features:

  • Code Assist on JavaScript, HTML, and CSS languages, including your own JavaScript functions
  • Outliner that gives a snapshot view of your JavaScript, HTML, and CSS code structure
  • NEW: FTP/SFTP uploading, downloading and synchronization
  • NEW: JavaScript debugger to troubleshoot your code
  • Error and warning notification for your code
  • Support for Aptana UI customization and extensions
  • Cross-platform support
  • Free and open source licensed under the Eclipse Public License, v1.0.

Visit http://www.aptana.com/ for more details.

Friday, December 29, 2006

SSLBridge: AJAX Samba Client Released

Jim Kern has created SSLBridge, an AJAX enabled Samba Web GUI, and has released it using the GPL open source license. The web GUI that provides users access to corporate documents without any specialized hardware or software clients. With SSLBridge users can remotely access their servers and Network Neighborhood using just a browser.

AJAX3D - The Open Platform For Rich 3D Web Applications

AJAX3D combines the power of X3D, the standard for real-time 3D on the Web, with the ease of use and ubiquity of AJAX. AJAX3D employs the X3D Scene Access Interface (SAI) the X3D equivalent of the DOM to control 3D worlds via JavaScript. With the simple addition of an X3D plug-in to today's Web browsers, we can bring the awesome power of video game technology to the everyday Web experience.

AJAX-Style Programming Meets Java: OpenLaszlo and Java ME Technology To Be Integrated

'This collaboration will bring the richness of the modern web, the power of Java technology and the unique capabilities of OpenLaszlo together for the benefit of our respective developer communities,' said Robert Brewin, CTO of Sun Microsystems' software group, as Sun and Laszlo Systems today announced a collaboration to enable OpenLaszlo applications to run on devices supporting Java ME.

How Many Rows of Data to Use with Spry

Quite interesting stuff from WebProNews site

Bob sent in an interesting email to me: Ray, we're about to use spry on one of our sites but i was wondering what you would recommend to be the max records to return in the XML? We may have 2,000 records returned at a time (in a directory format)? Do you have any performance tips etc. When it comes to determining how many rows of data should be returned, you can't just focus on the number ...

MySpace, YouTube successes open door to Web 2.0 dangers

Web 2.0, and Ajax in particular, are introducing new threats to life on the Web. Many people are rushing to add interactive features to their Web applications using Ajax, but as columnist Mike Cobb explains, security has often been overlooked.

Software enables online reservations

Incorporating Web 2.0 practices, RESX v6.3 self-service, online booking tool provides travelers with intuitive booking process similar to consumer online booking tools, but with industry-leading configuration, policy enforcement, and administration. It includes air pricing matrix, style sheets for corporate customization and branding, and user profile display.

JBoss Tackles AJAX, Web 2.0 with Seam Update

JBoss, a division of Red Hat, has announced an update to its powerful, application framework for Web 2.0 applications, JBoss Seam. The framework unifies and integrates popular service-oriented architecture (SOA) technologies such as Asynchronous JavaScript and XML (AJAX), JavaServer Faces (JSF), Enterprise JavaBeans 3.0 (EJB3), Java portlets, business process management (BPM) and workflow

Google Open-Sources AJAX Toolkit

Heavy open source software user and Internet search giant Google last week unveiled a fully open source version of its Google Web Toolkit, GWT 1.3 Release Candidate, available for free under the Apache 2.0 open source license. The toolkit is built around Google's code for Asynchronous Javascript and XML development

Platform 4.5 Expands EW 2.0 For AJAX Developers

Nexaweb Technologies, Inc., provider of the leading standards-based platform for building and deploying Enterprise Web 2.0 (EW2.0) applications, has announced the availability of Nexaweb Platform 4.5. Version 4.5 builds on the success of earlier editions by delivering the industry's first EW2.0 solution in compliance with Section 508 Accessibility

Monday, December 18, 2006

XML UI with Active Widhets

Hi guys,

I was looking into how Active Widgets (http://www.activewidgets.com) looks like and came up with an idea, actually it is like another way of using AW for writing own webware applications. For me used to AJAX platform languages like Backbase and Flex, I prefer to write my application in XML like language, where final "application" getting rendered on-fly to browser as XHTML for example.

So instead writing tons of JavaScript I just do, for example:

<gf:list id="">
<gf:listitem>Item #1</gf:listitem>
<gf:listitem icon="favorites">Item #2 (with icon)</gf:listitem>
</gf:list>


Thursday, December 14, 2006

Lollygag AJAX Framework

Lollygag is the framework for building AJAX applications with the .NET Framework. It has a number of features that make it better than Microsoft Atlas (Read a detailed comparison) .

Lollygag is a free framework for building "true" AJAX applications. You can take advantage of the Lollygag framework to build highly interactive, database-driven, Web applications.

Here are some of the key features of the Lollygag framework:

  • Powerful Widget Framework
    The Lollygag framework includes a rich set of client-side widgets that you can use to display database data, perform form validation, and create rich animations. You declare widgets in a page in exactly the same way as you declare HTML tags.
  • Autocomplete Support
    When you declare Lollygag widgets in a page, you get full autocomplete support while you type. To get autocomplete support, you must use an XML aware development environment such as Microsoft Visual Studio .NET.
  • Declarative Database Access
    Accessing database data with the Lollygag framework is easy. You can bind client-side widgets directly to data exposed by a database or you can bind widgets to data exposed by a business object.
  • Secure Form Validation
    When taking advantage of the Lollygag framework, you specify how a form field is validated only once. The validation is automatically applied on both the server and the client. Unlike other frameworks that only provide validation on the client, the Lollygag framework prevents malicious users from bypassing client-side validation and submitting data directly to the server.
  • Rich Animation Framework
    Lollygag includes an entire animation framework. You can take advantage of animations to create different effects such as fades and wipes.
  • Cross-Browser Support
    The full Lollygag framework works on the latest versions of Internet Explorer, Firefox, Safari, and Opera.
  • Automatic JavaScript Compression
    The Lollygag framework compresses all JavaScript sent to the browser automatically. Any custom JavaScript code that you write as a developer is also compressed automatically.
  • Powered by .NET
    The server-side portion of Lollygag is built on the Microsoft .NET 2.0 Framework. You can build server-side business objects using standard .NET languages such as C# and VB.NET. Lollygag client-side widgets can consume data exposed through server-side objects.
  • Free
    The Lollygag framework is free. You can download the framework and start using it to build new applications right now.
{Skitsanos Notes} Basically you can consider as quite good and free alternative for frameworks like Backbase and Adobe Flex, for the moment you don't have all these cool UI Widgets, but Lollygag is quite simple to extend. At least for me as a developer of all sorts of development tools and components this framework seems very promising. Only part is missing in Lollygag as i can see at this moment is XmldPlugin.NET part that renders XML application markup into regular HTML or whatever else format...

Wednesday, December 13, 2006

Berkeley DB XML 2.3 Announced

Berkeley DB XML 2.3 is new release with significant new features, bug fixes, and performance improvements.

1. Performance

  • an improved node storage format
  • enhancements to the query optimizer and execution engine
  • support for multi-version concurrency control document containers
2. XQuery implementation is compliant with the Proposed Recommendation from the W3C
3. Improved integration with various languages and externalXML parsers

This release of Berkeley DB XML improves many aspects of query planning and execution. Using indexed node storage, users will generally experience significant speed increase. A new event-style layer allows for tight coupling between Berkeley DB XML and other XML processing
code. This greatly enhances integration with programming languages and XML parsing libraries by eliminating the need to create and then re-parse XML content. The W3C XQuery 1.0 specification is nearing completion and this release of Berkeley DB XML is compliant with the
current Proposed Recommendation.

Berkeley DB XML is an excellent solution for mid-to-edge tier as well as device resident XML storage and management providing sophisticated database features in an embeddable solution.

Download the source code along with complete documentation and entire test suite at:

http://download.oracle.com/berkeley-db/dbxml-2.3.8.tar.gz
http://download.oracle.com/berkeley-db/dbxml-2.3.8.zip
http://download.oracle.com/berkeley-db/dbxml-2.3.8.msi

Thursday, December 07, 2006

Wdk4RB update

Update for Wdk4RB CGI development framework for RealBasic Developers. Please checkout updates for Response and request classes.

Wdk4RB would play great role in developing Web 2.0 applications with using Backbase AJAX framework for Windows, Linux and MacOS driven web servers.


wdk4rb.rbp

Saturday, December 02, 2006

Logi 8 - A New Standard for Pure Web-based Business Intelligence and Reporting

Comming January 15, 2007, Logi 8 Will Offer a BI Platform that Incorporates a Wider Range of Functionality Than Any Company in the Industry Logi 8 is the next generation of LogiXML’s Unified BI Platform, integrating all Logireporting and analysis products: Logi 8 Ad Hoc, Logi 8 Info, Logi 8 OLAP and Logi 8 Mart. Some of the many improvements you will see in Logi 8 include AJAX and .NET 2.0 technology updates as well as various usability improvements and increased interactivity and personalization. In this spirit of open, interactive and collaborative technology advances, Logi 8 lays the foundation for growing with you and providing a robust BI 2.0 platform to help you take your BI initiatives to the next generation and to the masses of users across your organization.

Friday, December 01, 2006

New Bitrix Site Manager 5.1 (CMS): even more rapid and productive!

Bitrix Inc. announces the release of new Bitrix Site Manager 5.1 – web content management system. The new version has been globally verified and optimized, which resulted in 40% increase of operation speed. Customers now enjoy new AJAX-enabled user interface.

WhatsYourDomain.com launches new site with Ajax

WhatsYourDomain.com would like to announce the launch of their new site equipped with Ajax. This web development technique will provide users with a fast and dynamic domain name search that provides instant results.

Software AG: The XML - oops - SOA company

Software AG has built a global customer base over 35 years by being an early mover in a couple of major technology trends. The company introduced one of the first databases, Adabas, in the 1970s, a platform-independent computer language, Natural, in the 1980s and an XML (Extensible Markup Language) server, Tamino, in the 1990s.

Checkout the interview with Peter Kürpick, member of the Software AG executive board.

Business Objects Acquires Nsite Software, Inc

Business Objects , the world's leading provider of business intelligence solutions, today announced it has acquired Nsite Software, Inc., a Sunnyvale, California-based software-as-a-service provider.

Web 2.0: Ingredients For A Site Makeover

Putting up a few links and images doesn't cut it anymore. To bring your site into the Web 2.0 world, you need to know about Ajax, Active X, RSS, and other key technologies.

View article...

Webware development dedicated blog by Skitsanos R&D Labs. ASP.NET, XML, RIA, Adobe Flex, ActionScript 3, AIR, AJAX, Web 2.0, Backbase, CGI development with RealBasic and other web development issues.
News
Downloads