<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="./stylesheet/mathml.xsl"?>
<!--<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">-->
<!DOCTYPE html SYSTEM "myents.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
	<link href="./stylesheet/style.css" rel="stylesheet" type="text/css" />
		<title>Mersenne Numbers Serach using Web Services</title>
	</head>
	<body>
	<h1>Web Services and the Search for Really Big Prime Numbers</h1>
	<p>The information and code developed at this site is based aroudn ideas presented in the an article on <a href="http://www.onjava.com/">OnJava</a> called <a href="http://www.onjava.com/pub/a/onjava/2002/08/28/wsdc.html">Web Services and the Search for Really Big Prime Numbers</a></p>
	<hr/>
	<h2>Project Information</h2>
	<table>
		<tbody>
			<tr>
					<td>
						<strong>Projects group:</strong>
						<br/>
					</td>
					<td>
						<a href="https://sourceforge.net/projects/primes/">     https://sourceforge.net/projects/primes/</a>
					</td>
				</tr>
				<tr>
					<td>
						<strong>CVS web:</strong>
					</td>
					<td>
						<a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/primes/">
       http://cvs.sourceforge.net/cgi-bin/view.cgi/primes</a>
					</td>
				</tr>
				<tr>
					<td>
						<strong>Download Your Nightly CVS Tree Tarball:</strong>
						<br/>
					</td>
					<td>
						<a href="http://cvs.sourceforge.net/cvstarballs/primes-cvsroot.tar.gz">http://cvs.sourceforge.net/cvstarballs/primes-cvsroot.tar.gz</a>
					</td>
				</tr>

				
					</tbody>
	</table>
	
	<hr></hr>
						
						<h2>Mersenne Numbers Tutorial</h2>
			
			<p>This tutorial is make up of three sections but basically we will be using a little maths, a bit of UML and some Web Services to examine a mathematical problem of prime big prime numbers and seeing how Web Services approaches this issue. The three section are</p>	
<ol>
	<li><a href="./mersenne.xhtml">The maths and the modelling behind this problem</a></li>
	<li><a href="./architecture.xhtml">Understanding the server side architechure</a></li>
	<!--<li><a href="./Tutorial.xhtml">Howto deploy this exmaple using CapeConnect and CapeStudio</a></li>-->
</ol>
<hr/>
<p>The site uses <a href="http://www.w3.org/Math/">MathML</a> and in order to view these pages correctly you will need either:</p>
<ul>
	<li><a href="http://www.mozilla.org/">Mozilla 1.0</a></li>
	<li><a href="http://www.netscape.com/">Netscape 7.0</a></li>
	<li>IE 5.5 or above with <a href="http://www.dessci.com/webmath/mathplayer/">MathPlayer</a></li>
</ul>
<hr />
<table>
  <tr>
        <td colspan="2">
        <a href="http://sourceforge.net"> <img src="http://sourceforge.net/sflogo.php?group_id=50159&amp;type=5" width="210" height="62" border="0" alt="SourceForge Logo"/></a>


          
          <p style="text-align: center;">
          Last updated August 30, 2002. Send feedback, comments and criticism to
          <a href="mailto:eoinlane@yahoo.com">Eoin Lane</a>.
          <br/>

      
          
          This page is best viewed with browsers that support the following
          standards:       </p>   <br/>

      

    <a class="right" href="http://validator.w3.org/">
      <img src="http://www.w3.org/Icons/valid-xhtml10" 
	alt="Valid XHTML 1.0!"  width="88" height="31" /></a>
    <a class="right" href="http://jigsaw.w3.org/css-validator">
      <img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" 
	alt="Valid CSS!" /></a>
	<a href="http://www.w3.org/Math"><img alt="MathML inside!"
src="./images/mathmlSmall.png" /></a> 
                  </td>
      </tr>
    </table>

</body>
</html>
