Music Overload

Songbird 0.1 has been released. The coolest thing that I have spied so far is that the songs available on a page can be displayed at the bottom of songbird or on the web playlist. Also, being able to browse else where while listening to the web playlist potentially could make for better use of music browsing web-time. This thing is not ready for prime time, but I am hoping that I can get a feel of whether or not separating my music browsing from my ‘other’ browsing will be useful. It’s open source, built from firefox. I know this really isn’t a directly related to web services, but I am having a total music overload breakdown. With pandora, odeo, last.fm, itunes, and musicmp3.ru I can’t keep up with the new music that I have, let alone continue to take in all of the recommendations provided to me by some of these cool web apps. And despite all of the music that if out there on the web, there are still albums that I have to buy “hard copies” of from amazon.com or other retailers.
Java Web Services
Steps for providing and consuming a web service with Java web services development pack.
Provide- Write and compile .jws file, place in (move to) the correct folder and access with a web browser
- Download wsdl file from .jws file in browser, run wsdl2java on it
- Find .java files generated by wsdl2java; compile them and move the .class files generated into Tomcat\axis\WEB-INF\classes… folder
- Write html page that POSTs to servlet file; place in servlet folder
- Write servlet file that extends HTTPServlet; compile and place in servlet\WEB-INF\classes\package…
- Place axis libraries in the lib folder in servlet\WEB-INF
◙ Have J2EE listen on port 8080 and Tomcat listen on 80.
◙ Double check spelling!!!

Is Java Dead?

Well, Java isn’t dead yet. And I venture to guess that it will be quite a while before its in the grave. Even Cobol is still alive… so, Java has got a ways to go. I think the fact that an article was written in 2003 on whether or not java was dead is an indication that it is moving into the later stages of its life cycle. But I
SeaSide
Evidently, there is another ruby web framework: Borges. Hopefully, it will be just as easy to use as rails. I haven’t downloaded this to try. It is difficult to justify trying something in place of rails when it is so easy to use. Borges is based on SeaSide. After listening to the Ruby on Rails podcast, I was under the impression that SeaSide was a framework for ruby, too, but from everything that I have read SeaSide is for smalltalk and Borges, which is very much like SeaSide, is for ruby.
