You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/07/04 04:18:00 UTC

[jira] [Commented] (FREEMARKER-55) FM3 freemarker-spring module, Web MVC support

    [ https://issues.apache.org/jira/browse/FREEMARKER-55?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16073085#comment-16073085 ] 

ASF GitHub Bot commented on FREEMARKER-55:
------------------------------------------

GitHub user woonsan opened a pull request:

    https://github.com/apache/incubator-freemarker/pull/25

    FREEMARKER-55: Freemarker View and ViewResolver implementation

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/woonsan/incubator-freemarker feature/FREEMARKER-55

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-freemarker/pull/25.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #25
    
----
commit 584b46b86aee16134f1f1c9e6d2cdb79bb7f8016
Author: Woonsan Ko <wo...@apache.org>
Date:   2017-06-28T20:18:14Z

    FREEMARKER-55: Adding skeletal FreemarkerView

commit ec2d37c6dbf19ec4aca839b9bea737e0881e0f02
Author: Woonsan Ko <wo...@apache.org>
Date:   2017-06-28T20:19:19Z

    Merge branch '3' into feature/FREEMARKER-55

commit 334d9cde950f06e480027d3064e53b6c1cfa54e2
Author: Woonsan Ko <wo...@apache.org>
Date:   2017-06-29T03:36:49Z

    FREEMARKER-55: adding model building code.

commit 36b0694f335c319946f908729be95f1808f23b2a
Author: Woonsan Ko <wo...@apache.org>
Date:   2017-06-29T04:41:17Z

    FREEMARKER-55: Adding more tests regarding FreemarkerView's model

commit 8e8c724b6f2ae003c67c4bc0c41fb026c0b9f6ad
Author: Woonsan Ko <wo...@apache.org>
Date:   2017-06-29T05:21:40Z

    FREEMARKER-55: Adding test for Application attributes.

commit cb4fab3ae483d2fb645d296aff0ab94c78a8d4b9
Author: Woonsan Ko <wo...@apache.org>
Date:   2017-06-30T03:30:47Z

    FREEMARKER-55: Add TaglibFactoryBuilder to reuse TaglibFactory creation logic

commit c2589eeb0517006715d427b591d186fafff7a32b
Author: Woonsan Ko <wo...@apache.org>
Date:   2017-06-30T03:31:44Z

    Merge branch '3' into feature/FREEMARKER-55

commit 83e896c01ebe2fd3fa5b0997f6ee177ccbeed2f5
Author: Woonsan Ko <wo...@apache.org>
Date:   2017-06-30T03:56:20Z

    FREEMARKER-55: Adding FreemarkerViewResolver

commit 9083de1ba04d9d54b80109ed86941da72337cba5
Author: Woonsan Ko <wo...@apache.org>
Date:   2017-07-02T05:25:01Z

    Adding FreemarkerViewResolver and improving FreemarkerViewTest with JspTaglibFactory and example.

commit b375e1478f3ef3f5c12ac51890454c810e3dc057
Author: Woonsan Ko <wo...@apache.org>
Date:   2017-07-02T05:25:49Z

    Merge branch '3' into feature/FREEMARKER-55

commit 4088f91f62b678d2c4bebc25375d7fc822f47420
Author: Woonsan Ko <wo...@apache.org>
Date:   2017-07-02T06:22:52Z

    FREEMARKER-55: Adding FreemarkerViewResolverTest

commit 6ff7849be9bc71ee6fe81f4db6ab3530d7c8296e
Author: Woonsan Ko <wo...@apache.org>
Date:   2017-07-04T02:23:05Z

    Merge branch '3' into feature/FREEMARKER-55

commit c5e9fe30857c3175a777df62416caff283ed6fea
Author: Woonsan Ko <wo...@apache.org>
Date:   2017-07-04T04:03:43Z

    polishing API and javadocs.

commit 53d9ef941514945310f6df642faf558d996256bf
Author: Woonsan Ko <wo...@apache.org>
Date:   2017-07-04T04:13:26Z

    FREEMARKER-55: polising javadocs

----


> FM3 freemarker-spring module, Web MVC support
> ---------------------------------------------
>
>                 Key: FREEMARKER-55
>                 URL: https://issues.apache.org/jira/browse/FREEMARKER-55
>             Project: Apache Freemarker
>          Issue Type: Task
>    Affects Versions: 3.0.0
>            Reporter: Daniel Dekany
>
> Add Spring "Web MVC framework" functionality to freemarker-spring.
> This can be complex task (and the issue possibly has to be subdivided), as it involves things like:
> * Some aspects of the FreeMarker 2 integration (developed by the Spring developers) are quite confusing ({{FreemarerConfigurer}}, etc.), and we are looking into if it needs to be like that.
> * See if we can support {{@EnableWebMvc}} (note that FreeMarker 2 support is hard coded into {{ViewResolverRegistry}}, which we can't modify)
> * Creating custom directives/methods to expose Spring features like the Spring JSP Tag Library does (but in a way that firs FreeMarker better)
> * Expose JSP custom tag support from the {{freemarker-servlet}} module.
> Depends on: FREEMARKER-54



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)