Archive for the 'Java' Category
Monday, February 25th, 2008
In case you didn’t see Bill’s post on the subject, I wanted to let folks know that RESTEasy entered it’s first beta release as JBoss RESTEasy Beta 1. You can read more here and you can get the release here.
Posted in Java, REST, Technology | No Comments »
Sunday, November 25th, 2007
This weekend I decided to give Leopard a shot and so far, so good. However, if you’re an Eclipse fan you will be disappointed. I should also add folks who use ANY Eclipse-based product including Flex Builder 3 Beta 2 and apparently Zend Neon as well, according to the commenter’s over at The Job of [...]
Posted in Apple, Java, Technology | 2 Comments »
Sunday, November 18th, 2007
For the misinformed, there is no re-release of of the Java 6 preview on the ADC site. This “preview release 6″ merely updates Java 5. 1.5.0_13 and Java 1.4 to 1.4.2_16. Basically, it brings Java in Tiger up to he same versions that is in Leopard.
Posted in Apple, Java, Technology | No Comments »
Sunday, November 18th, 2007
I just came across a quick article on The Server Side about a JSF framework called RESTFaces. My initial reaction was “oh cool, a JSF framework that might adhere to RESTful principals.” Sadly, there isn’t much more than HTTP GET support that is “RESTful” about RESTFaces. RESTFaces touts itself as being a
RESTfaces for JavaServerâ„¢ Faces [...]
Posted in Java, REST, Technology | 5 Comments »
Thursday, October 25th, 2007
By all appearances, the initial release of Mac OS X Leopard will not include Java 6. Java 5 will still be there and include all of the 64-bit goodness that we’ve been reading about. Considering that Java 6 is not listed as one of the 300+ new features it’s a good indicator that it won’t [...]
Posted in Apple, Java, Technology | 3 Comments »
Wednesday, October 17th, 2007
Even though Java is not listed as one of the 300+ new features, Java is listed as one of the “Key Technologies” listed under the tech specs for Leopard. Additionally, the development tools section also states that Leopard will include:
“Complete Java JDK, including javac, javadoc, ANT, and Maen tools “
Whatever “Maen” is [...]
Posted in Apple, Java, Technology | 8 Comments »
Wednesday, October 17th, 2007
So Apple has put out a page highlighting the 300+ new features Leopard will have. As I scan through this page, one word I’m particularly keen on is only mentioned once. That word is Java. It is only mentioned in DTrace section where it talks about how DTrace can monitor Java code. So we [...]
Posted in Apple, Java, Technology | 10 Comments »
Thursday, October 11th, 2007
As I’m reevaluating and retooling RESTEasy, I’m thinking about what it is going to take to reach 1.0. At a high-level, RESTEasy will provide:
A Server side API as a JAX-RS Implementation
A Client API similar to what I described in this post.
A set of common code that is shared between client and server.
As for features, here’s [...]
Posted in Java, REST, Technology | No Comments »
Thursday, October 11th, 2007
Bill Burke has just posted a bunch of really great feedback on the latest draft of the JAX-RS spec. If you haven’t had a chance to look at the spec, head over here. One thing that JSR-311 had initially chosen not to do was to define a client API. There has a been some grumblings [...]
Posted in Java, REST | No Comments »
Saturday, September 22nd, 2007
Lately I’ve been trying to figure some figure out some new ways to define declarative security constraints to web resources. Here’s the a use case that popped into my head a while back: suppose you have a service to access a persons information on a social networking site such as:
http://mysocialnetwork.foo/people/12345
This service offers two levels of [...]
Posted in Java, REST | No Comments »