[jjson] r77 committed - site, first shot

1 view
Skip to first unread message

jj...@googlecode.com

unread,
Oct 14, 2011, 5:18:15 AM10/14/11
to jjso...@googlegroups.com
Revision: 77
Author: grobmeier
Date: Fri Oct 14 02:13:36 2011
Log: site, first shot
http://code.google.com/p/jjson/source/detail?r=77

Added:
/trunk/jjson/src/site
/trunk/jjson/src/site/site.xml
/trunk/jjson/src/site/xdoc
/trunk/jjson/src/site/xdoc/index.xml

=======================================
--- /dev/null
+++ /trunk/jjson/src/site/site.xml Fri Oct 14 02:13:36 2011
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * Copyright 2007 Christian Grobmeier
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed
+ * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
+ * either express or implied. See the License for the specific
+ * language governing permissions and limitations under the License.
+ */
+ -->
+<project name="${project.name}">
+
+ <skin>
+ <groupId>org.apache.maven.skins</groupId>
+ <artifactId>maven-fluido-skin</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </skin>
+
+ <version position="left" />
+
+ <body>
+ <links>
+ <item name="Google Code" href="http://jjson.googlecode.com" />
+ <item name="CGS" href="http://www.grobmeier.de" />
+ </links>
+
+ <menu name="${project.name}">
+ <item name="Home" href="index.html" />
+ </menu>
+
+ <menu ref="reports" />
+ </body>
+
+</project>
=======================================
--- /dev/null
+++ /trunk/jjson/src/site/xdoc/index.xml Fri Oct 14 02:13:36 2011
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document xmlns="http://maven.apache.org/XDOC/2.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
http://maven.apache.org/xsd/xdoc-2.0.xsd">
+ <properties>
+ <title>JJSON - A JSON Library for Java without dependencies</title>
+ <author email="grob...@gmail.com">Christian Grobmeier</author>
+ </properties>
+ <!-- Optional HEAD element, which is copied as is into the XHTML <head>
element -->
+ <head>
+ <style type="text/css">
+ h2 {
+ font-size: 50px;
+ }
+ </style>
+ </head>
+ <body>
+ <!-- The body of the document contains a number of sections -->
+ <section name="JJSON - A JSON Library for Java without dependencies">
+ <p>JJSon is a simple API for dealing with the JSON format. It needs
no dependencies and just offers the
+ features you really need to work. You can find the JSON Specification
there: http://www.json.org</p>
+
+ <p>Currently JJSON does not need any dependency - it's planned that it
will not need any dependencies in the future.</p>
+
+ <p>In addition there is some space for framework plugins which use
this api. At the moment there is a
+ Struts 2 plugin available, which can be used as a result type to
return JSON Strings.
+ </p>
+ </section>
+
+ <section name="Features">
+ <ul>
+ <li>Using annotations to create json strings out of objects</li>
+ <li>Map json strings into POJOs</li>
+ <li>Creating a java object net out of a json string</li>
+ <li>Creating a json string out of a java object net</li>
+ </ul>
+ </section>
+ </body>
+</document>

Reply all
Reply to author
Forward
0 new messages