Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

stefanscheidt/SampleNewsApp

Repository files navigation

Sample iPhone News App

Content

backend

Spring Roo based backend with REST JSON API to news items.

Prerequisites for running the service: JDK 1.6, Maven 3

Start backend service on localhost port 8080:

cd backend/SampleNewsApp
mvn clean install jetty:run

Use the service:

curl -H "Accept: application/json" "http://localhost:8080/samplenewsapp/newsitems"
curl -H "Accept: application/json" "http://localhost:8080/samplenewsapp/newsitems?find=BySerNoGreaterThan&serNo=4"

frontend

Xcode project "SampleNewsApp".

This project contains a copy of the TouchJSON library. See TouchJSON-README.markdown for details.

About

Sample iPhone News App with Spring Roo based backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published