当前位置:  软件>java软件

MVC框架 jWebapp

    来源:    发布时间:2015-01-10

    本文导语:  jWebApp是一个基于Servlet的MVC框架,目的是为了简化小型web项目的开发复杂度。 示例: jWebApp is literally this simple:     public class HelloWorld extends RequestHandler {         public String processHello(ServerInterface serverInterface) {          ...

jWebApp是一个基于Servlet的MVC框架,目的是为了简化小型web项目的开发复杂度。

示例:

jWebApp is literally this simple:

    public class HelloWorld extends RequestHandler {

        public String processHello(ServerInterface serverInterface) {

            serverInterface.setAttribute("helloWorld", "Hello World");

            return "/WEB-INF/helloWorld.jsp";

          }

        public String processHelloAgain(ServerInterface serverInterface) {

            serverInterface.setAttribute("helloWorld", "Hello World Again");

            return "/WEB-INF/helloWorld.jsp";

          }

      }

 

Just plain HTML and your favorite template markup

   

        Hello, This Is A Simple "Hello World" Example.

        ${helloWorld}

       

Hello World

       

Hello Again

   

The following servlet configuration is all that is needed (outside our control, it's a servlet thing).

   

        jwaRequestServlet

        jwebapp.RequestServlet

   

 

   

        jwaRequestServlet

        /helloWorld/hello

   

 

   

        jwaRequestServlet

        /helloWorld/helloAgain

   

 

   

        index.jsp

   

 

And, calling the above is simple!

    http://host/context/helloWorld/hello

    http://host/context/helloWorld/helloAgain


    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • ASP.NET MVC 5使用X.PagedList.Mvc进行分页教程(PagedList.Mvc)
  • MVC 5 第一章 创建MVC 5 web应用程序
  • MVC 5 第二章 MVC5应用程序项目结构
  • 哪里有MVC方面的资料??最好是中文的.谢谢.
  • PHP的MVC框架 ApPHP
  • ash.MVC
  • Mac's PHP MVC Framework
  • php.MVC
  • 简单的MVC框架 dispatcher
  • 对MVC的一些疑问
  • 哪位对mvc模式有研究?
  • asp.net MVC进阶学习---HtmlHelper之GridView控件拓展(一)
  • java mvc框架 mint-mvc
  • mvc框架 jxyz
  • MVC2 jQuery的验证时,关于客户端验证绑定复选框问题。
  • 基于PHP的MVC开发框架 Arsenals
  • PHP 框架 Medoo-MVC
  • PHP的MVC框架 AngryFox
  • PHP的MVC框架 AlloyFramework
  • mvc框架 CrossPHP


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3