Saturday, May 28, 2005
We are getting ready for more development on my current project for a client. I’ve decided that I’m going to switch away from my current components and use SwingX. Straight-way there are good things and bad things. This sort-of rambling…sorry. (Continued)
Saturday, May 21, 2005
I saw Revenge of the Sith yesterday. I won’t go into any details, but I will say this… yes the acting is bad (I blame the director) but is better than the last two. CGI Yoda feels more “real” in this one than Puppet Yoda. Unlike episodes I & II, this is fine addition to the original trilogy. In fact my friends and I would like to edit episodes I & II down to 30-minute “This is what happened before now” special for our DVD collections.
Tuesday, May 3, 2005
When we started the current project a few months back, we decided to experiment with web services. We used Tomcat and Axis as our platform — I don’t remember the versions. Anyway, our app is a custom app for a client, it needs to bring down a lot of data and display it in a table and allow users to modify a few fields in each record. Once we started unit testing with real data, we determined that that web services was a bad fit. The initial download of data with the web service was over 15 minutes. (1.5 DSL with a VPN). Switching to EJBs brought the total down to around 30 seconds. Fortunately, we were not required to use Web Services and made the switch. I’m sure Web Services are a much better fit for other apps or in places where the server and client aren’t both Java. However, at this point I’d develop EJB and build Web Service bridges where required.
I have to wonder if the people who hype web services are using SOAP with binary attachments to get any sort of decent speed. The attachments negate most of the benefits of web services to me.
Monday, May 2, 2005
I’ve been switching back and forth between Eclipse and NetBeans. I switched all my shareware game development to NetBeans. I’m still using Eclipse to do my Enterprise development. The result: I’m not terribly happy with either IDE at this point.
(Continued)