Re: [opennms-devel] OpenNMS JSON REST API

2013-01-31 Thread Matt Raykowski
I'd love to pair up with you guys. I worked with matt.com and Markus yesterday to make a new REST service available through OSGi. Markus can probably articulate better what was accomplished but instead of trying to get the Jersey stuff to work we ended up using CXF and it worked splendidly. We can

Re: [opennms-devel] OpenNMS JSON REST API

2013-01-31 Thread Ronny Trommer
Hi Guys, Markus, Christian and me had some "ReSTfull" or should I better say ReST-less adventures, building dasboards and a lottle bit tooling around OpenNMS. If you are interested I would suggest a little bit coordinated work between the poor fellows? What do you think? Gesendet von einem mob

Re: [opennms-devel] OpenNMS JSON REST API

2013-01-25 Thread Matthew Galligan
aykow...@gmail.com] Sent: Friday, January 25, 2013 11:33 AM To: OpenNMS Code Development and Bugs Subject: Re: [opennms-devel] OpenNMS JSON REST API David, I could look at this but it wasn't my attention to get stuck in Java for very long. I was sincerely hoping to be doing web/JS work instead. I

Re: [opennms-devel] OpenNMS JSON REST API

2013-01-25 Thread Matt Raykowski
David, I could look at this but it wasn't my attention to get stuck in Java for very long. I was sincerely hoping to be doing web/JS work instead. I'll see if I can assess how much effort Spring Data REST would be. On Fri, Jan 25, 2013 at 10:03 AM, David S Hustace wrote: > So I've been trying

Re: [opennms-devel] OpenNMS JSON REST API

2013-01-25 Thread David S Hustace
> So I've been trying to write some web stuff for OpenNMS using JS frameworks > and I've run into a handful of roadblocks. > > There are a bunch of CRUD operations missing from the REST API but if I can > figure this Jersey business out it shouldn't be too hard to implement. But it > means som