Tel: +44(0)1865 300 579
Fax: +44(0)1865 300 232

Programs for Programmers

webMathematica

 

Mathematica prices

 

 

webMathematica

Dynamic websites that compute custom results and interact with users usually require difficult programming and show unreliable functionality. But webMathematica 3 provides a start-to-finish solution that combines the computational power and knowledge of Mathematica with a powerful language for easy development and high-scalability deployment.

webMathematica launches your application as a stable, high-performing website, with fast development and easy deployment. Try webUnRisk

 

How is webMathematica different from Mathematica?

webMathematica and Mathematica have the same underlying engine, but they provide fundamentally different user interfaces and are aimed at different types of users.

webMathematica offers access to specific Mathematica applications through a web browser or other web clients. The standard interface provided requires little training to use effectively. In most cases, users neither have to be familiar with Mathematica nor need to know they are using Mathematica.

In some sense, one can consider Mathematica a development environment for webMathematica sites. As an example, Mathematica is suitable for working on code that models some physical process--code that can then be placed into a webMathematica site to enable people to run the model and use its results for their regular work.

Key Advantages

webMathematica solves the problem of how to create and distribute solutions to technical computing problems quickly in today's networked environment.

You can develop new applications rapidly without requiring developers to learn new skills or to write a lot of Java code for mathematical algorithms, graphics, and input and output.

 Developers do not have to worry about session management and error recovery. webMathematica takes care of all aspects of development, letting your R&D personnel concentrate on solutions, not the implementation details.

webMathematica lets you build, test, and deploy specialized web services for computation and visualization at a faster pace and a lower cost than ever before.
 
Use webMathematica content to draw more visitors to your corporate website or to build an enterprisewide computational services infrastructure that lowers the initial investment and cost of ownership by streamlining deployment and maintenance of technical computing applications. webMathematica even enables you to deliver applications to mobile devices so that your field personnel always have access to the latest tools.

The three most immediate technical advantages for your organization as a whole are:

Computational Ability

 webMathematica provides a large library of Mathematica commands for web development. This allows you to build technical computing web services, including numerical, symbolic, and graphical applications that solve your daily technical computing problems quickly and easily. Also, Mathematica can import and export over 40 data, sound, and image formats, enabling users to process data online.

Server-Based Computation

There is no software to buy, install, or maintain in order to use webMathematica sites. All that end users need is a web browser and, for some more-advanced features such as interactive 3D graphics, a Java runtime environment. This leads to significant savings over buying and maintaining user software and also makes sure that every end user always has the most recent version. An additional advantage is that websites enhanced by webMathematica can be accessed from any computer or web-enabled device in your organization.

Ease of Use

All that is needed to take advantage of webMathematica-enhanced sites is a web browser. All user interface elements are standard web GUI elements such as text fields, check boxes, and drop-down lists. This enables you to cut training time because your employees no longer have to learn different software applications. In many cases, no Mathematica experience is required.

Advantages for Development

Solutions in minutes, not months, of development work

webMathematica makes all of the functionality of Mathematica available for website development. This easy access to the latest high-level computational algorithms as well as to powerful data analysis, graphics, and typesetting functions means that you can concentrate on solving your problems, not on programming solutions yourself. Regardless of the size of the application you are creating, developing it in webMathematica will cut your development time and make your application more robust as well as easier to use and maintain.

Key advantages of webMathematica for developers include:

Integration of Mathematica and HTML 

webMathematica allows a site to deliver HTML pages that are enhanced by the addition of Mathematica commands. When a request is made for one of these pages, the Mathematica commands are evaluated and the computed result is inserted into the page. This is done with JavaServer Pages (JSP), a standard Java technology, making use of custom tags. After the initial setup, all that you need to write webMathematica applications is a basic knowledge of HTML and Mathematica.

Standard Server Technology

webMathematica is based on two standard Java technologies: Java Servlet and JSP. Servlets are special Java programs that run in a Java-enabled web server, which is typically called a "servlet container" (or sometimes a "servlet engine"). There are many different types of servlet containers that will run on many different operating systems and architectures. They can also be integrated into other web servers, such as the Apache web server.

Connection Technology

Other software can readily be incorporated into webMathematica with MathLink technology. It is particularly easy to connect Java into Mathematica with J/Link, providing many exciting possibilities for webMathematica development.


Mathematica Application Packages

webMathematica works seamlessly with the Mathematica application packages. They allow you to implement additional specialized functionality without months of development time.

Source Code

webMathematica ships with the source code both for J/Link and for the webMathematica technology available to the public. You are able to see exactly how the code works and to do a full security audit if you choose to do so.

Professionally Designed Web Page Templates

Included in webMathematica are professionally designed web page templates that you can modify for your needs, thus saving you design time.

Advantages for System Integration

 webMathematica is built on platform-independent standards such as HTML, Java, and Java Servlet technology.

