Matt RaibleMatt Raible is a Web Developer and Java Champion. Connect with him on LinkedIn.

The Angular Mini-Book The Angular Mini-Book is a guide to getting started with Angular. You'll learn how to develop a bare-bones application, test it, and deploy it. Then you'll move on to adding Bootstrap, Angular Material, continuous integration, and authentication.

Spring Boot is a popular framework for building REST APIs. You'll learn how to integrate Angular with Spring Boot and use security best practices like HTTPS and a content security policy.

For book updates, follow @angular_book on Twitter.

The JHipster Mini-Book The JHipster Mini-Book is a guide to getting started with hip technologies today: Angular, Bootstrap, and Spring Boot. All of these frameworks are wrapped up in an easy-to-use project called JHipster.

This book shows you how to build an app with JHipster, and guides you through the plethora of tools, techniques and options you can use. Furthermore, it explains the UI and API building blocks so you understand the underpinnings of your great application.

For book updates, follow @jhipster-book on Twitter.

10+ YEARS


Over 10 years ago, I wrote my first blog post. Since then, I've authored books, had kids, traveled the world, found Trish and blogged about it all.

Jabber and Roller

This would be a much better post if I'd already developed the software, and this was an announcement. But I don't want to develop the software per se, I just want to use it. So I'm putting this idea out there in hopes that someone has already developed the software. My e-mail to the jabber-dev mailing list pretty much sums it all up.

Hello,

My name is Matt Raible and I am a contributor on the Roller Weblogger
project (http://rollerweblogger.org).  I'm looking to add support for 
Jabber as a blogging client.  Currently, we support the BloggerApi and 
MetaWeblogApi.  What I'd like to know is if there is a project already 
that converts Jabber's XML files to XML-RPC calls - or if I could simply 
use an XSL stylesheet to transform and resend to my blog.

Thanks,

Matt

I'd love to add a Jabber Powered logo to my About page. I did some work with Jabber last year, basically just installing and configuring it - both very simple. The project I was on was also planning on adding support for creating new jabber accounts on-the-fly when a new user was created in our database. It's all XML, so it's probably all pretty easy. Anyway, I bought a Programming Jabber book and it's been collecting dust ever since. The cool thing about Jabber is if we setup a Jabber server (i.e. jabber.freeroller.net), then I think it'd be possible to blog via your favorite IM client. Please leave your thoughts and comments - and any links to anything that might already exists.

Posted in Java at May 03 2003, 12:47:11 PM MDT 4 Comments
Comments:

I have already done this for blojom, and your welcome to the code. http://blojsim.sf.net It's got jabber, aim and MSN support. The jabber implementation uses the Jive SMACK library which is amazinly easy to use

Posted by Mark Lussier on May 04, 2003 at 09:42 AM MDT #

Mark, Does this only support posting to blojsom, or do you use the Blogger API to do the posts? I'd love to port it so it'll work with a more popular client API, such as the Blogger API or MetaWeblog API.

Posted by Matt Raible on May 05, 2003 at 06:54 PM MDT #

I wrote a jabber transport that lets users post to Blogger-based servers using Jabber as the client which was (is) meant to be part of a much much larger project called Joggle (which live at http://www.sf.net/projects/joggle ), but real life has eaten my time up since I started. If you get the code from CVS, build, deploy and start a Jabber server, it should work pretty much immediately. With luck. :)

Posted by Phil Wilson on May 06, 2003 at 03:24 AM MDT #

btw seeing I was planning on integrating some of the work that has already been done on Roller, it should be dead easy to convert.

The blojsim code is probably much more mature though.

Posted by Phil Wilson on May 06, 2003 at 03:26 AM MDT #

Post a Comment:
  • HTML Syntax: Allowed