Posted by
elevy on October 23, 2010 at 12:55 PM EDT
I have been working a lot with the Swing APIs for a while now; created my own custom components, built filthy rich applications, and wrote a few blogs on the different things I found interesting.
As soon as the first Android phone was available, I went out to get my hands on it (the G1).
Posted by
elevy on July 20, 2009 at 10:54 PM EDT
Imagine you get to an organization that has several applications accounting for more than 800,000 lines of code. There are defects everywhere, releases after releases, lots of developers cranking code, after every release more defects... how do you stop the spiral?
This might sound like a spiral of death, or a suicidal path perhaps ;)
Posted by
elevy on May 17, 2009 at 10:08 PM EDT
Vote for Zilonis, the only open source multithreaded rules engine written in Java.
Posted by
elevy on January 4, 2009 at 10:47 PM EST
Finally, after about 7 months I get back into writing a new blog entry. I changed jobs, and it hasn’t been until the holidays that I got a chance to get back into writing again.
This time, I am writing about a new JTable trick that I wanted to do for a while. The idea is simple; it is to allow the user to "freeze" from a column on the horizontal scrolling.
Posted by
elevy on May 30, 2008 at 1:31 PM EDT
The JavaOne slides are available now for download. My session on how to extend the swing API creating your own components can be reached at:
Extending Swing: Creating your own components
Thank you all for the positive feedback you have gave me, it was a great experience!
Posted by
elevy on May 13, 2008 at 3:40 PM EDT
It has been a while since my last posting. As you can imagine, I have been really busy. Last week I was presenting at the JavaOne, and it was amazing. Thank you all for all the positive feedback on my session. I will most likely writing something about the demos I showed, and may be I will post them here with Java WebStart. That will have to wait for now...
Posted by
elevy on January 15, 2008 at 1:22 PM EST
Being a server side developer, never had to worry about "help". I mean, about how to provide help to the users of my applications. They were simply just another JSP with ... well that's not what I want to blog about this time.
Posted by
elevy on October 25, 2007 at 10:59 AM EDT
Finally the slides from the
Zilonis Rules Engine JavaOne presentation are available. In the slides I presented the internals of how Zilonis uses the Java Concurrency API's to manage concurrent access to the Working Memory.
Posted by
elevy on September 21, 2007 at 10:28 AM EDT
Early in the dot com boom era, a lot of companies implemented the popular portals. Those portals allowed us to "integrate" multiple applications together into a single screen. I write "integrate" between quotes, because there was nothing really integrated, it was just that the set of applications were displayed in the same screen.
Posted by
elevy on August 29, 2007 at 3:56 PM EDT
In the last few weeks I was asked to help to integrate a set of built-in-house web applications with a Single Sign On (SSO) solution. After working with people from different teams, I realized that it would be a good idea to write a brief description of how the SSO solutions work in general. Perhaps this might help you to get started if you have to do something like this at some point.