Hai Veerraju,

But we r using Java Statements.Then how can we get the Results with out
compiling Java
Statements.

Whenever you save the Java Files it gets compiled and generate the .class
files.

For this you may need to use the IDE for easy and fast development.
You can either use Eclipse or MyEclipse or NetBeans.
There is an option to start Ofbiz in Debug Mode.
Right Click on Start.java and then select run as Debug Mode.

Try this link :
http://www.opensourcestrategies.com/ofbiz/ofbiz_eclipse.php

If you would like to run ofbiz in debug mode from the terminal you should
use the command :

java -Xdebug -Xnoagent
-Djava.compiler=NONE-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8091
-jar
ofbiz.jar

( this command line instructs java to run in debug mode listening for a
socket connection on port 8091 for a debugger to connect. You can change the
port number to any port not otherwise being used.)

Consider the case of JSP's.
Each jsp file is first converted into .java file and then converted into
.class files.(I hope you know about it)
Although In case of FTL and Beanshell when we save the files it don't
generate any files.That's what Jacques was saying that you don't need to
compile the files.Result are returned on each save instance.

I would like to know Wts the use of Freemarker Templates
Ftl files are used to render the content of the page either from Beanshell
or from Java files.
We can say GUI based display are prepared in FTL.

Each and every information is given ofbiz home site. (
http://ofbiz.apache.org/)
Please spend some time to collect the details about the included
technologies available online.

http://freemarker.sourceforge.net/
http://www.beanshell.org/manual/bshmanual.html

I hope the information given above might be helpful for you.
Anyway, Welcome to Ofbiz.


On 3/22/07, OFBiz <[EMAIL PROTECTED]> wrote:


Hai U told me tht we need not compile them.But we r using Java
Statements.Then how can we get the Results with out compiling Java
Statements.
    I would like to know Wts the use of Freemarker Templates

jacques.le.roux wrote:
>
> Welcome to OFBiz.
>
> Because you don't need to recompile them and reload all OFBiz.
>
> Jacques
>
>


--
Regards
Ashish Vijaywargiya
Aditisoft Technology Laboratory
http://www.adititechlabs.com
[EMAIL PROTECTED]
_______________________
Office : 509.855.4113
Cell    : 91-989-347-9711

Reply via email to