[stringtemplate-interest] String-template in the ISS/ASP.NET Setting

Ian Rae ianrae88 at gmail.com
Tue Aug 14 17:36:49 PDT 2007


ASP.Net has a fair number of nice features so I'm not sure why you want to
replace it with ST.  But for some types of apps I'm sure it might be
better.  My ASP.Net life got much better when I switched to a MVP
(ModelViewPresenter) approach using NUnit to unit test most of the code, and
very lightweight views to bind data to ASP.Net widgets.  This way most
development can be done in a console app (the M and P precisely) where
debugging is simple.

--Ian

On 8/14/07, Geoffrey Zhu <zyzhu2000 at gmail.com> wrote:
>
> No use case/best practices about setting up string-template as a
> template engine to generate HTML to share?
>
> The string-template interface is straightforward. I just want to know
> how others with more experience use it to do web development.
>
> On 8/13/07, Geoffrey Zhu <zyzhu2000 at gmail.com> wrote:
> >
> > Hi All,
> >
> > From reading about it, it looks like string-template can be used as a
> nice template-engine for generating web pages. I am just wondering if anyone
> has used it with ASP.NET and IIS to build web sites, and if so, what is
> the best way to work under such a setting. For example, what is the best way
> to edit the templates? What is the best workflow? What is the best way to
> debug?
> >
> > Thanks,
> > Geoffrey
> _______________________________________________
> stringtemplate-interest mailing list
> stringtemplate-interest at antlr.org
> http://www.antlr.org:8080/mailman/listinfo/stringtemplate-interest
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org:8080/pipermail/stringtemplate-interest/attachments/20070814/1a0320f7/attachment.html 


More information about the stringtemplate-interest mailing list