The "One Laptop Per Child" project has a great device ready to ship, but there's no Java on there. Let's think about working together to put Java on OLPC!
Re: Accelerating Database Application Development In Eclipse RCP
Which Rich Client Technology does it support?
SWT, JFace, or also others?
Such as Swing.
A really flexible and true MVC kind of framework would be able to support both (in an ideal world/product )
And some examples like Mattisse for Eclipse show that to a certain extent both can be supported
(though that also seems to exclude SWT for now?)
Theoretically, one abstract interface can unify both worlds. But there are enough differences each has its strength and weakness that we have decided to have two different implementations.
Accelerating Database Application Development In Eclipse RCP
At 5:41 PM on Mar 31, 2006, Riyad Kalla
wrote:
2 replies so far (
Post your own)
Re: Accelerating Database Application Development In Eclipse RCP
Which Rich Client Technology does it support?SWT, JFace, or also others?
Such as Swing.
A really flexible and true MVC kind of framework would be able to support both (in an ideal world/product
And some examples like Mattisse for Eclipse show that to a certain extent both can be supported
(though that also seems to exclude SWT for now?)
Re: Accelerating Database Application Development In Eclipse RCP
This version is SWT/JFace based.We have another version that is Swing based http://www.inpowersoft.com/inpowerformsADF/index.html.
Theoretically, one abstract interface can unify both worlds. But there are enough differences each has its strength and weakness that we have decided to have two different implementations.