[java ee programming] Database tables from entity classess

2010-01-31 Thread Michał Kościowski
Hello! I'm new in J2EE, and I have a question. I have been looking for any answer on google, but i didn't find any good answer. I want to make database tables/schema from my entity classes... I'm using NetBeans 6.7.1, maybe there is a tool or plugin for this IDE? Greetings, Michał. -- You

Re: [java ee programming] TCP/IP IBM iSeries (AS400) Connection.

2010-01-31 Thread Mihai DINCA
Hi Ervin IBM supplies an IBM Toolbox containing the .jar libraries containing the JDBC driver to access to DB2 on iSeries. The Toolbox installs on Windows when you install the Windows client/console to access the iSeries as server (I don't remember how it is called). Once you installed your

Re: [java ee programming] Database tables from entity classess

2010-01-31 Thread Mihai DINCA
Hi Michał There is an UML plugin for NetBeans (installed in standard I think) that allows to make reverse engineering. There is a NetBeans plugin dedicated to DB modeling (the Mogwai ERDesignerNG), but I don't know if you can directly use your entity classes or the derived diagrams or if you

Re: [java ee programming] Re: problem with session.invaDate();

2010-01-31 Thread prashant malviya
its very simple refer sun microsystem book - servlet and JSP declarative security chaptor for detail knowledge or search for declarative security in java Prashant Malviya 91-9341030325 On 31 January 2010 05:22, hind aiouej aiouej.h...@gmail.com wrote: hi help to define security-constraint in

Re: [java ee programming] Database tables from entity classess

2010-01-31 Thread José Luis Casiano Celestino
plugin for NetBeans is UML. 2010/1/31 Michał Kościowski mic...@kosciowski.pl Hello! I'm new in J2EE, and I have a question. I have been looking for any answer on google, but i didn't find any good answer. I want to make database tables/schema from my entity classes... I'm using NetBeans