For example, Java Servlet technology is supported, either natively or through plug-in servlet containers, by all modern web servers--including Apache, Microsoft IIS, and iPlanet--as well as by application servers such as IBM WebSphere.

The main advantages of webMathematica for system integrators include:

Easy Integration with Other Software

Other software can be incorporated readily into webMathematica with MathLink technology. For example, you can call functionality in the server to examine HTTP headers, create and inspect cookies, or use JDBC for database connectivity.

Full Separation of Server Administration and Content Generation

The server setup and content generation are completely separate so that system administrators and webmasters can set up the system once and then have others populate it. Content generators, be they engineers, writers, or instructors, do not have to understand or even have access to the underlying engine.

webMathematica Kernel Manager

An important part of webMathematica is the kernel manager, which calls Mathematica in a robust, efficient, and secure manner. The manager maintains pools of one or more Mathematica kernels; by maintaining more than one kernel, the manager can process more than one request at a time. Each pool takes care of launching and initializing its kernels. When a request is received for a computation, a kernel process is utilized to process the request and, upon completion, is returned to its pool. If any computation exceeds a preset amount of time, the kernel process is shut down and restarted. When the server is shut down, all of the kernel processes are also shut down. These features maximize the performance and stability of the server.

Additionally, Parallel Computing Toolkit offers the ability to run large calculations distributed over several sessions.

Technology

webMathematica integrates effortlessly with standard web technologies. You choose, install, and configure the web server, Java, and servlet container of your choice on the supported platform of your choice.

You can then add the webMathematica application, add Mathematica, and edit the webMathematica configuration files accordingly to fit your needs. This enables you to use proven web technology and familiar tools such as Apache or IIS to manage your website.

webMathematica Pages

webMathematica is based on two standard Java technologies: Java Servlets and JavaServer Pages (JSP). Servlets are special Java programs that run in a Java-enabled web server, which is typically called a "servlet container" (or sometimes a "servlet engine"). There are many different types of servlet containers that can run on many different operating systems and architectures. The servlet containers can also be integrated into other web servers, such as the Apache web server.

webMathematica allows a site to deliver HTML pages that are enhanced by the addition of Mathematica commands. When a request is made for one of these pages, the Mathematica commands are evaluated and the computed result is inserted into the page. This is done with a standard Java technology, JSP, making use of custom tags.

webMathematica technology uses the request/response standard followed by web servers. Input can come from HTML forms, applets, JavaScript, and web-enabled applications. It is also possible to send data files to a webMathematica server for processing. Output can use many different formats such as HTML, images, Mathematica notebooks, MathML, SVG, XML, PostScript, and PDF. The webMathematica User Guide includes examples that show how to produce these formats.

webMathematica provides a large library of Mathematica commands to take care of the many possible ways of working with Mathematica computations on the web. An important part of webMathematica is the kernel manager, which calls Mathematica in a robust, efficient, and secure manner. The manager maintains a pool of one or more Mathematica kernels; by maintaining more than one kernel, the manager can process more than one request at a time.

Constituent Technology Included in webMathematica

  • Mathematica 7
  • The webMathematica web application, a special configuration of files arranged to run inside a servlet container (includes J/Link, webMathematica packages, and various Java class files

  • Mathematica kernel manager, providing support for launching and shutting down Mathematica kernels and for configuring and monitoring the site as it operates
  • LiveGraphics3D, a Java applet for displaying and manipulating three-dimensional graphics

Documentation and Examples Included in webMathematica

  • webMathematica User Guide
  • Example webMathematica pages and templates
  • Sample configuration files
  • Sample applets
  • Sample web pages
  • Sample images
  • Mathematica and Java source code for all constituent technology except Mathematica 7 and LiveGraphics3D

Compatibility

Compatible Server Technology

Supported Java Versions

  • Versions 1.4, 5.0, and 6.0

 

Versions and Licensing of webMathematica

webMathematica Professional
is intended for the development of sophisticated intranet and internet sites. It offers commercial institutions convenient and easy-to-use web access to specialized computations for employees or premium customers.

 
       webMathematica Amateur
is intended for those who wish to showcase their work over the web. Its use is subject to certain restrictions. webMathematica Amateur is available to Premier Service subscribers free of charge.

 

 
  Professional Amateur
Software and Technology
Connection technology Yes Yes
Updates Free downloads Free downloads
License Restrictions
Licensed for deployment Yes Yes
Licensed for development1 No time limit Up to six months
Intranet or subscription use possible Yes No
webMathematica banner Not required Required
Free, unrestricted access over the internet Not required Required
Licensed for general Mathematica access No2 No
Support
Technical support for web technology Yes3 No

 

1"Licensed for development" means that only those persons actively involved in creating the webMathematica site can access the site.

2License configurations for general Mathematica access are available. Contact us for details.

3Customer has to have a valid Premier Service contract for webMathematica.


Mathematica products available from Polyhedron Software