aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/buglabs-apps/com.buglabs.app.sewingstubapplication.bb
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@buglabs.net>2010-12-02 16:00:50 +0100
committerStefan Schmidt <stefan@buglabs.net>2011-02-03 11:39:20 +0100
commita32e9b20267f506bbbab64cf2d8a45b374df6081 (patch)
tree0be3564e97f98d34dfb9b412ecc6f27a49fb08d5 /recipes/buglabs-apps/com.buglabs.app.sewingstubapplication.bb
parent0a509aeb50214b93eff979f6080bced5efe5ca04 (diff)
downloadopenembedded-a32e9b20267f506bbbab64cf2d8a45b374df6081.tar.gz
buglabs-apps: BugLabs java applications.
Tons of small apps that live on buglabs.net and are mostly arch independent. These recipes make them available for images and feeds.
Diffstat (limited to 'recipes/buglabs-apps/com.buglabs.app.sewingstubapplication.bb')
-rw-r--r--recipes/buglabs-apps/com.buglabs.app.sewingstubapplication.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/buglabs-apps/com.buglabs.app.sewingstubapplication.bb b/recipes/buglabs-apps/com.buglabs.app.sewingstubapplication.bb
new file mode 100644
index 0000000000..17e42d6662
--- /dev/null
+++ b/recipes/buglabs-apps/com.buglabs.app.sewingstubapplication.bb
@@ -0,0 +1,15 @@
+require bug-app.inc
+
+DESCRIPTION = "This is a stub for begining a Sewing application. Sewing is a simple web framework for embedded OSGi. The Sewing framework can be found here: 'http://buglabs.net/applications/com.buglabs.osgi.sewing(http://buglabs.net/applications/com.buglabs.osgi.sewing)':http://buglabs.net/applications/com.buglabs.osgi.sewing\
+To get started, download the Sewing framework and this application. Rename this application and update the Bundle-Name in the manifest with the new name. Then, start looking at the code.\
+Start with the ServiceTracker, which registers a servlet in the doStart() method. That servlet will contain most of your java code. In the servlet, you define your controllers and map URLs to them. These also correspond to freemarker (fml) templates in your templates directory. There is some explanatory code in there to help you out and if you have questions, jump on IRC and ask.\
+Lastly, for help with the templates, please check out the fm-classic site: 'http://fm-classic.sourceforge.net/(http://fm-classic.sourceforge.net/)':http://fm-classic.sourceforge.net/"
+HOMEPAGE = "http://buglabs.net/applications/SewingStubApplication"
+
+DEPENDS += "service-tracker com.buglabs.osgi com.buglabs.osgi.sewing com.sun.javax.servlet com.buglabs.common "
+
+PV = "2"
+
+SRC_LINK = "http://buglabs.net/program_version/download/830"
+
+APIVERSION = ""