New opportunity

 March 15, 2010

As anyone reading this may already know… I left Platinum Solutions for a position with a company called Solutions Made Simple, Inc. based in Reston, VA.  I’m moving my family away from the beach which makes us sad, but we are moving into an area we are very familiar with and are looking at this as an adventure!

I  had a great 5 year run with Platinum and met some great people along the way.  Hoping to create more lasting relationships with SMSi and their clients and am looking forward to some very challenging work ahead!

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • Digg
  • Reddit
  • DZone

Web Services in Seconds (SOAP/REST)

 November 23, 2009

Don’t blink…

1. open netbeans…

2. create a new Java Web Project

3. create a new Web Service

4. specify the implementation details of your new Web Service

5. deploy it!

6. go see  your newly created Web Service in action!

http://localhost:8080/MyTest/TimeService?wsdl

7. now to support  REST too!

8. test your newly created REST service!

Or just hit:

http://localhost:8080/MyTest/resources/timeserviceport/gettime/

That’s it, hope you didn’t blink…

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • Digg
  • Reddit
  • DZone

Groovy in Action

 

I started my career with “dynamic languages” (we called them scripting languages then). I enjoy getting things done quickly with scripting languages, the power it gives you and the freedom to concentrate on the problem domain and not fight with the platform. With all the new languages that are available on the JVM alone, I’m having a lot of fun getting back to my roots. To this point I’ve mostly stuck to Ruby (JRuby) as I really like the syntax of the Ruby language. I’ve been aware of Groovy for quite some time… hearing Scott Davis and Andy Glover singing it’s praises. But have just not given it enough attention… until recently.

I’ve been reading the Groovy in Action book from Manning. What a great title to get started with. When I get a tech book, I want to make sure it will pass the test of time… meaning: I don’t want to read through it and then have to sell it or throw it away immediately due to it’s uselessness. This book has a key component to it that makes it worth the money… the logical flow and organization of the book makes it perfect to work as a reference manual later on. If you are like me, you don’t exactly remember EVERYTHING you read… reference abilities are VERY important to me.

With features like “FOR THE GEEKS”, the layout stays interesting (as interesting as a technical book can be anyway… :) ) I also appreciate the effort taken not to go too far into Grails. Grails is very important to the Groovy language, but not everything. It’s touched on in the back of the book, but just enough to give you an idea of it’s potential benefit to your arsenal.

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • Digg
  • Reddit
  • DZone