↧
Facebook Authorization (Client Side) with JavaServerPages (JSP) and...
Hi, I found some instructions when I was looking for a code snippet which authorises a facebook app with JSP. Here is my solution in JSP. Start with importing the right libs: page import="java.util.*"...
View ArticleJSON with Java (Jackson)
Prerequisites: Tomcat 7 with Eclipse Juno Scenario: Several POJOs (player, team, club) Mockup data Create JSON Object in Java using Jackson Use a simple JSP to offer the JSON data Download Jackson:...
View Article