Allocation Manager Demo. Perl 5 – mod_perl HTML::Tree Component-based architecture – Promote code re-use – Shares code with MYAPNIC project – 100 components.

Slides:



Advertisements
Similar presentations
JChem Web Services Server Jonathan Lee Solutions for Cheminformatics Technical Product Presentation.
Advertisements

EIONET Training Beginners Zope Course Miruna Bădescu Finsiel Romania Copenhagen, 27 October 2003.
MIT Lincoln Laboratory A Service-Oriented Approach to Application Development Robert Darneille & Gary Schorer WPI MQP Presentations ICS Group 10 October.
WAMP Author: Jun Shao Project: Haiti. What is WAMP? WAMP = Windows+Apache+MySql+PHP Note:WAMP5 does not work with Windows 98,Me.
Michael Parker1998 O'Reilly Perl Conference Mod_Perl: Putting it all Together 1998 O’Reilly Perl Conference San Jose, CA.
Testability Calculation Team member: Gefu Xu Yueli Liu Weidong Tang.
Online Magazine Bryan Ng. Goal of the Project Product Dynamic Content Easy Administration Development Layered Architecture Object Oriented Adaptive to.
Netdisco Netdisco – Network Discovery and Management.
Emmanuel Cecchet et al.  Performance Scalability of J2EE application servers.  Test effect of: ◦ Application Implementation Methods ◦ Container Design.
WHAT IS PHP PHP is an HTML-embedded scripting language primarily used for dynamic Web applications.
1 Open Source Programming. -Introduction to PHP -PHP installation /wamp server installation for PHP environment -PHP syntax -PHP variables -PHP Strings.
SYST Web Technologies SYST Web Technologies Installing a Web Server (XAMPP)
PHP and MySQL Week#1  Course Plan.  Introduction to Dynamic Web Content.  Setting Up Development Server Eng. Mohamed Ahmed Black 1.
TOPIC 1 – SERVER SIDE APPLICATIONS IFS 234 – SERVER SIDE APPLICATION DEVELOPMENT.
Selected Topics in Software Computing Distributed Software Development CVSQL Final Project Presentation.
Open Source: It's Already Here Dave Cross Magnum Solutions Ltd
What Is the IPL? A database-driven website that generates dynamic content Actually, we currently maintain 5 sites and are developing 2 more (in Arabic.
Ivan Dontsov, Andy Phenix, Maureen Rottschaefer. Project Outline “The primary objective of this OMSE 2012 Practicum Project is to extend and refine the.
DWA Example Scenarios This presentation shows a number of the most common scenarios used with the Distributed Websydian Architecture. Note that there are.
DATABASE PROGRAMMING Lecture on 16 – 05 – PREVIOUS LECTURE QUIZ: - Some students were very creative in transforming 2NF to 3NF. Excellent! - Some.
Secure Search Engine Ivan Zhou Xinyi Dong. Introduction  The Secure Search Engine project is a search engine that utilizes special modules to test the.
Nynox.com Nynox Help Desk Affordable Help Desk Solution.
Volunteer Management System Presented by Team SE18-08S SE18-T08S - Jan 2012.
Information & Decision Management Dept West Texas A&M University
PHP With Oracle 11g XE By Shyam Gurram Eastern Illinois University.
Class02 Introduction to web development with PHP MIS 3501, Fall 2015 Brad N Greenwood Department of MIS Fox School of Business Temple University 8/27/2015.
Www2.computer.org Basic Architecture Leo Wadsworth, Staff Manager April 2008.
A Web-Enabled Aircraft Scheduler Michael Wallette 20 Nov
SOFTWARE ARCHITECT – DESIGN.  Introduction  Architecture Drivers  POS System Architecture  Mapping Between Perspective  Evaluate Architecture  Project.
Kielipankki – Work to date Kalle Meeting, 15th July 2009.
Application Engineering with Perl: Stability and Speed July 25, 2001 Jason May – Co-founder and CTO, Billpoint.
Case Study Dynamic Website - Three Tier Architecture
Michele Caselle INFN - BariITS Meeting 4 Jun 2002 LabVIEW&Windows – MySQL interface  SPD database general architecture  LabVIEW – MySQL interface. 
CIRSCALC - CT BONE DENSITOMETRY. Agenda  What is CIRSCALC project?  Tools Used.  Code Description Database Connectivity Crystal Reports Graph  Demo.
CITA 310 Section 7 Installing and Testing a Programming Environment (Textbook Chapter 7)
Ch 1. A Python Q&A Session. Why do people use Python? Software Quality Developer productivity Program portability Support Libraries Component integration.
Implementation of SCENS Yan Zhao. Current Status Current implementation is web-based –
PHP Introduction PHP is a server-side scripting language.
Defence R&D Canada R et D pour la défense Canada Dynamic VPN Controller Update Developed by NRNS Inc. November 12, 2003.
Devanshu Bawa Customization Specialist Logo Business Solutions.
Service Live Demo Bogotá D.C, Colombia April 12, 2011.
Team Illusion Members: Nathan Vickers Stephen Schoenberger Joshua Dodson Philip Fahnestock.
Server Side Scripting. Common Gateway Interface (CGI) The web is a client-server system.
Things we love and hate about Tevreden.nl - Facts & Figures Vision: Improving the general satisfaction for the Netherlands 4 th gen. satisfaction.
PMT/HPD Database University of Iowa. Current Database State 2 Database Locations  MySQL omega.physics.uiowa.edu Used by web interface on Iowa‘s HEP website.
Web Page Designing With Dreamweaver MX\Session 1\1 of 9 Session 1 Introduction to PHP Hypertext Preprocessor - PHP.
XAMPP.
The ECOST Web-based platform for data providers and for data users.
Introduction to ASP.NET development. Background ASP released in 1996 ASP supported for a minimum 10 years from Windows 8 release ASP.Net 1.0 released.
Stuff to memorise… "A method tells an object to perform an action. A property allows us to read or change the settings of the object."
PHP stands for …….. “PHP Hypertext Pre-processor” and is a server-side scripting language like ASP. PHP scripts are executed on the server PHP supports.
Expertsfromindia for Joomla Development. Introduction Joomla is an open source and free content management system (CMS) for publishing content on the.
Class02 Introduction to web development concepts MIS 3501, Spring 2016 Jeremy Shafer Department of MIS Fox School of Business Temple University 1/14/2016.
Bucharest, 23 February 2005 CHM PTK technologies Adriana Baciu Finsiel Romania.
House Finding Management Supervisor: Mr. Trần Đình Trí & Avengers Team 1.
The LemonLDAP::NG project
Slide 1. Reality V12 Slide 3 Reality V12 - Headlines Web Services & XML External File Integration Fast Backup and Recovery Windows Printer Support Reality.
Introduction to Persistency
Introduction to web development concepts
Chapter 5 Linux Services
Web Applications Security What are web Applications?
Talend Open Studio (TOS)
كارگاه آموزشي معماري نرم‌افزار
Architecture.
Information system Management
MySQL Migration Toolkit
Architecture.
Introduction to PHP.
CSCE 747 Software Testing and Quality Assurance
UFCEUS-20-2 Web Programming
Presentation transcript:

Allocation Manager Demo

Perl 5 – mod_perl HTML::Tree Component-based architecture – Promote code re-use – Shares code with MYAPNIC project – 100 components coded But only 50 modules Code-buddy and team reviews – Good mindshare in project Code

Platform Redhat Linux 7.2 – Apache 2.0 webserver – Perl ODBC bindings to databases Platform migration in under 2 hrs – More time spend initializing mysql than converting code – Large Perl CPAN dependency chain!

Interface Interface consistency – Menus reflect your functional status Clean readable tables HTML::Tree promotes bettter web design Not 'skins' but certainly easy to adopt new styles Access control based on X.509 certs – (demo using apache basic auth module)

The DEMO