On Sat, 2003-02-22 at 09:42, JJ P wrote:
> hi, 
> it's okay, i have ant and i build my 1.1.3preview. The building process
> takes 5 minutes with javadoc and zip,tar... archives, so i have just
> made a short version of build.xml for ant. It takes me less than 1
> minute now :) 

Yes it was set to make a release file and not just the jars.  Still
there from the last release.


> I can see you're right for the new JasperReports integration progress,
> but i didn't see yet how it works with dbForms.

In startServletReport

(I don't use Jasper Reports myself -- so question might be better
directed to the list -- anyway you need to get JasperReports and figure
out how that works...)

/**
 * 
 * This servlet starts a JasperReport.</br>
 * Data is read from the current dbForm.</br>
 * Servlet is looking for the report xml file in 
 * WEB-INF/custom/reports, WEB-INF/reports.</br>
 *
 * If report xml is newer then jasper file report will be
recompiled.</br>
 * 
 * Data is send to report as JRDataSourceRSV which is a Wrapper around
an
 * ResultSetVector.</br>
 * 
 * To enable subreports, message resources etc an ReportParameter is
send to the
 * JasperReport. </br>
 * 
 * usage:</br>
 * with a simple goto button:</br>
 *        &lt;db:gotoButton</br>
 *                          destTable="web_parts"</br>
 *                          destination=" /reports/Artikel"/&gt;</br>
 *
 * 
 * or for one record:</br>
 *              &lt;db:gotoButton</br>
 *                      destTable="web_parts"</br>
 *                      keyToDestPos="currentRow"</br>
 *                      destination="/reports/Artikel"</br>
 *                      /&gt;</br>
 * 
 * Servlet mapping must be set to handle all /reports by this
servlet!!!</br>
 *                 &lt;servlet/&gt;</br>
 *                      &lt;servlet-name/&gt;startreport&lt;/servlet-name/&gt;</br>
 *                      &lt;display-name/&gt;startreport&lt;/display-name/&gt;</br>
 *  
                        
&lt;servlet-class/&gt;org.dbforms.StartReportServlet&lt;/servlet-class/&gt;</br>
 *              &lt;/servlet&gt;</br>
 *              &lt;servlet-mapping/&gt;</br>
 *                      &lt;servlet-name/&gt;startreport&lt;/servlet-name/&gt;</br>
 *                      &lt;url-pattern/&gt;/reports/*&lt;/url-pattern/&gt;</br>
 *              &lt;/servlet-mapping&gt;</br>
 * 
 * 
 * 
 *  
 * @author Henner Kollmann
 */

> But for this example : http://www.wap-force.net/example_v08/ i cant see
> how we can exactly define groups with differents rights and affect users
> to these groups.. there is no source for this example even in CVS files!
> (sorry for my bad english...) 
> Thanks for your help.
> 
Look at the testsuite.   The example_v8 became the testsuite.

Also see sect 4 Security of the UsersGuide



> 
> --------------------------------------
> leave it completely blank -- there isn't one
> I think you'll need to install Ant to build it.  Shouldn't be too
> tough.  I use an IDE -- SunOneStudio (on Linux) that has Ant built in
> and handles anonymous cvs too.  Works pretty well. 
> Shawn 
> > hi, 
> > 
> > i have effectively a question about using CVS. 
> > after this cvs command : cvs
> > -d:pserver:[EMAIL PROTECTED]:/cvsroot/jdbforms
> > login 
> > i must have a password to fetch the files... but i haven't. 
> > What is the password? thanks.
> >  
> > 
> 
> 
> _____________________________________________________________________
> Envie de discuter en "live" avec vos amis ? T�l�charger MSN Messenger
> http://www.ifrance.com/_reloc/m la 1�re messagerie instantan�e de France
-- 
Shawn <[EMAIL PROTECTED]>



-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to