Linked by Tim H. on Tue 16th Mar 2004 21:14 UTC
Permalink for comment
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
- Should Smoking Void Warranties?
posted 2009-11-27 - Apple Asks for Permanent Injunction, Psystar Sold 768 Machines
posted 2009-11-26 - FreeBSD 8.0 Released
posted 2009-11-26 - Repositioning the KDE Brand
posted 2009-11-26 - Ubuntu Dumps the GIMP, Really Needs a Paint.NET
posted 2009-11-25 - Genode 9.11 Gets Webkit, USB Storage, lwIP, ARM Support
posted 2009-11-25 - New Screenshots of Firefox for AmigaOS 4
posted 2009-11-25 - Microsoft on Silverlight vs. Standards
posted 2009-11-24 - Chrome OS Security Overview
posted 2009-11-24 - Opera 10.10 Released, Includes Unite
posted 2009-11-24 - IBM Shows off Power7 HPC Monster
posted 2009-11-27 - Dell Releases Experimental, Unsupported Chrome OS Image
posted 2009-11-27 - Distrowatch: First look at Fedora 12
posted 2009-11-26 - Direct2D Acceleration: Firefox Measures up to IE9
posted 2009-11-26 - Chrome Extensions Site Now Open for Uploads
posted 2009-11-24 - Explore Refactoring Functions in Eclipse JDT
posted 2009-11-24 - KOffice 2.1 Released
posted 2009-11-24 - GNOME Journal November Issue
posted 2009-11-24 - Total security in a PostgreSQL database
posted 2009-11-24 - Microsoft Delays Open Source Release Windows 7 Tool
posted 2009-11-24
Recent Original Stories
- Review: iPhone 3GS 16GB, White posted 2009-11-22
- Review: Acer Aspire One AO751h posted 2009-11-22
- Interview: CEO of Kiloo, Maker of App Store C64 Emulator posted 2009-11-19
Recent Comments
Headlines
Random Comments
- Ugh posted 2005-07-25 10:24:13 by Anonymous
- RE[7]: One thing this PR stunt accomplishes: posted 2006-01-26 02:57:22 by smitty
- RE: How good is Lazarus/FPC? posted 2007-09-10 18:41:53 by dr_evil
- RE[6]: not as confusing as it's made out to be posted 2008-09-28 07:27:11 by niemau
- RE: Comment by Thom_Holwerda posted 2009-02-26 13:30:10 by Soulbender
Random Stories
- Windows x64 Watch List posted 2008-09-25
- Mandrake Linux 10 Preview posted 2004-01-06
- Advanced Window Managers in the UNIX World posted 2004-05-06
Random OS Link





"what would your interest be in a XUL based framework - yes, running only on mozilla - that lets you create front-ends to db's, like in Access / VB / Delphi, with data-bound controls and grids."
Especially since JS late binds anyway, why not bind against all interfaces (which we would in the Java class model or .NET class model).
I have thought about this myself. I recently did work in Enterprise Java where I exposed Session Beans as web services. Then I consumed those web services in XUL - using remotely hosted XUL. I had a little framework for 'deserializing' value objects (bulk beans) and all in all it was pretty cool.
I think that if only the Mozilla crew saw that the could be contenders against Remote Avalon they could create an strong competition for that space. As long as they think in terms of email/web browser then Mozilla won't get the support it needs.
Here are my issues with XUL (although I really want to like it). I am suggesting remote XUL as the way to go because users and administrators don't want to deal with installing apps.
1) remote XUL has many issues - by default you get all these popup messages about security when accessing your forms and your data. The support for localization depends on DTD, which is not available in remote xul - big issue.
2) XPCOM is modeled after COM - I mean query interfaces? really? I gave that shit up when I found Java, please a better object model
3) you really are expected to know C++ when dealing with XUL, sure most things can be done in JavaScript. But if we want something that can compete w/ VB or Delphi it needs to have full and clean support in a language other than C++. It needs to be an equal language not a tag on, and I really doubt the Mozilla guys would go for that.
4) The support for vector graphics in XAML is just too sexy for me - unless XUL starts working this way I would keep thinking I was working with second class tools and my heart wouldn't be in it.
5) The little research I did suggested there was not good support for image processing. For example, I want to load in a 20 MB image file and be able to zoom/pan that image very fast and have no flicker or artifacts.
Continuing both 4 and 5 I want a powerful 2D graphics library comparable to Java2D or .NET.
Dune_Buggy: I'm not really into data binding that much. I find it is always to simplistic and has a hard time w/ relationships. If you have a data binding solution that works for you that is great. In the bigger picture, though, XUL serves more as a proof of concept. Sadly MS seems to be the one benifiting from it the most. Hardly a week goes by that I don't wish there was a system that combined the good parts of XUL and XAML and a few other odds and ends.