I made a quick blog post about using Jasper Reports in OpenBD. The admin API was not difficult. The only thing that seemed to get me was how the login() method doesn't actually set the session variable, yet the isLoggedIn() seems to expect it. I can see not setting that variable in the session scope, since you cannot always assume the application will use the session scope, but may opt for database, or ehCache, or some other mechanism. But the other methods that *do* assume session scope break that idea.
For me it is not bad to assume session scope necessarily. Just wonder if the login method should set it. Other than that what would you guys think of the getConnection() method as a contribution to the admin? And if so, how do I do this? -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
