I know...I know...in the world of social networking like twitter, blogs just aren't cool anymore, right? Well every once and a while I want to share something that exceeds 144 characters, so I created SolamenteNiel, my blog. While I'm at it, I'm also going old school with a cheesy picture of myself on my blog. In this picture I'm pertending to be an IndyCar driver.
In the post #3 I described the steps for DWR-enabling the Spring services that I created in post #2. This post will cover the implementation of the front-end. Now the whole point of DWR is to enable server-side logic to be accessible via javascript, and that makes DWR very well suited for AJAX applications.
Read Full PostIn the last post (part 2) I covered the creation of the service layer for my AJAX/DWR/Spring application called Bookmark Management. In this post I will cover adding DWR support the service layer, so that in my next post I can build the AJAX front-end.
Read Full PostIn the first post of this series I discussed the integration of AJAX-based applications with backend (server-side) logic in JAVA. There are a variety of technologies to handle the complexity of AJAX/JAVA integration, and in my opinion Direct Web Remoting (DWR) is one of the best (if not the best) solutions.
In this post let me jump straight into a sample project that demonstrates the use of DWR with backend services developed with Spring.
As I mentioned in part 2 (Adding Appcelerator support to a web project), the weather data is coming directly from NOAA. The NOAA SOAP Web Service is a free web service for accessing all the available weather data. Unfortunately the web service is difficult to work with. To me it looks like the web service was implemented based on the architecture of the weather data with minimal regard for the consumer of the service. Subsequently I had to spend a lot of time figuring out how to parse the data with Groovy (more on that later).
Read Full PostReprinted from my Skyway Community Tech Blog posting:
In Facebook Authentication - Overview (Post #5) I gave an overview of Facebook authentication. In this post I’m going to show exactly how to implement this using Skyway Builder CE, and I will be augmenting the project that I started to create in Facebook application using Spring Framework (Post #4). At the end of this post there’s a link to download this Eclipse Project for Skyway Builder CE.
Read Full Post