Re: Users - OfBiz -performance

2012-03-19 Thread amitagrawal
Hi All,

I saw some sample OfBiz applications and I executed them also.

But I am unable to understand the flow.

In other frameworks the flow can easily explained.

But in this I could not.

We are defining the data model in  XML files.
We are not writing any JDBC code. But I want display the data which is in
the
DB on the UI( using JSP or HTML)

In this case I need to interact with the DB.

But No method is given to interact with DB. I am not understanding How we
the
interaction between UI and DB..?

What are the components in OfBiz that are implementing Business Layer?

If Services are implementing the Business Layer then what is the need of
java
source files..?

How much java code we can use in typical OfBiz application..?
How much java code we should actually use if We want to call it as an
efficient OFBiz application ?

Anyone please answer these questions and also suggest me how can I learn
ofBiz
as quickly as possible ?
Thanks and Regards
Amit Agrawal
amitagrawal.mits...@gmail.com

--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Users-OfBiz-performance-tp139865p4484282.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Users - OfBiz -performance

2012-03-19 Thread Nitesh Suryavanshi

Hi Amit,

Please refer Ofbiz tutorial documentation.
https://cwiki.apache.org/OFBIZ/ofbiz-tutorial-a-beginners-development-guide.html

Thanks&  Regards
Nitesh Suryavanshi


On Monday 19 March 2012 03:39 PM, amitagrawal wrote:

Hi All,

I saw some sample OfBiz applications and I executed them also.

But I am unable to understand the flow.

In other frameworks the flow can easily explained.

But in this I could not.

We are defining the data model in  XML files.
We are not writing any JDBC code. But I want display the data which is in
the
DB on the UI( using JSP or HTML)

In this case I need to interact with the DB.

But No method is given to interact with DB. I am not understanding How we
the
interaction between UI and DB..?

What are the components in OfBiz that are implementing Business Layer?

If Services are implementing the Business Layer then what is the need of
java
source files..?

How much java code we can use in typical OfBiz application..?
How much java code we should actually use if We want to call it as an
efficient OFBiz application ?

Anyone please answer these questions and also suggest me how can I learn
ofBiz
as quickly as possible ?
Thanks and Regards
Amit Agrawal
amitagrawal.mits...@gmail.com

--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Users-OfBiz-performance-tp139865p4484282.html
Sent from the OFBiz - User mailing list archive at Nabble.com.
   


Re: Users - OfBiz -performance

2012-03-19 Thread amitagrawal
Thanks for ur respone Sir,I have created one demo application inside hot-deploy
folder.But I want to make 1 application with database.So plz if u have any
source code then share with me please.

Thanks & Regards
Amit Agrawal
9970971709


On Mon, Mar 19, 2012 at 6:00 PM, Nitesh Suryavanshi [via OFBiz] <
ml-node+s135035n4484586...@n4.nabble.com> wrote:

> Hi Amit,
>
> Please refer Ofbiz tutorial documentation.
>
> https://cwiki.apache.org/OFBIZ/ofbiz-tutorial-a-beginners-development-guide.html
>
> Thanks&  Regards
> Nitesh Suryavanshi
>
>
> On Monday 19 March 2012 03:39 PM, amitagrawal wrote:
>
> > Hi All,
> >
> > I saw some sample OfBiz applications and I executed them also.
> >
> > But I am unable to understand the flow.
> >
> > In other frameworks the flow can easily explained.
> >
> > But in this I could not.
> >
> > We are defining the data model in  XML files.
> > We are not writing any JDBC code. But I want display the data which is
> in
> > the
> > DB on the UI( using JSP or HTML)
> >
> > In this case I need to interact with the DB.
> >
> > But No method is given to interact with DB. I am not understanding How
> we
> > the
> > interaction between UI and DB..?
> >
> > What are the components in OfBiz that are implementing Business Layer?
> >
> > If Services are implementing the Business Layer then what is the need of
> > java
> > source files..?
> >
> > How much java code we can use in typical OfBiz application..?
> > How much java code we should actually use if We want to call it as an
> > efficient OFBiz application ?
> >
> > Anyone please answer these questions and also suggest me how can I learn
> > ofBiz
> > as quickly as possible ?
> > Thanks and Regards
> > Amit Agrawal
> > [hidden email] 
> >
> > --
> > View this message in context:
> http://ofbiz.135035.n4.nabble.com/Users-OfBiz-performance-tp139865p4484282.html
> > Sent from the OFBiz - User mailing list archive at Nabble.com.
> >
>
>
> --
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://ofbiz.135035.n4.nabble.com/Users-OfBiz-performance-tp139865p4484586.html
>  To unsubscribe from Users - OfBiz -performance, click 
> here
> .
> NAML
>


--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Users-OfBiz-performance-tp139865p4484610.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Users - OfBiz -performance

2012-03-19 Thread manish
You can connect with data base using entityEngine.xml. 
And then read Entity Model in Ofbiz Tutorial.You will find your solution
there.



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Users-OfBiz-performance-tp139865p4484892.html
Sent from the OFBiz - User mailing list archive at Nabble.com.