On Fri, Apr 7, 2017 at 10:21 AM, Pradeep Murugesan
<pradeepmurugesan@outlook.com> wrote:
> Hi,
>
> After that:
>
> - Get rid of the old Fallwizard dependency, as that version isn't
> available in well known repos. Certainly we should just use pure
> Dropwizard (or any other light weight "micro service" framework you
>
> feel like using).
>
> Do you think we can give a short at Spring boot to replace Fallwizard ?
Spring boot sounds like a good idea to me.
By the way, regarding the data model parsing, I'm just wondering if we
can simplify the parsing code (DataModelParser.java) by accepting only
a JSON string like the following example:
{
someString: "Some value",
someNumber: 3.14,
someBoolean: true
someDatetime: "2014-02-28T18:50Z",
someList: ["JSON", "syntax", 1, 2, 3 ],
someMap: { "JSON syntax": true, "nestedList": [1, 2, 3] }
someXML: "<example x='1'>text</example>"
}
Jackson support ALLOW_UNQUOTED_FIELD_NAMES option and good type
handling of values...
Just my two cents,
Woonsan
> Also should we think about using Travis CI for continuous integration or you have any
other ideas ?
>
> Pradeep.
> ________________________________
> From: Daniel Dekany <ddekany@apache.org>
> Sent: Saturday, April 1, 2017 10:09 PM
> To: dev@freemarker.incubator.apache.org
> Subject: Anyone volunteers for online-tester legal cleanup and other refactorings?
>
> We have just received the source code of
> http://freemarker-online.kenshoo.com/ from Kenshoo, as a contribution
> to the FreeMarker project. Here's the Git repo:
>
> https://git-wip-us.apache.org/repos/asf?p=incubator-freemarker-online-tester.git
> https://github.com/apache/incubator-freemarker-online-tester
>
> Anyone wants to take care of some (or all) of these tasks:
>
> The first thing to do is the legal cleanup:
> - Change license headers (such as it can't contain "Copyright 2014 Kenshoo.com")
> - Change the package from com.kenshoo.freemarker to
> org.apache.freemarker.onlinetester (or something like that)
> - Update LICENSE (and NOTICES if needed) with any extra intellectual
> property related information needed.
>
> After that:
> - Get rid of the old Fallwizard dependency, as that version isn't
> available in well known repos. Certainly we should just use pure
> Dropwizard (or any other light weight "micro service" framework you
> feel like using).
>
> And finally we should continue pushing
> https://issues.apache.org/jira/browse/INFRA-13246 "Create a demo VM
> [INFRA-13246] Create a demo VM for the Freemarker project ...<https://issues.apache.org/jira/browse/INFRA-13246>
> issues.apache.org
> The Freemarker team (incubating) would like to promote their project more. The site http://freemarker-online.kenshoo.com/
provides a way to test Freemarker code online.
>
>
>
> for the Freemarker project".
>
> --
> Thanks,
> Daniel Dekany
>
|