Re: Cayenne+jasper reports

2014-10-31 Thread René Aravena
access a connection > > > > e.g. > > public static Connection getConnection() throws Exception { > >return > > > ((DataContext)getObjectContext()).getParentDataDomain().getDefaultNode().getDataSource().getConnection(); > > } > > > > 2014-10-31 3:30

Cayenne+jasper reports

2014-10-30 Thread René Aravena
With cayenne 3.1, as I can get the connection to the database to pass it to jasperreports? René

Re: Cayenne with JSF 2

2011-11-11 Thread René Aravena
I am using cayenne + wicket 1.5 + wiquery (jquery in wicket == primefaces look) + mysql and work fine. René Aravena 2011/11/11 Marco Gattei > I knew about Cayenne behing 'really agnostic to the view layer' > Cayenne is a truly gentlemen among ORMs ! > What i was w