Random thoughts on java web development with occasional rambling on non-technical topics.Jeff Chttp://www.blogger.com/profile/00865412847796927368noreply@blogger.comBlogger29125
Updated: 1 hour 9 min ago
Tue, 2008-12-09 09:30
There is a growing buzz around the blogs (including this one) about Scala, and wondering if Scala is a better Java. I don't think the goal of Scala is to be a better java, but its easy to see how that statement is made, since Scala has a lot of features folks want in a language, yet compiles to .class files and can be used almost seamlessly in an existing java project.
I was asked why someone Jeff Chttp://www.blogger.com/profile/00865412847796927368noreply@blogger.com14
Tue, 2008-12-09 09:30
Nothing earthshaking here..as i am just running another simple test to check out how Scala plays with Spring. Some might ask if Spring is even necessary with Scala. I cant answer that (with my small understanding of Scala), and its a different discussion anyway. I just wanted to see if Scala and Spring would play together.
So, I updated the code from my previous Scala and WebWork test to add a Jeff Chttp://www.blogger.com/profile/00865412847796927368noreply@blogger.com1
Tue, 2008-12-09 09:30
I have been searching for a language to learn, in addition to java, for 3 years now. For various reasons I wont get into (there are enough blogs about that topic as it is), none of them totally excited me for one reason or another, until I started reading about Scala the end of 2007.
I bought the Scala book from Artima and have read a bit of it, and also read Daniel's excellent Scala intro Jeff Chttp://www.blogger.com/profile/00865412847796927368noreply@blogger.com11
Tue, 2008-12-09 09:30
Well, after using various mp3 players the past few years (archos, ipod, creative zen sleek photo, sansa), I FINALLY found the perfect mp3 player. My creative player finally gave it up 2 weeks ago, so i began the search to replace it. Because I have a Rhapsody To Go subscription, i have to own a PlaysForSure compatible device, which rules out the ipod and the zune. I was left with iriver, creativeJeff Chttp://www.blogger.com/profile/00865412847796927368noreply@blogger.com7
Tue, 2008-12-09 09:30
As much as I love NetBeans 6..I have to do a bit of venting.
I've been using NetBeans 6 milestone 10 since it was released. I, like others, thought M10 was a bit slower than 9. So, today, i decided to try the latest daily build. here is where the fun starts.
I didnt want to uninstall milestone 10, to make sure i had a working IDE in case the daily builds had problems. So, i downloaded the Jeff Chttp://www.blogger.com/profile/00865412847796927368noreply@blogger.com2
Tue, 2008-12-09 09:30
I know its been quite awhile since i posted last. I decided to take a break for the summer, but now that fall is coming around (finally), I plan on making regularly blog entries again starting this week.Jeff Chttp://www.blogger.com/profile/00865412847796927368noreply@blogger.com0
Tue, 2008-12-09 09:30
Hi,
I am in the very early stages of a possible Struts 2 recipes type book, and was wondering if anyone who happens to visit here had any particular recipes they would like to see?
The other author has posted some ideas in his blog here.
Some of the specific recipes i had in mind, in addition to those listed on Mark's blog, were:
1) Paging
2) generating a pdf using itext
3) Custom/restful Jeff Chttp://www.blogger.com/profile/00865412847796927368noreply@blogger.com2
Tue, 2008-12-09 09:30
As part of the subclipse problems I blogged about a couple of weeks ago, i started playing around with other IDEs again. In addition to the subclipse issue, i was tired of the less than robust jsp editing...neither the Web Tools or MyEclipse, in my opinion, are totally there yet. Though I've used MyEclipse for a couple of years now, i've never loved it. I just used it because it was the best i Jeff Chttp://www.blogger.com/profile/00865412847796927368noreply@blogger.com24
Tue, 2008-12-09 09:30
I've been blogging for several months now, guess its time for my first rant post.
After reading this article by Bruce Tate, I decided I couldnt keep quiet anymore. I dont have a problem with the article overall, I just want to speak out on a couple of points that I keep hearing brought up by the ruby folks. (And no, I'm not going to bash ruby or rails..every language has its place in different Jeff Chttp://www.blogger.com/profile/00865412847796927368noreply@blogger.com28
Tue, 2008-12-09 09:30
I've run into several problems with subversion that last few months, but 2 rather big ones have happened this week that have just about put me over the edge.
I've mostly been using the eclipse 3.3 milestone builds the past couple of months, but i have had subversion issues occassionally throughout the project. I use the subclipse plugin for subversion functionality within eclipse.
The problems Jeff Chttp://www.blogger.com/profile/00865412847796927368noreply@blogger.com3
Tue, 2008-12-09 09:30
I read another blog this evening that mentioned dissatisfaction with the Netbeans update manager. This echoes the thoughts I've had for quite awhile now for both Eclipse and Netbeans.
I am current running Eclipse 3.3M5 and the latest Netbeans 6 milestone (i forget the milestone number). Unless I am missing something (and i would be happy for that to be true), there is no way to update the core Jeff Chttp://www.blogger.com/profile/00865412847796927368noreply@blogger.com2
Tue, 2008-12-09 09:30
I've begun the process of upgrading our site from WebWork 2 to Struts 2. There is a guide on the Struts2 site detailing most of the migration tasks here.
The list below are some additional changes I had to make:
struts.xml changes (was xwork.xml)
1) Change dtd to:
Tue, 2008-12-09 09:30
So, i've been reading up on JPA off and on for awhile now. Yesterday, i finally decided to get it working. After a day and a half of frustration trying to get jpa (hibernate provider) and Spring 2 working (mostly due to hibernate and JPA issues)...I finally was able to get a simple query to work.
Our live site has used ibatis since its inception. However, i know that you can make JPA look a lotJeff Chttp://www.blogger.com/profile/00865412847796927368noreply@blogger.com14
Tue, 2008-12-09 09:30
I've been reading some posts on the Struts2 developers list the last week, and it sounds like some developers have found that Freemarker might be contributing more to the slower tests results some of us have blogged about (instead of the blame lying solely with OGNL).
Some of the webwork performance tips can be found here:
Webwork Performance Tuning
I plan on making the Freemarker changes as Jeff Chttp://www.blogger.com/profile/00865412847796927368noreply@blogger.com2
Tue, 2008-12-09 09:30
This is a follow up to my first post of today, Webwork Peformance Part 2.
Anyone have any good tips for load testing an app that runs on the same machine as the test tool? I want to just make these changes locally to my dev machine, instead of getting the Ops group involved. I know the real numbers wont mean anything, but a comparison of before and after tests should still be relevant.
For now,Jeff Chttp://www.blogger.com/profile/00865412847796927368noreply@blogger.com0
Tue, 2008-12-09 09:30
I always wondered what other developers listened to (music, talk radio, etc) while they worked.
Since i work at home, its a little easier for me to crank up the tunes if i want, whereas most others who work in an office have to rely on headphones.
I have a Rhapsody To Go subscription, so i usually stream albums from there while i program..Bruce Springsteen, Ryan Adams, Tonic, Counting Crows, Jeff Chttp://www.blogger.com/profile/00865412847796927368noreply@blogger.com32
Tue, 2008-12-09 09:30
I ran into an interesting situation this week. I had written a new piece of functionality for our website, that allows us to ftp to provider sites, download xml files, parse them and save them to the database. That process also involves downloading images, and creating thumbnails..among other things.
Technically, this is a non-web based flow. A job is started that will start this process every Jeff Chttp://www.blogger.com/profile/00865412847796927368noreply@blogger.com5
Tue, 2008-12-09 09:30
Just a short post this time, as i'm a bit sleepy this evening.
It seems like a lot of blogs lately have been mentioning some of the features proposed for jdk 7. Admittedly, I'm only going on blog headlines plus a small bit of reading on the blogs..so i might be making some wrong assumptions.
The 2 points i have read about the most..the property operator and null handling..both of these are Jeff Chttp://www.blogger.com/profile/00865412847796927368noreply@blogger.com7
Tue, 2008-12-09 09:30
In my last post, i made a comment about having no interest in java component based web development. I know there are lots of fans of it out there, so i thought i would ask anyone who happens to read this blog, and is a fan of component web frameworks, what's the appeal for you? Specifically (with examples, not marketing talk) how do they make your development job easier?
I understand the idea Jeff Chttp://www.blogger.com/profile/00865412847796927368noreply@blogger.com16
Tue, 2008-12-09 09:30
So I've spent the last couple weeks being frustrated with the state of web frameworks in java (no offense..not a fan of the component frameworks..i'm an action framework guy). I know there are a ton of them, so you would think I could find one i LOVE. I actually thought i had, after playing with Stripes off and on the last 2 months.
However, when attempting to write a new piece of code in Jeff Chttp://www.blogger.com/profile/00865412847796927368noreply@blogger.com2
Recent comments
6 weeks 4 days ago
7 weeks 2 days ago
7 weeks 5 days ago
8 weeks 5 days ago
9 weeks 18 hours ago
9 weeks 23 hours ago
9 weeks 5 days ago
12 weeks 6 days ago
13 weeks 4 days ago
13 weeks 4 days ago