#1 2012-06-14 08:40:20

shura_7_2
Member
Registered: 1970-01-01
Posts: 12

Dynamic expression parser

Tags: [java]

Hi ,

I need some help , my target is to receive the some expression by configuration file
and to parse it dynamicaly.
for example :
row2.id = (row2.id * 2)
or
row2.id = (row2.id  + row2.id2)

but the problem is that it can be some mathematically expression but it also can
Date time format expression.

And in addition is it possible to add these operation on the flow (may be POJO).

I need some direction .

Regards,
Shura

Offline

#2 2012-06-15 04:37:49

pedro
Member
Registered: 2011-11-17
Posts: 3682

Re: Dynamic expression parser

Hi Shura

Why don't use create custom routine for your own requirement?
It's POJO in fact with public static method.

Regards,
Pedro


Only Paranoid Survive.

Offline

Board footer

Powered by FluxBB