Tag Archives: github

Mavenizing an empty GitHub project in Eclipse

This post is for myself more than anything else, just because I keep forgetting the steps involved. I’m using SpringSource Tool Suite 2.9.1.RELEASE, which is based on Eclipse 3.7.2 (Indigo). I have the egit and m2e Eclipse plugins installed. The … Continue reading

Posted in Quick Tips | Tagged , , , , | Leave a comment

Using Spring Social GitHub to access secured GitHub data

At my Skydingo blog (a devops blog written in collaboration with Paul Jenson) I just wrote a quick post with some screenshots of an open source, Spring-based CMDB I’m building called Skybase. In the current post I want to show … Continue reading

Posted in Chapter 11 - CMDB, Tutorials | Tagged , , , , , | Leave a comment

Skybase now supports authorized access to GitHub via Spring Social GitHub

This one’s another quick Skybase screenshot post. Using Spring Social GitHub, it’s easy to access public user and repo information via the GitHubTemplate. But if we want to access private information, or write capabilities, we need to use the Spring … Continue reading

Posted in Chapter 11 - CMDB, News | Tagged , , , | Leave a comment

Spring Social GitHub: revisiting GitHub integration

In my last post, Calling the GitHub API using Spring’s RestTemplate, I explained how to call a public endpoint that retrieves a repository’s watchers on the GitHub API using Spring’s RestTemplate. I was happy to receive a comment by Craig … Continue reading

Posted in Chapter 11 - CMDB, Tutorials | Tagged , , , | Leave a comment

More Skybase screenshots

Hey Internet people, Willie here. It’s been a little while since I’ve posted Skybase screenshots, so here’s the work in progress. I explain how to implement this stuff (Spring Data Neo4j, Spring/GitHub integration, JavaScript InfoVis Toolkit, etc.) in chapter 11 … Continue reading

Posted in Chapter 11 - CMDB, Demos, News | Tagged , , , , | Leave a comment

Skybase/GitHub integration

A major goal for Skybase is to tie together the activities of developers, testers, release engineers and operations. A few major benefits are: Tool integration: We can single source app lists and more across development, build, test, deployment, monitoring, knowledge … Continue reading

Posted in Chapter 11 - CMDB, News | Tagged , , | Leave a comment

Calling the GitHub API using Spring’s RestTemplate

GitHub has an RESTful JSON API that we can call from our apps. In this post I’ll show how I’m grabbing a GitHub repo’s watchers and pull them into my own app using Spring’s RestTemplate. Meet the GitHub API First, … Continue reading

Posted in Chapter 11 - CMDB, Tutorials | Tagged , , , , | 3 Comments