I am using Day CQ. I want to store some data in a SQL Server DB, using the connection pool available in the Felix console. I can do this from a JSP, by using the \"sling\" objec
YourClass obj = this.getSlingScriptHelper().getService(yourclass.class); obj.whatever();