Plugin development with pure java

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Plugin development with pure java

Илья Михайлов
Hallo!

Is it possible plugin or app development with pure java without xml?

Can you provide some examples please?

Regards, Ilya
Reply | Threaded
Open this post in threaded view
|

Re: Plugin development with pure java

Rishi Solanki
Dear OFBiz User,
All configurations under config folder, ofbiz-component.xml, entitydef,
servicedef folders, widgets and webapp requires xml which should not be
replace, as it helps us to easily achieve complex architecture. But you can
replace all forms using any UI technologies or free market template
directly supported by OFBiz.
For business logic development there is no need to go for XML instead you
can use the complete Java or Java like scripting language groovy. Please
revert back in case you are looking for something else with more details.

HTH!

Best Regards,
--
*Rishi Solanki* | Sr Manager, Enterprise Software Development
HotWax Systems <http://www.hotwaxsystems.com/>
Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center, Indore,
M.P 452010
Linkedin: *Rishi Solanki*
<https://www.linkedin.com/in/rishi-solanki-62271b7/>
Direct: +91-9893287847


On Tue, May 7, 2019 at 4:23 PM Илья Михайлов <[hidden email]>
wrote:

> Hallo!
>
> Is it possible plugin or app development with pure java without xml?
>
> Can you provide some examples please?
>
> Regards, Ilya
>
Reply | Threaded
Open this post in threaded view
|

Re: Plugin development with pure java

Michael Brohl-3
Just an addon to Rishi's summary: you will find services and event logic
programmed in mini/simple lang (XML). This is deprecated and will be
replaced by Groovy over time.

Regards,

Michael Brohl

ecomify GmbH - www.ecomify.de


Am 07.05.19 um 13:52 schrieb Rishi Solanki:

> Dear OFBiz User,
> All configurations under config folder, ofbiz-component.xml, entitydef,
> servicedef folders, widgets and webapp requires xml which should not be
> replace, as it helps us to easily achieve complex architecture. But you can
> replace all forms using any UI technologies or free market template
> directly supported by OFBiz.
> For business logic development there is no need to go for XML instead you
> can use the complete Java or Java like scripting language groovy. Please
> revert back in case you are looking for something else with more details.
>
> HTH!
>
> Best Regards,
> --
> *Rishi Solanki* | Sr Manager, Enterprise Software Development
> HotWax Systems <http://www.hotwaxsystems.com/>
> Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center, Indore,
> M.P 452010
> Linkedin: *Rishi Solanki*
> <https://www.linkedin.com/in/rishi-solanki-62271b7/>
> Direct: +91-9893287847
>
>
> On Tue, May 7, 2019 at 4:23 PM Илья Михайлов <[hidden email]>
> wrote:
>
>> Hallo!
>>
>> Is it possible plugin or app development with pure java without xml?
>>
>> Can you provide some examples please?
>>
>> Regards, Ilya
>>


smime.p7s (5K) Download Attachment