Article

Time to step aside.

Today was my last work day at noLimits, while packing I could not stop thinking about the sadness I felt, even do I did the right thing. But I guess I can not feel in any other way, I put my best into the company and I’m extremely proud of the infrastructure, technologies, methodologies and people I have influenced as I am with the products we imagined, implemented and delivered, it would be hard to forget all those sleepless nights, thought milestones, challenging requirements, exhausting brainstorming sessions and exalting team moments when everything „just” works as beautifully as we imagined.

But life goes on, and I’m looking forward to start working again with the company which helped me become what I am, hopefully my knowledge, attitude and experience will help both Nethrom the company as it’s clients.

Article

XForms on top of SWT?

Well, I would definitely fancy that, XForms with SWT yummy. I watch the Mozilla XForms activity for a couple of years now but they don’t really seem to get to a publicly deployed version of Firebird with one soon. But even if they would I would still love to have support for that in my Java applications because what can be better than a rich GUI without all the hassle needed to actually build it and hard wire it.

Chiba is an almost-complete implementation of XForms for Java. Chiba seems to be easily embeddable on the client side providing so an XForms client for Java applications.

We are thinking and will try to use it to create an Eclipse RCP XForms client. This is directly related with the Z3ECM and CPS projects: we would like to use Eclipse RCP as a rich client capable to consume XForms coming from the server, as would do the web browser.

The first step will be to set up an XForms client that will use HTML Form as interface (played into the SWT browser). Then we will try to use the UIGenerator of Chiba to create on the fly SWT forms directly from XForms. (no, I’m not stone ! 😉

  • Comments Off on XForms on top of SWT?