Hi, On Fri, May 7, 2010 at 4:03 PM, Tony Giaccone <[email protected]> wrote:
> ...Placing documents in the repository should be as simple as the app on > glassfish > executing an HTTP Post operation, correct?... Yes, Sling offers a standard POST servlet that covers most of the common use cases, and you can create your own servlets as needed. > > ...Can the query page be done as a JSP inside of sling? Or should I just use > Sling to > server the results into another app?... Sling scripts and servlets can execute queries against the JCR repository, and Sling provides a query servlet that returns JSON, out of the box. -Bertrand
