On Sunday, August 5, 2012 at 1:19 PM, Jay Balunas wrote:
There is a wiki page with the right headers. I'm on my phone so can't easily compare with what you have.Thanks a lot!On Aug 5, 2012, at 7:31 AM, Matthias Wessendorf <matzew@apache.org> wrote:Is this the proper header?/*** JBoss, Home of Professional Open Source* Copyright 2012, Red Hat, Inc., and individual contributors* by the @authors tag. See the copyright.txt in the distribution for a* full listing of individual contributors.** 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* 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.*/(will add it in)On Sun, Aug 5, 2012 at 1:26 PM, Jay Balunas <jbalunas@redhat.com> wrote:Good catch, the project is apache license but forge must have added headers.I'll create a jira to cover this unless you feel like putting it inOn Aug 5, 2012, at 7:18 AM, Matthias Wessendorf <matzew@apache.org> wrote:GPL?while the pom indicates the Apache License, Version 2:<licenses><license><name>Apache License, Version 2.0</name><distribution>repo</distribution></license></licenses>-MOn Fri, Aug 3, 2012 at 1:56 PM, Jay Balunas <jbalunas@redhat.com> wrote:Hi All,I just pushed the initial structure and endpoints for the TODO application,including place holders for multiple clients types.It is not "AWESOME" yet. The endpoints are nearly straight out of Forge,and need some more love, plus working out the JAX-RS marshaling foroneToMany relationships. We might need to do what tickermonster did andmanually reference object ID instead of actually using the objectrelationships.You can build by running "mvn package", and then either having toolsdeploy, or manually move over the server and www-client wars to JBoss AS.Once there you can access the web client by (it is a placeholder until krisadds his love):<localhost:8080>/todo-www/RESTful endpoints are :<localhost:8080>/todo-server/rest/project<localhost:8080>/todo-server/rest/task<localhost:8080>/todo-server/rest/tagNote: I'll be removing the "/rest" part soon.Tag is the only one that is populated atm from the import.sql file becauseit is the only one without a relationship to other entities. Although notfully tested full CRUD should be available via the endpoints, however the asmentioned we need to figure out the JAX-RS marshaling.Kris: I changed "class" in project & tag to "style" - a less client sidespecific name, and does not conflict with the reserved Java word "Class" inforge.-Jay_______________________________________________aerogear-dev mailing list--Matthias Wessendorfsessions: http://www.slideshare.net/mwessendorftwitter: http://twitter.com/mwessendorf--Matthias Wessendorfsessions: http://www.slideshare.net/mwessendorftwitter: http://twitter.com/mwessendorf_______________________________________________aerogear-dev mailing list