Re: OfBiz 4GL

2009-05-27 Thread Marek Mosiewicz
id of object and other options; In fact what is new compared e.g. to Groovy builders is that it is alter aware language. It would be nice both in metaobjects updating as in entities updating. Cheers, Marek - Original Message - From: "BJ Freeman" To: Sent: Sunday, May 2

Re: OfBiz 4GL

2009-05-23 Thread BJ Freeman
is closest to my mind is the SQL99 where there is standard > language and quite nice object features. But unfortunetly it is still > not implemented except DB2. > > > > Marek > > - Original Message - From: "Ján Valkovič" > To: > Sent: Friday, May

Re: OfBiz 4GL

2009-05-23 Thread Marek Mosiewicz
9 11:03 AM Subject: Re: OfBiz 4GL Hi, My 5 cents. What about AspectJ http://www.eclipse.org/aspectj/ as implementation of "your" language? ya Dňa Št, 2009-05-21 o 20:58 +0200, Marek Mosiewicz napísal: Compiere does not do this in elastic way. There is no way to alter service defini

Re: OfBiz 4GL

2009-05-22 Thread Ján Valkovič
ble). > > I know that there is alredy infrastructure in OfBiz to do this. That it is > why I write here. > > Best regards, > Marek > > - Original Message - > From: "BJ Freeman" > To: > Sent: Friday, May 15, 2009 6:26 PM > Subject: Re: O

Re: OfBiz 4GL

2009-05-21 Thread Marek Mosiewicz
2009 6:26 PM Subject: Re: OfBiz 4GL There are applications like Compiere that use this. so Why change ofbiz? Also how about addressing some of the inherited features like UI and DB(at least the adds) change when entities changes Then there is the automatic Creation of CRUD services that get buil

Re: OfBiz 4GL

2009-05-16 Thread BJ Freeman
before you try to change it." > > -Adrian > > --- On Fri, 5/15/09, BJ Freeman wrote: > >> From: BJ Freeman >> Subject: Re: OfBiz 4GL >> To: dev@ofbiz.apache.org >> Date: Friday, May 15, 2009, 7:02 PM >> but don't let me stop you from >> develo

Re: OfBiz 4GL

2009-05-15 Thread Adrian Crum
Actually, we already have a 4GL - it's called mini-language. To quote one of the project's founders (paraphrased) "Understand the design before you try to change it." -Adrian --- On Fri, 5/15/09, BJ Freeman wrote: > From: BJ Freeman > Subject: Re: OfBiz 4GL

Re: OfBiz 4GL

2009-05-15 Thread BJ Freeman
but don't let me stop you from developing it to show to the community. :D BJ Freeman sent the following on 5/15/2009 9:26 AM: > There are applications like Compiere that use this. so Why change ofbiz? > Also how about addressing some of the inherited features like UI and > DB(at least the adds) ch

Re: OfBiz 4GL

2009-05-15 Thread BJ Freeman
There are applications like Compiere that use this. so Why change ofbiz? Also how about addressing some of the inherited features like UI and DB(at least the adds) change when entities changes Then there is the automatic Creation of CRUD services that get built from the Entity. Triggers are covered

OfBiz 4GL

2009-05-15 Thread Marek Mosiewicz
What could be very interesting would be to add new language to OfBiz. It could be some 4GL which would bring many interesting features: First it could be service writing languge. It could be static language which would make it types based on entities and services (maybe services could be more e