|
jforum example source code file (beta.jsp)
This example jforum source code file (beta.jsp) is included in the DevDaily.com
"Java Source Code
Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.
The jforum beta.jsp source code
<jsp:include page="header.jsp"/>
<!-- InstanceBeginEditable name="MainContent" -->
<div style="padding:10px; height:496px;" >
<img src="images/bt_beta.gif">
<div>
<p>
The beta releases of JForum allow you to check out the latest available features and improvements, giving you a good
idea of what's comming next. As the name implies, a <i>beta relaese is still under development, and it is possible
that you may find a feature that's not finished yet, for example.
</p>
<p>
Also, the beta release <b>does not have the web installer enabled, so you have to install it manually. Other
advices and upgrade instructions are available at <a href="/doc/InstallingTheLatestBetaRelease">Installing the latest beta release.
</p>
<div class="blue-title">Downloading the beta
<div>
<p> Click here to download the latest beta of JForum
<p>
Please keep in mind that beta releases are not destined to final users, but in fact to those who want to take advantage of a new feature or buf fix.
</p>
<p>
<b> If you are a developer wanting to help JForum, please check the development section.
</p>
<div class="blue-title">Running the upgrade scripts / updating the database schema
<div>
<p>
Each new release of JForum may require changes to the database schema, due to changes in the object model. The <i>upgrade scripts are usually located
in the directory <i>upgrade/<version>, and all you have to do is to run it on your database. Don't forget to first make a backup of your current
database, in order to not lose anything.
</p>
<p>
For more detailed beta installining instructions, check the page <a href="/doc/UpgradingFrom2.1.6To2.1.7">installing the latest beta release.
</p>
</div>
<!-- InstanceEndEditable -->
<jsp:include page="bottom.jsp"/>
Other jforum examples (source code examples)
Here is a short list of links related to this jforum beta.jsp source code file:
|