WEB开发网
开发学院软件开发Java 结合使用 Apache Geronimo 和 Lift:用 Lift 创建... 阅读

结合使用 Apache Geronimo 和 Lift:用 Lift 创建 Web 应用程序并部署到 Geronimo

 2009-11-19 00:00:00 来源:WEB开发网   
核心提示: 在第一次运行这个命令时,会看到 Maven 下载运行 Jetty 所需的几个 JAR 文件,结合使用 Apache Geronimo 和 Lift:用 Lift 创建 Web 应用程序并部署到 Geronimo(7),完成之后,就可以通过访问 http://localhost:8080 启动 L

在第一次运行这个命令时,会看到 Maven 下载运行 Jetty 所需的几个 JAR 文件。完成之后,就可以通过访问 http://localhost:8080 启动 Lift 应用程序。


图 2. 欢迎页面
结合使用 Apache Geronimo 和 Lift:用 Lift 创建 Web 应用程序并部署到 Geronimo

图片看不清楚?请点击这里查看原图(大图)。

如果单击 Update Page,应该会看到前面创建的页面。


图 3. 更新页面
结合使用 Apache Geronimo 和 Lift:用 Lift 创建 Web 应用程序并部署到 Geronimo

图片看不清楚?请点击这里查看原图(大图)。

您可能会注意到页面的标题和底部的链接。它们来自默认模板,如下所示。


清单 5. 默认模板
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:lift="http://liftweb.net/"> 
 <head> 
  <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> 
  <meta name="description" content="" /> 
  <meta name="keywords" content="" /> 
   
  <title>Lift Web Framework</title> 
  <lift:CSS.blueprint /> 
  <lift:CSS.fancyType /> 
  <script id="jquery" src="/classpath/jquery.js" type="text/javascript"/> 
  <script id="json" src="/classpath/json.js" type="text/javascript"/> 
  <style> 
 /* <![CDATA[ */ 
.sidebar ul { 
  margin:0; 
  padding:0; 
  border-bottom:1px solid #ccc; 
} 
   
 
.sidebar ul li { 
  margin:0; 
  padding:0; 
  list-style:none; 
  border:1px solid #ccc; 
  border-bottom:none; 
} 
 
.sidebar ul li a { 
  display:block; 
  padding:3px; 
  text-indent:30px; 
  text-decoration:none; 
} 
 
.sidebar ul li a:hover { 
  background-color: #eee; 
} 
 
 
 /* ]]> */ 
 </style> 
 </head> 
 <body> 
  <div class="container"> 
   <div class="column span-12 last" style="text-align: right"> 
    <h1 class="alt">quepasa</h1> 
   </div> 
 
   <hr/> 
 
   <div class="column span-6 colborder sidebar"> 
    <hr class="space" /> 
    <lift:Menu.builder />   
    <div> 
     <lift:snippet type="msgs"/> 
     <hr class="space" /> 
    </div> 
   </div> 
 
   <div class="column span-17 last"> 
    <lift:bind name="content" /> 
   </div> 
 
   <hr /> 
   <div class="column span-23 last" style="text-align: center"> 
    <h4 class="alt"> 
     <a href="http://liftweb.net"> 
      <i>lift</i> 
     </a> is Copyright 2007 WorldWide Conferencing, LLC.  
  Distributed under an Apache 2.0 License.</h4> 
   </div> 
 
  </div> 
 </body> 
</html> 

上一页  2 3 4 5 6 7 8 9 10  下一页

Tags:结合 使用 Apache

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接