Click here to Skip to main content
15,891,184 members
Articles / Web Development / Apache

Struts 2 Integration with Google AppEngine

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
19 Dec 2012MPL7 min read 22.4K   147   5  
This article introduces developers to use Apache Struts 2 with Google AppEngine. Specifically, the jars needed, and the project setup to allow your application to allow Struts execute under the AppEngine environment.
      <div id="login">test
      <div id="login-left">Welcome Punk</div>
      <div id="login-right">Logout</div>
      </div>
      <h1>Code Snippet Repository</h1>
      <h3>Term of Agreement</h3>
      <div id="strip"></div>
        <div id="agreement">
	      <h3>Privacy</h3>
	      <p>We only collect minimum amount of your personal information, your user name. And we don't share the info we collected
	      to any one.</p>
	      <h3>Copy Rights</h3>
	      <p>We assume that the code snippets you have submitted belongs to you or whatever the source you have obtained from. We
	      do not claim the copy rights of any code snippets, unless we explicitly claim that we hold the copy rights. Please be aware
	      of this fact.</p>
	      <h3>Liability</h3>
	      <p>We do not assume any responsibility of the copy rights violation of our user. We only provide a convenient service to our
	      users, and do not own any copy rights of code snippets submitted by our users. So we are not liable for any wrong doing of
	      our users. Please be aware of this fact.</p>
	      <h3>Moderation</h3>
	      <p>We will respond to any complaints promptly. After detailed examination of the complaints from all involved parties, we
	      will take appropriate actions. Which including the following:</p>
	      <ul>
	        <li>Removing the code snippets that violate copy rights.</li>
	        <li>Removing users that are involved in any proven wrong doing.</li>
	      </ul>
	      <b>By registering and use our service, you are agree to our term of service. Thank you.</b>
      </div>
      <div id="content">
    <s:form action="SaveUserRegistration.action">
    <s:checkbox label="I Agree" name="agreeToTerm" value="aBoolean" fieldValue="true"/>
    <s:submit/>
    </s:form>
    </div>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Mozilla Public License 1.1 (MPL 1.1)


Written By
Team Leader The Judge Group
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions