Re: [FM3] Template file extension

2017-06-14 Thread Denis Bredelet
Hi Daniel, > On 14 Jun 2017, at 23:14, Daniel Dekany wrote: > > Wednesday, June 14, 2017, 4:32:41 PM, Woonsan Ko wrote: > >> On Wed, Jun 14, 2017 at 5:25 AM, Daniel Dekany > > wrote: >>> For FM3, because the template language changes, we need to change the >>> standar

Re: [FM3] Should localized template lookup be off by default?

2017-06-14 Thread Denis Bredelet
Hi Daniel, >> * Assuming that the caching works the IO is minimal even for cache misses >> * Assuming that the little IO becomes relevant those user will be heavy >> users anyway >> >> Thanks in advance, >> >> Siegfried Goeschl >> >> >>> On 14 Jun 2017, at 11:12, Daniel Dekany wrote: >>> >>

Re: [FM3] Template file extension

2017-06-14 Thread Daniel Dekany
Wednesday, June 14, 2017, 4:32:41 PM, Woonsan Ko wrote: > On Wed, Jun 14, 2017 at 5:25 AM, Daniel Dekany wrote: >> For FM3, because the template language changes, we need to change the >> standard (recommended) template file extension. I propose this: >> >> - ftl to fm3 >> - ftlx to fm3x >> - ftl

Re: [FM3] Should localized template lookup be off by default?

2017-06-14 Thread Daniel Dekany
Wednesday, June 14, 2017, 11:55:10 AM, Siegfried Goeschl wrote: > Hi folks, > > sorry to skip in as FM rookie :-) > > IMHO both approaches (opt-in & opt-out) are valid but I personally lean > towards opt-out > > * The newbie (and casual user) is delighted if a useful feature works out of > the b

Re: [FM3] Should localized template lookup be off by default?

2017-06-14 Thread Christoph Rüger
+1 for turning it off by default. Just make sure it is clearly described in the localization section of the manual. I know it always depends but outofthebox-performance is more important here in my opinion. Am 14.06.2017 4:20 nachm. schrieb "Woonsan Ko" : > I don't think the template lookup featu

Re: [FM3] Template file extension

2017-06-14 Thread Woonsan Ko
On Wed, Jun 14, 2017 at 5:25 AM, Daniel Dekany wrote: > For FM3, because the template language changes, we need to change the > standard (recommended) template file extension. I propose this: > > - ftl to fm3 > - ftlx to fm3x > - ftlh to fm3h I'm fine with that. When I look up the file extension,

Re: [FM3] Should localized template lookup be off by default?

2017-06-14 Thread Woonsan Ko
I don't think the template lookup feature based on locale is used often in practices, either. In FM3, I think people need to follow a guideline on how to migrate FM2 anyway, so it seems just fine to me if we turn it off by default as the feature requires additional IOs. Regards, Woonsan On Wed,

Re: [FM3] Renaming some ore settings...

2017-06-14 Thread Woonsan Ko
On Sat, Jun 3, 2017 at 6:29 PM, Daniel Dekany wrote: > These: > - cacheStoreage to templateCacheStorage > - localizedLookup to localizedTemplateLookup > > Reason: As these are Configuration settings, it's not obvious what are > we caching (tempaltes) and what are we looking up in a localized way >

Re: [FM3] Should localized template lookup be off by default?

2017-06-14 Thread Siegfried Goeschl
Hi folks, sorry to skip in as FM rookie :-) IMHO both approaches (opt-in & opt-out) are valid but I personally lean towards opt-out * The newbie (and casual user) is delighted if a useful feature works out of the box * Changing the existing behaviour is an annoying (and potentially breaking)

[FM3] Template file extension

2017-06-14 Thread Daniel Dekany
For FM3, because the template language changes, we need to change the standard (recommended) template file extension. I propose this: - ftl to fm3 - ftlx to fm3x - ftlh to fm3h Why not ftl3? Mostly because I think that "FTL" is kind of cryptic for the casual user (which is almost all the users fo

Re: [FM3] Should localized template lookup be off by default?

2017-06-14 Thread Daniel Dekany
Tuesday, June 13, 2017, 2:49:17 PM, brede...@me.com wrote: > ‎-1 > > I think that is one place where feature by default is better than performance > by default.  OK, but why? The reason I prefer opt-in approach (as opposed to opt-out) here is that you won't use this feature unless you are aware