Licensing and Pricing

Size: px
Start display at page:

Download "Licensing and Pricing"

Transcription

1 FAQ Here are some quick no-nonsense answers to questions about Ebase Xi. General Stuff What is Ebase Xi exactly? Xi is a rapid web application development platform that supports the development of sophisticated user interfaces, workflow processing, and data integration with pretty much anything that presents an API. Our aim is to make it fast and easy for people to develop powerful, good looking web apps without needing to be an expert in low level programming or any number of supporting technologies. The product focus is totally about productivity. We go to enormous lengths to take away all of the time consuming complexity that people have to deal with when they work directly with web standards such as CSS, Javascript and XML, and low level programming languages like JAVA, C#, PHP, and Ruby. They key to Xi s productivity is that it is a single-technology platform that covers the entire scope of web app requirements and massively simplifies the development process. Why should I use it rather than anything else? Simple, you ll deliver your application much faster and cheaper. The argument is all about time and money - if you need to spend the least amount getting your app delivered, and potentially we re talking about one tenth of the amount of money you might be used to, then you re going to find Xi helpful. What do people use it for? All types of web applications, anything that needs to collect data, validate it, present it, workflow it or integrate it with some sort of back office system. Includes web sites ranging from the virtually static through those where every user action needs to be processed. Includes electronic forms, commercial software products, business process engineering projects, consuming and publishing web service APIs, SOA projects, intranets, content management systems, mobile web apps, single-page rich client UI s, etc. How mature is it? Development began 2001, first release August 2002, now on V5. Thousands of applications and products developed and in production. Contact us to see more. Who uses it? Used by 50% of UK local government, blue chips like Vodafone and AXA, major software vendors such as Northgate PLC and Capita, charities, manufacturing companies, ecommerce sites. Multiple references available at every level. Ok, so it s fast to develop...but how fast? Impossible to quantify but...roughly speaking, once a developer is properly up to speed, we reckon that Xi will be at least five times faster than someone using something like.net, PHP, Cold Fusion or AngularJS. And that s pretty conservative for certain types of applications the speed up is a great deal more than that. These sorts of development speeds are achieved by combining the Xi platform with an agile or RAD-style project approach. We recommend these methods because, quite simply, in the time it takes you to write up a detailed requirements document you could have gone through several prototype iterations with your business sponsor and already be into the important stuff like refining the look and feel and fine tuning the functionality. Not to mention the benefits you get from removing the them and us barriers that appear when there s no close collaboration between developers and business.

2 I m worried that Xi is proprietary or niche? Am I right to worry? Yes...and no. Yes, if we weren t planning to roll Xi out to the global web app development community but no, because that s exactly what we are doing. And doing it with a free Community Edition and a licensing model that we reckon will make cost a non-issue. Also, programming in Xi is actually 100% Javascript on the server and the client, plus there s support for native Java calls on the server-side you can't get a much more open and widely used programming environment than that. How quickly can my guys get up to speed? A good developer will be up and running after a few days, certainly for the UI development, and then factor in another week to take in the Workflow and Integration Server. So, a couple of weeks all up. For channel partners we compress the whole training program into one intensive week. But people coming out of that are ready to roll. We also publish all of our training materials online so if you prefer the self-taught approach then that s another option. Licensing and Pricing How much does it cost and what do I get? All Xi licences include the entire platform we don t restrict any functionality. All development and test licences are free of charge. Production licences are server-based (the hardware server that executes the Xi application server, that is) and are charged in proportion to the total maximum amount of concurrent sessions that you need across all of the Xi applications that you re running. We have the following editions, charged as follows: Edition Maximum Concurrency Price Community 10 Free of Charge Professional 30 1,200 Server Unlimited 3,200 per CPU core Enterprise Unlimited Price on Application If you want to include fix packs and new releases then we charge 20% extra per annum. Fix packs and new releases are included with the Community Edition free of charge though. The Server Edition refers to a server with maximum 2 CPU s (any type). The Enterprise Edition is a negotiated price for people who need to buy a lot of Server Edition licences. Some examples to make things clear: You want to build a number of applications in Xi and run them on your Intranet. Your maximum concurrency across all of the applications is 10. All you need then is the Community Edition and there s nothing to pay. You want to build a product and sell to lots of people. Your customers are going to vary in size and you won t know their run-time requirements until you ve sold. No problem, at the point of installation you need to buy an Xi licence of the right size to run that customer. If your customer is small you could probably get away with the zero cost Community Edition. If they re medium size, say maximum concurrency of 20 for your app then a Professional licence at 1,200 will do it. If they re mega (congratulations) then you re probably safest with a Server licence and then there s no limit at all (apart from whatever the hardware can manage of course). You want to set up a Cloud and serve 100,000 people concurrently across a wide range of Xi applications. You work it out that you need say 20 virtual servers in a cluster. Buying Server

3 licences for each of those would work out expensive so, no problem, you give our sales guys a call and we use the Enterprise Edition to work out a better deal. What do you mean by concurrent users exactly? Whenever a user accesses an Ebase application it creates a session in the Ebase Server and we count that as one concurrent user. After a while, assuming that the user s stopped doing anything, the session times out and gets removed. The length of this timeout is something that you set for the Xi Server. We want to set the timeout to be really long. Does that mean we re going to quickly exceed our concurrency limit? No, Xi only counts user sessions that have been active in the last 15 minutes. It seems very cheap how come? If it all seems like incredibly good value then cool, use it! The Community Edition what am I allowed to do with that? Whatever you like...build applications, commercial products for re-sale, whatever. It s completely free and shippable, just bear in mind that the run-time limit on concurrency is 10. How much would it cost me to get something equivalent to Xi from elsewhere? Hard to say, and whatever we said people would say we re not comparing like with like. But, for sure, if you approached the major development tools vendors like Microsoft, IBM, Software AG, Adobe and the like then you d be talking $100,000 plus, plus annual maintenance, plus a serious increase in complexity and overall cost of ownership. Technical Architecture How does it hang together architecturally? Two parts, the Xi Designer and the Xi Server. The Xi Designer runs stand-alone on your desktop and contains everything you need to develop and test. The apps you build are deployed to an Xi Server using the Xi Deployment Manager. At run-time your application is called via a URL to the Xi Server, which executes it and dynamically constructs the HTML, etc. that gets returned to the browser. The Xi Designer is a JAVA Swing application; the Xi Server is a JAVA Servlet and runs on any J2EE compliant application server (Tomcat, JBOSS, etc.) You typically have three server environments, development, test and production. You move applications between these three using the Deployment Manager. We run.net will it work alongside that? Yes, no problem. Can I run it on my servers? Yes, it s designed to work that way.

4 Can I run it in the Cloud? Yes, the Xi Server is optimised for very high concurrency and supports hardware server clustering for horizontal scaling if required. But let's be clear about what we mean. By Cloud operation we mean a hosted run-time environment with all of the following: Scalable performance, both vertically and across a cluster Robust, reliable and high availability operating environment Very high run-time concurrency (10,000 plus) Multi-tenancy applications, meaning one instance of an Xi application serving multiple independent customers. Individual customer renderings colour washed to match styling requirements, etc. Easy app deployment and upgrade (no take down) Flexible security models for user authentication and authorisation. And by Cloud we mean Public, Private and Hybrid cloud operations. What operating systems will the Xi Server run on? Any that will run JAVA. So, all flavours of Windows and UNIX for sure, any sort of mainframe or mainstream mid-size computer, and pretty much everything in between. What sort of server do I need to run the Xi Server? Well, not to dodge the question, but the answer is that it depends entirely on what your application does and how many people are going to be running it at the same time. Having said that, and in the absence of any more information, we d suggest something like a 2- CPU server, RAID-5 disks, 4Gb RAM and a 64-bit OS. Either Windows or UNIX will be fine. A server like that, running a typical Xi app, will be able handle a lot (thousands) of concurrent users and their associated data processing. Also, if you go 64-bit, you ll be able to scale your hardware up as you add more apps. Does Ebase provide a Cloud I can run my Xi apps in? Yes we do, prices on request. Will Xi run in a Docker container? Integration Yes, no problem. What does Xi integrate with? Out of the box integration with databases (JDBC driver needed) including stored procedures and functions where supported, various XML transport mechanisms including Web Services (calling and publishing), flat files, PDF, , MQ Series, JMS Messaging. Also ships with an SDK that allows people to create custom integration (Resources, in Xi parlance) and plug them into the platform for use by Xi developers. How does integration work? Xi represents everything outside of your app that you want to exchange data with as a Resource of an appropriate type, e.g. web service Resource, database Resource, etc. Each Resource will have fields that can be used to pass data to the Resource or read data from it. The developer then simply maps (binds) the fields in his app to fields in the Resource and makes calls to the Resource using simple internal API methods to move data in or out of the app. Xi provides various wizards for creating Resources, e.g. creating a web service Resource by importing a WSDL or reading the meta-data from an underlying database to create a database Resource representing a particular table. For example, you have a database table called PEOPLE. You want to read and write to it from your app at some point. No problem, you point Xi at the database that holds it and follow the

5 wizard to create a database Resource called, say, PEOPLE_RESOURCE. You then use the wizard to map your application fields to the Resource fields and that s it, now you can read and write to it from your application. Typically, creating a new database Resource to the point where you can use it in an app will take less than a minute. So, to now use the Resource you just issue internal API commands against it, e.g. to read data in from the PEOPLE table: resources.people_resource.fetch(); To insert new data: resources.people_resource.insert(); To update existing data: resources.people_resource.update(); To delete existing data: resources.people_resource.delete(); And that s it. Database integration in Xi distils down to four simple commands with the Resource handling everything else on your behalf. This principle of using simple internal API methods to interact with Resources of different types is one of Xi s key productivity features. In Xi all data communication with the outside world has been reduced to a simple API call, e.g. to send an resources. _resource_name.sendmail(); To call a web service: resources.mywsresource.call(); All this means that an Xi developer doesn t need to be a low-level expert in every technology around and definitely doesn t need to spend valuable time hand-coding every integration point their app needs. You simply let Xi set up the Resources for you and then address them via simple Javascript API commands. This way you end up with a very small amount of code and a correspondingly small maintenance effort when things need to be changed. Can I use it to interface to my existing databases? Yes. Xi will communicate with any database that has a JDBC driver available. What databases is it able to access? Xi will communicate with any database that has a JDBC driver available. This includes Postgres, MySQL, Oracle, SqlServer, IBM UDB, and Ingres to name just a few. Can Xi call Web Services? Yes, full support for both REST and SOAP web services. For SOAP services Xi provides a wizard to create an Xi web service Resource straight from a WSDL file. You then bind the web service Resource to your app and call the web service using the internal Javascript API as usual. Very simple. Take a look at the FAQs on integration for more background. Can it publish Web Services? Yes, this is the job of the Integration Server module. The publishing process is wizard driven and usually takes less than a minute. The web service s processing is implemented using Ebase s internal Javascript-based API. Have a look at the business logic FAQ for more information.

6 I have a load of legacy systems can Xi integrate with these? Yes, almost certainly. Integration is one of Xi s strongest points and the ability to bring data together from any number of separate systems is a core part of its value proposition. Built-in integration support for databases, web services, flat files, , PDF s, etc. plus the ability to call JAVA natively as well as support for creating custom JAVA-based integrations and that can be plugged into the platform for Xi developer use. Can I use it to take payments? Yes, we ve integrated a wide range of payment engines including PayPal, WorldPay, NetBanx and HSBC, to name a few. Two mechanisms are supported: direct, via whatever API the payment service provides, or indirect via a decorated URL transferring control to the payment service provider s web site (with a subsequent call-back to the Xi application on completion of the payment). Can Xi send text messages? Yes, you just need to set up an account with an SMS service provider and then you ll be able to text under Xi app control. Can Xi send data via FTP? Yes, available as a Resource type. Can it integrate with NoSQL databases? Yes, available as a Resource type. Business Logic How is business logic implemented? Two choices: Server-side Javascript supported by an extensive internal API or FPL, Xi s own processing language. Both provide full read and write access to every aspect of your application s run-time state. About the server-side Javascript: this is a complete implementation of the Mozilla Rhino Javascript engine with full support for ECMA and native JAVA execution. Xi provides a comprehensive API that gives app developers run-time control over every aspect of their application, e.g. UI interactions, validation, navigation, processing, data integration, workflow process step routing, web service processing, etc. About FPL: this is designed to be very simple and easy to use alternative to using Javascript. FPL is made up of intuitive and easy to use commands and includes a library of arithmetic, character and date functions, supports if-then-else processing, loop constructs, sub-routines, and dynamic command generation. Also enables dynamic addressing of all Xi control properties, data integration via Xi Resources and printing control. A few simple examples: To hide a field: hide FIELD_NAME; To show a field: show FIELD_NAME; To call a different Xi app passing in some data: call XIAPP param1=somedata; To read some data in from a database Resource: fetch DATABASE_RESOURCE_NAME; FPL scripts fire in response to Xi application events, e.g. when an application loads, an event fires, when someone changes a field value, an event fires, and so on. FPL is also extensible with Custom Functions. Custom Functions are developed in JAVA against a shipped API and are typically used to call out to an external code library to provide some service, e.g. an external graphing package.

7 Can it access the software I ve already developed? Yes, two options. Option 1: Javascript or JAVA Option 2: FPL Custom Functions are JAVA-developed extensions to FPL, whilst Custom Resources are JAVAdeveloped custom integration modules. Both may be plugged into Xi and addressed directly from FPL. Is FPL easy to learn? Any software engineer is going to find FPL very, very simple. It s procedural, English-like (you can pretty much guess the commands) and intuitive. For experienced IT guys learning FPL is more about discovering which commands do what, rather than having to learn anything. We use JAVA for business logic can Xi call that? Yes, via FPL using Custom Functions or Custom Resources or directly using the native JAVA support built into Xi s server-side Javascript. Take a look at the FAQ about accessing already developed software. Deployment How does Deployment work? Xi has a built-in Deployment Manager that lets you assemble a deployment package, i.e. all of the elements (files and data) that make up your application, and deploy it to a target server with a single click. There s no need to log into the target server at any point and any refactoring work (like loading data or changing database tables) can be included. Typically a developer might deploy first to TEST, then later from TEST to PRODUCTION. In terms of setting it up, all you need to do is register your target servers to the Deployment Manager and you re good to go. A deployment package can also include any rollback processing that must happen if a particular deployment package needs to be backed out. The Deployment Manager makes the whole process of releasing an Xi very, very simple and lets developers concentrate on what s important - delivering application functionality. Components Can I design reusable application components? Workflow Yes, very strongly supported and encouraged in Xi. Three types: field, part-page and page. Each can exist entirely independently of an application that uses it and can have its own independent integration mechanisms and processing. Xi components can be nested, i.e. built out of other components. A component can be as simple as a single field with a validation check or as complex as an entire sub-application. Xi components are maintained independently of the applications that use them at run-time. Changes to a component are automatically synchronised across all of the applications that they are deployed to. Components are designed to enhance productivity through re-use. What is the Xi workflow exactly? Xi s workflow allows the individual steps that make up a business process to be modelled and executed as discrete tasks, each of which must be completed in sequence. The sequence may be pre-defined, or can be determined dynamically at run-time. For example, if a loan application gets approved then the workflow goes one way, if it s rejected, it goes another. The individual tasks may be interactive, i.e. will turn up on someone s task list and must be actioned by them for completion, or maybe system-based, in which case the task will be

8 something that can be executed by software, e.g. the integration of a piece of data with an external system. Xi s workflow supports parallel processing (splits and joins), sub-processes, escalation events, wait events (waiting for an external event before proceeding), and a task assignment mechanism that can map on to any externally defined security (authorisation) model. Workflow routing is controlled by either Xi s FPL language or server-side Javascript engine, as is any data integration processing that s required. Interactive workflow tasks are mapped to Xi browser apps. When a user selects an allocated task from their task list the Xi app automatically fires up with all mapped data being automatically passed in. Wizards are provided to make the binding between interactive tasks and Xi browserbased apps fast and easy. Does it handle splits and joins? Yes. Can I design my own task lists? Yes, Xi workflow task lists are simply Xi apps working against the workflow API. You can use the shipped samples or you can create your own using normal Xi development methods, Does Xi workflow come with an administrator dashboard? Yes, ships with a Xi application that provides a full administration console. Also ships with an API that allows additional administration consoles to be developed if required. Presentation and Styling How does Xi handle styling? Xi provides a layer of functionality that simplifies the process of laying-out and styling browser apps. Xi supports panels, corresponding to HTML DIV tags, which act as containers for Xi controls (e.g. fields, menus, tab sets, lists, etc.) Additionally, Xi supports a number of Layout Types that allow a developer to easily position content (such as controls, or other panels) within a panel. Layout Types include horizontal, vertical, column, flow, field grid and custom layout types that may be combined to effortlessly represent any page layout without any knowledge of CSS positioning, and with complete confidence that the design will render exactly the same in any browser. All Xi controls may be styled using CSS against their defined properties. To assist developers, the styling associated with a particular control may be saved as a Property Set and be shared and reused as a default for that control type. This functionality allows developers to create an Xi Presentation Template, a complete styling set for a development project which gets automatically applied whenever a developer selects a control to use. All styling properties and Presentation Templates may be addressed at run-time via FPL or serverside Javascript, Xi s processing languages. This gives developers the ability to dynamically control application look and feel as required, e.g. to colour-wash an application running in the Cloud (for different users), to hide or show content depending on a user s authorisation, and so on. Can it support rich client stuff? Yes, very much so. For example, Xi has built-in support for JQUERY event processing. It also has a client API that allows any 3 rd party browser widget (graph, grid, chart etc.) to be effortlessly plugged in and databound to an Xi application. The Xi client API provides direct access to data (and functions and methods) held in an application s state and supports automatic browser DOM-based screen synchronisation between the client and the server. So, for example, if you run something on the server that changes how the app should look in the browser then these changes are automatically applied for you no need for coding or logic. Very similar to the way the Observer pattern works, for those who like that sort of thing.

9 It s also worth mentioning that the client API gives you direct access to whatever you have in your application s server-side state. NB. This is VERY different from an AJAX-type call to the server which, by definition, is state-less. The client API s stateful server access is a very powerful idea that allows developers to effortlessly build sophisticated apps that transparently merge client and server-side processing. Can it support AJAX processing? Yes, we do BUT you really don t need to bother with this type of complex processing. Anything you want to access on the server is easily available via Xi s client API. All you need to do is declare a server function or dataset as client accessible and just call it directly from Javascript running on the browser, and return whatever data you need. Very simple. As easy, for example as executing a single Javascript command, e.g. $eb.executefunction( myfunction ); where myfunction is a server-side Javascript function. Have a look at the rich client FAQ for more ideas about the power that this all offers. Do Ebase provide page layout templates? Yes, we ship a number of examples. More can be found in the Resource Centre, plus video examples of how to take a CSS template and turn it into an Xi layout. Can I create my own page templates? Yes, fully supported in the Xi Designer. Can I call REST web services? Yes, no problem. Xi server-side Javascript has full support for HTTP calls and JSON and XML processing. How is it for Mashups? We love Mashups. Integrating data from different sources and in different formats and then rendering it a super-cool UI is exactly what Xi excels at! Have a look at the questions about presentation management, rich client stuff and Xi s client API for more information.

10 The client API. What s that all about? To put it simply, this is a unique feature of Xi that gives Javascript running in the browser side of your app direct access to everything (data and processing logic) that you have available in your app s server state. No need for complex AJAX processing, you just call a server side function and get your data back for processing on the client. Things the client API makes easy: Calling Web Services from browser processing (technically messy normally) Data binding 3 rd party rich client widgets (charts, grids, etc.) Sophisticated application design, i.e. encourages a simple modular that places heavy processing on the server and simply calls it from the client Printing Creating apps which automatically poll data from external sources and refresh parts of the UI, e.g. stock data feeds or real-time graphing How does printing work in Xi? Printing in Xi is very simple. FPL and Javascript API calls will automatically create a PDF rendering of any Xi application page (or group of pages) within an app. Options allow designers to specify behaviour around expanding lists of data, page breaks, text areas, and so on. Can I generate PDFs? Yes, this is the standard Xi printing function. Can I write out to existing PDFs? PDF forms are a type of Xi Resource and so can be mapped directly to an application and written out to at run-time via FPL or Javascript. Can I write out barcodes? Security Yes, various formats supported. I need to authenticate my users does it support that? You can run any Xi application with security turned on. In that mode Xi will insist that a user be authenticated before accessing an application. Various authentication mechanisms are supported, i.e. lookup to LDAP, via passed in cookie, parameter or HTTP session variable. If no authentication token is passed then Xi will automatically present the user with a logon screen. Authentication and authorisation are comprehensively handled within Xi s security support and allow for easy synchronisation with single sign-on systems. Xi security is designed to be very flexible and to assume that application security will be managed outside of the Xi environment. Can Xi use my LDAP set-up? Yes, fully supported. We ve built our own security system can Xi work with that? Yes, fully supported. Have a look at the FAQ on authentication. Does Xi handle the OWASP top 10? Yes, penetration testing against the OWASP top 10 is a routine part of Xi testing. Team Working Does Xi support large development teams? Developers work stand-alone using a source control system to check completed developments in and out of their local workspace. This model supports unlimitedly large development teams working on the same application and using a continuous integration approach.

11 Electronic Forms SOA Can I use Xi to develop my electronic forms? Yes, Xi is the leading electronic forms platform for 140 UK local government organisations. Can I use Xi to provide an SOA? Yes, the Xi platform lends itself very well to service oriented solutions. Have a look at the SOA white paper in the Resource centre for a detailed explanation. Performance and Scaling Does Xi perform? Ebase V5 is highly optimised for performance and will scale linearly both vertically and horizontally, i.e. by simply adding CPU, memory and IO bandwidth to one Ebase server, or across a cluster of separate hardware servers. We routinely limit test Xi for high volume concurrency and expect that an adequately specified Xi Server environment will support many hundreds of thousands of users. Internationalisation Does Xi support all international languages for application run-time? Yes, all languages are supported. Note though that language texts have to be defined as part of the application development process, i.e. Xi makes no attempt to do a run-time language translation. Does it handle international settings like date and number format? Yes, fully supported. Xi will detect a user s international type from their browser settings and will automatically render an application using the right formats. Is the Xi Designer available in languages other than English? No, English only. W3C Accessibility What does Xi do to help developers meet the WAI accessibility guidelines? Xi applications are automatically rendered to meet the requirements for a WAI AAA accessibility rating. Extensibility Can I design and plug in my own controls? No, not in V5, but planned for a later release. Take a look at the roadmap FAQ for more information. Is there a library of controls I can access? Xi ships with a ready-made palette of controls for a variety of functions. Later plans will enable developers to create their own Xi controls. FPL, Xi s language, can I extend it with my own functions? Yes, via Custom Functions or Custom Resources. Both of these are JAVA-developed extensions that work against an API shipped with an Xi SDK. Is there support for calling Java? Yes, native access to JAVA via Xi s server-side Javascript implementation.

12 Roadmap What's planned for Xi and when? Current version is 5, released November V5 introduced: Improved version control and team working One click deployment of new applications Improved project organisation An active data dictionary, enabling code-assist type features, design-time code parsing, tight coupling and referential integrity, object usage search and reference. Support Next major version will be V5.1, outline details to be published soon. How is Xi supported? Training You can include fix packs and new releases by buying the maintenance option (20% of your licence price per annum, Community Edition free) with your licence. We offer a range of support packages (Platform, Premier and Platinum) to help every customer from those who are just starting out to those with large, mission critical installations. Ebase Xi users can also register on the Ebase Technical Forum and Customer Portal to access additional support channels. What courses are there for Xi? Various, ranging from a getting started 3-day fundamentals to more specific courses dealing with topics like security, workflow and complex data integration. Courses can be classroom-based and instructor led or delivered online using virtual classroom technology. How much do they cost? It will vary from country to country but, for example, in the UK we charge 1,200 per training day for an on-site class of up to 8 people. The online courses work out at about 450 per day for customers but the modules tend to be delivered as 2-hour chunks over the course of a couple of weeks. Training for partners tends to be heavily discounted. We can t afford to pay for training, how do we proceed? Partners The training courses are all downloadable from the web site, so try that. Also, you can use the Resource Centre, and forum areas to ask other people for help. If you get stuck you can buy webbased support have a look at the Support FAQ. Does Ebase have a partner program? Yes, two types of Partner: Development Partner and Distributor. Development Partners are accredited Xi users who typically create applications or products using Xi. Distributors are Ebase resellers in one or more geographies and provide local support, training and consultancy.

13 Are there Ebase partners in my area? Take a look at the Partners page on the web site. How do I become an Ebase partner? Talk to us. Why would I bother to join Ebase s partner program? We will list you on our web site, pass you leads, work on joint marketing initiatives with you, and so on. You get an inside track on the Xi software and free attendance to Ebase partner events and product seminars. Also, the partner accreditation training program is a very cost effective way to get up to speed with Xi asap. Also, Distributors can buy Xi licenses and support packages at a discount so make a margin when they re-sell. They can also offer professional services packages for their local market, such as consulting days, hosting, training courses, and account management. Global Support Can I get local support if I need it? Yes, you need to contact your local distributor and see what packages they re offering. Take a look at our Partners page to find contact details. Can I get local development services if I need them? Yes, contact your local Distributor. Can I get local training delivered if I need it? Yes, contact your local Distributor.

Ebase Xi Agile Service Oriented Architecture

Ebase Xi Agile Service Oriented Architecture Ebase Xi Agile Service Oriented Architecture Ebase Xi is an agile service oriented architecture that accelerates and simplifies the delivery of business applications. The Xi platform combines process management,

More information

ORACLE APPLICATION EXPRESS 5.0

ORACLE APPLICATION EXPRESS 5.0 ORACLE APPLICATION EXPRESS 5.0 Key Features Fully supported nocost feature of the Oracle Database Simple 2-Tier Architecture Develop desktop and mobile applications 100% Browserbased Development and Runtime

More information

Business Process Management with @enterprise

Business Process Management with @enterprise Business Process Management with @enterprise March 2014 Groiss Informatics GmbH 1 Introduction Process orientation enables modern organizations to focus on the valueadding core processes and increase

More information

Unit 2 Research Project. Eddie S. Jackson. Kaplan University. IT530: Computer Networks. Dr. Thomas Watts, PhD, CISSP

Unit 2 Research Project. Eddie S. Jackson. Kaplan University. IT530: Computer Networks. Dr. Thomas Watts, PhD, CISSP Running head: UNIT 2 RESEARCH PROJECT 1 Unit 2 Research Project Eddie S. Jackson Kaplan University IT530: Computer Networks Dr. Thomas Watts, PhD, CISSP 08/19/2014 UNIT 2 RESEARCH PROJECT 2 Abstract Application

More information

Category: Business Process and Integration Solution for Small Business and the Enterprise

Category: Business Process and Integration Solution for Small Business and the Enterprise Home About us Contact us Careers Online Resources Site Map Products Demo Center Support Customers Resources News Download Article in PDF Version Download Diagrams in PDF Version Microsoft Partner Conference

More information

<Insert Picture Here> Oracle Application Express 4.0

<Insert Picture Here> Oracle Application Express 4.0 Oracle Application Express 4.0 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any

More information

An introduction to creating Web 2.0 applications in Rational Application Developer Version 8.0

An introduction to creating Web 2.0 applications in Rational Application Developer Version 8.0 An introduction to creating Web 2.0 applications in Rational Application Developer Version 8.0 September 2010 Copyright IBM Corporation 2010. 1 Overview Rational Application Developer, Version 8.0, contains

More information

How To Retire A Legacy System From Healthcare With A Flatirons Eas Application Retirement Solution

How To Retire A Legacy System From Healthcare With A Flatirons Eas Application Retirement Solution EAS Application Retirement Case Study: Health Insurance Introduction A major health insurance organization contracted with Flatirons Solutions to assist them in retiring a number of aged applications that

More information

Sisense. Product Highlights. www.sisense.com

Sisense. Product Highlights. www.sisense.com Sisense Product Highlights Introduction Sisense is a business intelligence solution that simplifies analytics for complex data by offering an end-to-end platform that lets users easily prepare and analyze

More information

Quick start. A project with SpagoBI 3.x

Quick start. A project with SpagoBI 3.x Quick start. A project with SpagoBI 3.x Summary: 1 SPAGOBI...2 2 SOFTWARE DOWNLOAD...4 3 SOFTWARE INSTALLATION AND CONFIGURATION...5 3.1 Installing SpagoBI Server...5 3.2Installing SpagoBI Studio and Meta...6

More information

An Oracle White Paper July 2011. Oracle Primavera Contract Management, Business Intelligence Publisher Edition-Sizing Guide

An Oracle White Paper July 2011. Oracle Primavera Contract Management, Business Intelligence Publisher Edition-Sizing Guide Oracle Primavera Contract Management, Business Intelligence Publisher Edition-Sizing Guide An Oracle White Paper July 2011 1 Disclaimer The following is intended to outline our general product direction.

More information

Oracle Identity Analytics Architecture. An Oracle White Paper July 2010

Oracle Identity Analytics Architecture. An Oracle White Paper July 2010 Oracle Identity Analytics Architecture An Oracle White Paper July 2010 Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and may

More information

Software Development Kit

Software Development Kit Open EMS Suite by Nokia Software Development Kit Functional Overview Version 1.3 Nokia Siemens Networks 1 (21) Software Development Kit The information in this document is subject to change without notice

More information

ORACLE MOBILE SUITE. Complete Mobile Development Solution. Cross Device Solution. Shared Services Infrastructure for Mobility

ORACLE MOBILE SUITE. Complete Mobile Development Solution. Cross Device Solution. Shared Services Infrastructure for Mobility ORACLE MOBILE SUITE COMPLETE MOBILE DEVELOPMENT AND DEPLOYMENT PLATFORM KEY FEATURES Productivity boosting mobile development framework Cross device/os deployment Lightweight and robust enterprise service

More information

The Learn-Verified Full Stack Web Development Program

The Learn-Verified Full Stack Web Development Program The Learn-Verified Full Stack Web Development Program Overview This online program will prepare you for a career in web development by providing you with the baseline skills and experience necessary to

More information

Content Management Systems: Drupal Vs Jahia

Content Management Systems: Drupal Vs Jahia Content Management Systems: Drupal Vs Jahia Mrudula Talloju Department of Computing and Information Sciences Kansas State University Manhattan, KS 66502. mrudula@ksu.edu Abstract Content Management Systems

More information

Oracle Application Development Framework Overview

Oracle Application Development Framework Overview An Oracle White Paper June 2011 Oracle Application Development Framework Overview Introduction... 1 Oracle ADF Making Java EE Development Simpler... 2 THE ORACLE ADF ARCHITECTURE... 3 The Business Services

More information

Take Your Rocket U2 Apps Mobile with Rocket LegaSuite. Greg Mummah, Product Manager Rocket Software

Take Your Rocket U2 Apps Mobile with Rocket LegaSuite. Greg Mummah, Product Manager Rocket Software Take Your Rocket U2 Apps Mobile with Rocket LegaSuite Greg Mummah, Product Manager Rocket Software Greg Mummah Product Manager Managed application modernization team at municipal government software vendor

More information

An Oracle White Paper May 2011. Oracle Tuxedo: An Enterprise Platform for Dynamic Languages

An Oracle White Paper May 2011. Oracle Tuxedo: An Enterprise Platform for Dynamic Languages An Oracle White Paper May 2011 Oracle Tuxedo: An Enterprise Platform for Dynamic Languages Introduction Dynamic languages, also sometimes known as scripting languages, have been in existence for a long

More information

MicroStrategy Course Catalog

MicroStrategy Course Catalog MicroStrategy Course Catalog 1 microstrategy.com/education 3 MicroStrategy course matrix 4 MicroStrategy 9 8 MicroStrategy 10 table of contents MicroStrategy course matrix MICROSTRATEGY 9 MICROSTRATEGY

More information

Lesson 7 - Website Administration

Lesson 7 - Website Administration Lesson 7 - Website Administration If you are hired as a web designer, your client will most likely expect you do more than just create their website. They will expect you to also know how to get their

More information

IBM Digital Experience. Using Modern Web Development Tools and Technology with IBM Digital Experience

IBM Digital Experience. Using Modern Web Development Tools and Technology with IBM Digital Experience IBM Digital Experience Using Modern Web Development Tools and Technology with IBM Digital Experience Agenda The 2015 web development landscape and IBM Digital Experience Modern web applications and frameworks

More information

MEGA Web Application Architecture Overview MEGA 2009 SP4

MEGA Web Application Architecture Overview MEGA 2009 SP4 Revised: September 2, 2010 Created: March 31, 2010 Author: Jérôme Horber CONTENTS Summary This document describes the system requirements and possible deployment architectures for MEGA Web Application.

More information

Vodafone Hosted Services. Getting started. User guide

Vodafone Hosted Services. Getting started. User guide Vodafone Hosted Services Getting started User guide Vodafone Hosted Services getting started Welcome. Vodafone Hosted Services has been designed to make it as easy as possible to keep control over your

More information

IBM Rational Web Developer for WebSphere Software Version 6.0

IBM Rational Web Developer for WebSphere Software Version 6.0 Rapidly build, test and deploy Web, Web services and Java applications with an IDE that is easy to learn and use IBM Rational Web Developer for WebSphere Software Version 6.0 Highlights Accelerate Web,

More information

Windows PCs & Servers are often the life-blood of your IT investment. Monitoring them is key, especially in today s 24 hour world!

Windows PCs & Servers are often the life-blood of your IT investment. Monitoring them is key, especially in today s 24 hour world! + Welcome to The Sentry-go Monitoring System v6 Monitoring made quick & easy! Be Proactive, Not Reactive! 3Ds (UK) Limited http://www.sentry-go.com Welcome to Sentry-go Sentry-go is a quick & easy to use

More information

Performance Optimization For Operational Risk Management Application On Azure Platform

Performance Optimization For Operational Risk Management Application On Azure Platform Performance Optimization For Operational Risk Management Application On Azure Platform Ashutosh Sabde, TCS www.cmgindia.org 1 Contents Introduction Functional Requirements Non Functional Requirements Business

More information

Embedded BI made easy

Embedded BI made easy June, 2015 1 Embedded BI made easy DashXML makes it easy for developers to embed highly customized reports and analytics into applications. DashXML is a fast and flexible framework that exposes Yellowfin

More information

Getting started with API testing

Getting started with API testing Technical white paper Getting started with API testing Test all layers of your composite applications, not just the GUI Table of contents Executive summary... 3 Introduction... 3 Who should read this document?...

More information

v7.1 Technical Specification

v7.1 Technical Specification v7.1 Technical Specification Copyright 2011 Sage Technologies Limited, publisher of this work. All rights reserved. No part of this documentation may be copied, photocopied, reproduced, translated, microfilmed,

More information

An introduction to creating JSF applications in Rational Application Developer Version 8.0

An introduction to creating JSF applications in Rational Application Developer Version 8.0 An introduction to creating JSF applications in Rational Application Developer Version 8.0 September 2010 Copyright IBM Corporation 2010. 1 Overview Although you can use several Web technologies to create

More information

Middleware- Driven Mobile Applications

Middleware- Driven Mobile Applications Middleware- Driven Mobile Applications A motwin White Paper When Launching New Mobile Services, Middleware Offers the Fastest, Most Flexible Development Path for Sophisticated Apps 1 Executive Summary

More information

Oracle Primavera P6 Enterprise Project Portfolio Management Performance and Sizing Guide. An Oracle White Paper October 2010

Oracle Primavera P6 Enterprise Project Portfolio Management Performance and Sizing Guide. An Oracle White Paper October 2010 Oracle Primavera P6 Enterprise Project Portfolio Management Performance and Sizing Guide An Oracle White Paper October 2010 Disclaimer The following is intended to outline our general product direction.

More information

Putting the power of Web 2.0 into practice.

Putting the power of Web 2.0 into practice. White paper July 2008 Putting the power of Web 2.0 into practice. How rich Internet applications can deliver tangible business benefits Page 2 Contents 2 Introduction 3 What Web 2.0 technology can do for

More information

Structured Content: the Key to Agile. Web Experience Management. Introduction

Structured Content: the Key to Agile. Web Experience Management. Introduction Structured Content: the Key to Agile CONTENTS Introduction....................... 1 Structured Content Defined...2 Structured Content is Intelligent...2 Structured Content and Customer Experience...3 Structured

More information

Get started with cloud hybrid search for SharePoint

Get started with cloud hybrid search for SharePoint Get started with cloud hybrid search for SharePoint This document supports a preliminary release of the cloud hybrid search feature for SharePoint 2013 with August 2015 PU and for SharePoint 2016 Preview,

More information

J j enterpririse. Oracle Application Express 3. Develop Native Oracle database-centric web applications quickly and easily with Oracle APEX

J j enterpririse. Oracle Application Express 3. Develop Native Oracle database-centric web applications quickly and easily with Oracle APEX Oracle Application Express 3 The Essentials and More Develop Native Oracle database-centric web applications quickly and easily with Oracle APEX Arie Geller Matthew Lyon J j enterpririse PUBLISHING BIRMINGHAM

More information

Thin@ System Architecture V3.2. Last Update: August 2015

Thin@ System Architecture V3.2. Last Update: August 2015 Thin@ System Architecture V3.2 Last Update: August 2015 Introduction http://www.thinetsolution.com Welcome to Thin@ System Architecture manual! Modern business applications are available to end users as

More information

Enterprise Service Bus

Enterprise Service Bus We tested: Talend ESB 5.2.1 Enterprise Service Bus Dr. Götz Güttich Talend Enterprise Service Bus 5.2.1 is an open source, modular solution that allows enterprises to integrate existing or new applications

More information

XTM Web 2.0 Enterprise Architecture Hardware Implementation Guidelines. A.Zydroń 18 April 2009. Page 1 of 12

XTM Web 2.0 Enterprise Architecture Hardware Implementation Guidelines. A.Zydroń 18 April 2009. Page 1 of 12 XTM Web 2.0 Enterprise Architecture Hardware Implementation Guidelines A.Zydroń 18 April 2009 Page 1 of 12 1. Introduction...3 2. XTM Database...4 3. JVM and Tomcat considerations...5 4. XTM Engine...5

More information

Automating Rich Internet Application Development for Enterprise Web 2.0 and SOA

Automating Rich Internet Application Development for Enterprise Web 2.0 and SOA Automating Rich Internet Application Development for Enterprise Web 2.0 and SOA Enterprise Web 2.0 >>> FAST White Paper November 2006 Abstract Modern Rich Internet Applications for SOA have to cope with

More information

Executive summary. Table of Contents. Technical Paper Minimize program coding and reduce development time with Infor Mongoose

Executive summary. Table of Contents. Technical Paper Minimize program coding and reduce development time with Infor Mongoose Technical Paper Minimize program coding and reduce development time with Infor Mongoose Executive summary Infor Mongoose is an application development framework that lets you easily design and deploy software

More information

Understanding SharePoint Development Choices

Understanding SharePoint Development Choices Understanding SharePoint Development Choices SharePoint is an incredibly powerful platform that can support a wide variety of business scenarios. While many solutions can be configured using out of the

More information

Amplify Service Integration Developer Productivity with Oracle SOA Suite 12c

Amplify Service Integration Developer Productivity with Oracle SOA Suite 12c Amplify Service Integration Developer Productivity with Oracle SOA Suite 12c CON7598 Rajesh Kalra, Sr. Principal Product Manager Robert Wunderlich, Sr. Principal Product Manager Service Integration Product

More information

SharePoint 2013. A Ten-Point Review of SharePoint 2013 vs. 2010 NICOLAS LAGROTTA NICOLAS LAGROTTA

SharePoint 2013. A Ten-Point Review of SharePoint 2013 vs. 2010 NICOLAS LAGROTTA NICOLAS LAGROTTA SharePoint 2013 A Ten-Point Review of SharePoint 2013 vs. 2010 NICOLAS LAGROTTA NICOLAS LAGROTTA Contents Introduction... 1 1. Development-Related Changes... 1 2. Licensing... 2 3. Site/Library Template

More information

Actuate Business Intelligence and Reporting Tools (BIRT)

Actuate Business Intelligence and Reporting Tools (BIRT) Product Datasheet Actuate Business Intelligence and Reporting Tools (BIRT) Eclipse s BIRT project is a flexible, open source, and 100% pure Java reporting tool for building and publishing reports against

More information

Compiere Technical Architecture Modern, configurable, extendible

Compiere Technical Architecture Modern, configurable, extendible Compiere Technical Architecture Modern, configurable, extendible Problems with Traditional ERP Complex Bloated with features you ll never use Complicated and time consuming to implement Inflexible Force

More information

Exclaimer Mail Archiver User Manual

Exclaimer Mail Archiver User Manual User Manual www.exclaimer.com Contents GETTING STARTED... 8 Mail Archiver Overview... 9 Exchange Journaling... 9 Archive Stores... 9 Archiving Policies... 10 Search... 10 Managing Archived Messages...

More information

SOA, case Google. Faculty of technology management 07.12.2009 Information Technology Service Oriented Communications CT30A8901.

SOA, case Google. Faculty of technology management 07.12.2009 Information Technology Service Oriented Communications CT30A8901. Faculty of technology management 07.12.2009 Information Technology Service Oriented Communications CT30A8901 SOA, case Google Written by: Sampo Syrjäläinen, 0337918 Jukka Hilvonen, 0337840 1 Contents 1.

More information

FileMaker Server 15. Getting Started Guide

FileMaker Server 15. Getting Started Guide FileMaker Server 15 Getting Started Guide 2007 2016 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks

More information

Esigate Module Documentation

Esigate Module Documentation PORTAL FACTORY 1.0 Esigate Module Documentation Rooted in Open Source CMS, Jahia s Digital Industrialization paradigm is about streamlining Enterprise digital projects across channels to truly control

More information

Cloud vs. On Premise: Is there a Middle Ground?

Cloud vs. On Premise: Is there a Middle Ground? Cloud vs. On Premise: Is there a Middle Ground? Building Multi Channel Business Applications without Re Coding Magic Software March 2010 Magic Software is a trademark of Magic Software Enterprises Ltd.

More information

http://support.oracle.com/

http://support.oracle.com/ Oracle Primavera Contract Management 14.0 Sizing Guide October 2012 Legal Notices Oracle Primavera Oracle Primavera Contract Management 14.0 Sizing Guide Copyright 1997, 2012, Oracle and/or its affiliates.

More information

Application Express Web Application Development

Application Express Web Application Development Application Express Web Application Development Agenda What is Oracle Application Express Demonstration Features and benefits Customer examples Conclusion Next steps Q&A Does Your Organization: Use spreadsheets

More information

4D Deployment Options for Wide Area Networks

4D Deployment Options for Wide Area Networks 4D Deployment Options for Wide Area Networks By Jason T. Slack, Technical Support Engineer, 4D Inc. Technical Note 07-32 Abstract 4 th Dimension is a highly flexible tool for creating and deploying powerful

More information

Jitterbit Technical Overview : Microsoft Dynamics CRM

Jitterbit Technical Overview : Microsoft Dynamics CRM Jitterbit allows you to easily integrate Microsoft Dynamics CRM with any cloud, mobile or on premise application. Jitterbit s intuitive Studio delivers the easiest way of designing and running modern integrations

More information

Contents Introduction... 5 Deployment Considerations... 9 Deployment Architectures... 11

Contents Introduction... 5 Deployment Considerations... 9 Deployment Architectures... 11 Oracle Primavera Contract Management 14.1 Sizing Guide July 2014 Contents Introduction... 5 Contract Management Database Server... 5 Requirements of the Contract Management Web and Application Servers...

More information

Oracle Service Bus. Situation. Oracle Service Bus Primer. Product History and Evolution. Positioning. Usage Scenario

Oracle Service Bus. Situation. Oracle Service Bus Primer. Product History and Evolution. Positioning. Usage Scenario Oracle Service Bus Situation A service oriented architecture must be flexible for changing interfaces, transport protocols and server locations - service clients have to be decoupled from their implementation.

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved.

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Oracle WebCenter Strategy and Vision Rob Schootman Principal Sales Consultant Oracle Fusion Middleware 2 Insert Information Protection Policy Classification from Slide 13 Let s introduce myself... 3

More information

OpenText Information Hub (ihub) 3.1 and 3.1.1

OpenText Information Hub (ihub) 3.1 and 3.1.1 OpenText Information Hub (ihub) 3.1 and 3.1.1 OpenText Information Hub (ihub) 3.1.1 meets the growing demand for analytics-powered applications that deliver data and empower employees and customers to

More information

Adobe ColdFusion 11 Enterprise Edition

Adobe ColdFusion 11 Enterprise Edition Adobe ColdFusion 11 Enterprise Edition Version Comparison Adobe ColdFusion 11 Enterprise Edition Adobe ColdFusion 11 Enterprise Edition is an all-in-one application server that offers you a single platform

More information

Here s how to choose the right mobile app for you.

Here s how to choose the right mobile app for you. Here s how to choose the right mobile app for you. There is no arguing with statistics. The future of the web is mobile. Tablet shipments are increasing exponentially and within two years consumer broadband

More information

SERENA SOFTWARE Authors: Bill Weingarz, Pete Dohner, Kartik Raghavan, Amitav Chakravartty

SERENA SOFTWARE Authors: Bill Weingarz, Pete Dohner, Kartik Raghavan, Amitav Chakravartty SERENA SOFTWARE Scaling for the Enterprise Authors: Bill Weingarz, Pete Dohner, Kartik Raghavan, Amitav Chakravartty 2012-05-07 Table of Contents Who Should Read This Paper?... 3 Introduction... 3 Architecture...

More information

Load and Performance Load Testing. RadView Software October 2015 www.radview.com

Load and Performance Load Testing. RadView Software October 2015 www.radview.com Load and Performance Load Testing RadView Software October 2015 www.radview.com Contents Introduction... 3 Key Components and Architecture... 4 Creating Load Tests... 5 Mobile Load Testing... 9 Test Execution...

More information

Glassfish, JAVA EE, Servlets, JSP, EJB

Glassfish, JAVA EE, Servlets, JSP, EJB Glassfish, JAVA EE, Servlets, JSP, EJB Java platform A Java platform comprises the JVM together with supporting class libraries. Java 2 Standard Edition (J2SE) (1999) provides core libraries for data structures,

More information

Google Web Toolkit (GWT) Architectural Impact on Enterprise Web Application

Google Web Toolkit (GWT) Architectural Impact on Enterprise Web Application Google Web Toolkit (GWT) Architectural Impact on Enterprise Web Application First Generation HTTP request (URL or Form posting) W HTTP response (HTML Document) W Client Tier Server Tier Data Tier Web CGI-Scripts

More information

Introduction to Oracle Mobile Application Framework Raghu Srinivasan, Director Development Mobile and Cloud Development Tools Oracle

Introduction to Oracle Mobile Application Framework Raghu Srinivasan, Director Development Mobile and Cloud Development Tools Oracle Introduction to Oracle Mobile Application Framework Raghu Srinivasan, Director Development Mobile and Cloud Development Tools Oracle Safe Harbor Statement The following is intended to outline our general

More information

MULTICULTURAL CONTENT MANAGEMENT SYSTEM

MULTICULTURAL CONTENT MANAGEMENT SYSTEM MULTICULTURAL CONTENT MANAGEMENT SYSTEM AT A GLANCE Language Partner s Multilingual Content Management System Meridium is multilingual content management system designed to fast track the process of multilingual

More information

DreamFactory & Modus Create Case Study

DreamFactory & Modus Create Case Study DreamFactory & Modus Create Case Study By Michael Schwartz Modus Create April 1, 2013 Introduction DreamFactory partnered with Modus Create to port and enhance an existing address book application created

More information

PEGA MOBILITY A PEGA PLATFORM WHITEPAPER

PEGA MOBILITY A PEGA PLATFORM WHITEPAPER PEGA MOBILITY A PEGA PLATFORM WHITEPAPER Background Mobile devices now outnumber computers as a means of connecting to the Internet. This new mobile ubiquity presents opportunities for the enterprise to

More information

Zoho Recruit. Recruitment and applicant tracking software

Zoho Recruit. Recruitment and applicant tracking software Zoho Recruit is an all- in- one recruitment and applicant tracking system that caters to the needs of both recruiting agencies and in- house corporate recruiters by simplifying the entire hiring process,

More information

Access Database Hosting. An introduction to Cloud Hosting Access databases from Your Office Anywhere

Access Database Hosting. An introduction to Cloud Hosting Access databases from Your Office Anywhere Access Database Hosting An introduction to Cloud Hosting Access databases from Your Office Anywhere Microsoft Access is a powerful way of creating bespoke database applications for either your own business

More information

WHITE PAPER. Domo Advanced Architecture

WHITE PAPER. Domo Advanced Architecture WHITE PAPER Domo Advanced Architecture Overview There are several questions that any architect or technology advisor may ask about a new system during the evaluation process: How will it fit into our organization

More information

Quick Start Guide. www.uptrendsinfra.com

Quick Start Guide. www.uptrendsinfra.com Quick Start Guide Uptrends Infra is a cloud service that monitors your on-premise hardware and software infrastructure. This Quick Start Guide contains the instructions to get you up to speed with your

More information

4 Understanding. Web Applications IN THIS CHAPTER. 4.1 Understand Web page development. 4.2 Understand Microsoft ASP.NET Web application development

4 Understanding. Web Applications IN THIS CHAPTER. 4.1 Understand Web page development. 4.2 Understand Microsoft ASP.NET Web application development 4 Understanding Web Applications IN THIS CHAPTER 4.1 Understand Web page development 4.2 Understand Microsoft ASP.NET Web application development 4.3 Understand Web hosting 4.4 Understand Web services

More information

Data Driven Success. Comparing Log Analytics Tools: Flowerfire s Sawmill vs. Google Analytics (GA)

Data Driven Success. Comparing Log Analytics Tools: Flowerfire s Sawmill vs. Google Analytics (GA) Data Driven Success Comparing Log Analytics Tools: Flowerfire s Sawmill vs. Google Analytics (GA) In business, data is everything. Regardless of the products or services you sell or the systems you support,

More information

2012 LABVANTAGE Solutions, Inc. All Rights Reserved.

2012 LABVANTAGE Solutions, Inc. All Rights Reserved. LABVANTAGE Architecture 2012 LABVANTAGE Solutions, Inc. All Rights Reserved. DOCUMENT PURPOSE AND SCOPE This document provides an overview of the LABVANTAGE hardware and software architecture. It is written

More information

QLIKVIEW ARCHITECTURE AND SYSTEM RESOURCE USAGE

QLIKVIEW ARCHITECTURE AND SYSTEM RESOURCE USAGE QLIKVIEW ARCHITECTURE AND SYSTEM RESOURCE USAGE QlikView Technical Brief April 2011 www.qlikview.com Introduction This technical brief covers an overview of the QlikView product components and architecture

More information

QPR WorkFlow. Minimize Process Time, Maximize Process Outcome. QPR WorkFlow 1

QPR WorkFlow. Minimize Process Time, Maximize Process Outcome. QPR WorkFlow 1 QPR WorkFlow Minimize Process Time, Maximize Process Outcome QPR WorkFlow 1 QPR WorkFlow: Eliminate the Gap between Process Design and Process Automation Proper management and execution of your operational

More information

NextRow - AEM Training Program Course Catalog

NextRow - AEM Training Program Course Catalog NextRow - AEM Training Program Course Catalog Adobe Experience Manager Training Program Course Catalog NextRow provides Adobe CQ training solutions designed to meet your unique project demands. To optimize

More information

Electronic Ticket and Check-in System for Indico Conferences

Electronic Ticket and Check-in System for Indico Conferences Electronic Ticket and Check-in System for Indico Conferences September 2013 Author: Bernard Kolobara Supervisor: Jose Benito Gonzalez Lopez CERN openlab Summer Student Report 2013 Project Specification

More information

Integrating SharePoint Sites within WebSphere Portal

Integrating SharePoint Sites within WebSphere Portal Integrating SharePoint Sites within WebSphere Portal November 2007 Contents Executive Summary 2 Proliferation of SharePoint Sites 2 Silos of Information 2 Security and Compliance 3 Overview: Mainsoft SharePoint

More information

Take full advantage of IBM s IDEs for end- to- end mobile development

Take full advantage of IBM s IDEs for end- to- end mobile development Take full advantage of IBM s IDEs for end- to- end mobile development ABSTRACT Mobile development with Rational Application Developer 8.5, Rational Software Architect 8.5, Rational Developer for zenterprise

More information

SOA REFERENCE ARCHITECTURE: WEB TIER

SOA REFERENCE ARCHITECTURE: WEB TIER SOA REFERENCE ARCHITECTURE: WEB TIER SOA Blueprint A structured blog by Yogish Pai Web Application Tier The primary requirement for this tier is that all the business systems and solutions be accessible

More information

SERENA SOFTWARE Authors: Bill Weingarz, Pete Dohner, Kartik Raghavan, Amitav Chakravartty

SERENA SOFTWARE Authors: Bill Weingarz, Pete Dohner, Kartik Raghavan, Amitav Chakravartty SERENA SOFTWARE Scaling for the Enterprise Authors: Bill Weingarz, Pete Dohner, Kartik Raghavan, Amitav Chakravartty 2012-06-11 Table of Contents Who Should Read This Paper?... 3 Introduction... 3 Architecture...

More information

REVIZE WEB CONTENT MANAGEMENT SYSTEM The Common Sense Approach To Content Management. Informational Brief. Value Proposition

REVIZE WEB CONTENT MANAGEMENT SYSTEM The Common Sense Approach To Content Management. Informational Brief. Value Proposition REVIZE WEB CONTENT MANAGEMENT SYSTEM The Common Sense Approach To Content Management Informational Brief Value Proposition The Revize Web Content Management System enables clients to easily update and

More information

An Esri White Paper October 2010 Developing with Esri Business Analyst Server

An Esri White Paper October 2010 Developing with Esri Business Analyst Server An Esri White Paper October 2010 Developing with Esri Business Analyst Server Esri, 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB esri.com Copyright

More information

Sabre Red Apps. Developer Toolkit Overview. October 2014

Sabre Red Apps. Developer Toolkit Overview. October 2014 Sabre Red Apps Developer Toolkit Overview October 2014 Red Apps are optional, authorized applications that extend the capabilities of Sabre Red Workspace. Red Apps are Sabre's branded version of an Eclipse

More information

What s New in IBM Web Experience Factory 8.5. 2014 IBM Corporation

What s New in IBM Web Experience Factory 8.5. 2014 IBM Corporation What s New in IBM Web Experience Factory 8.5 2014 IBM Corporation Recent history and roadmap Web Experience Factory 8.0 2012 Multi-channel Client-side mobile Aligned with Portal 8 Developer productivity

More information

100% NO CODING NO DEVELOPING IMMEDIATE BUSINESS -25% -70% UNLIMITED SCALABILITY DEVELOPMENT TIME SOFTWARE STABILITY

100% NO CODING NO DEVELOPING IMMEDIATE BUSINESS -25% -70% UNLIMITED SCALABILITY DEVELOPMENT TIME SOFTWARE STABILITY 100% UNLIMITED SCALABILITY TOTAL COST OF OWNERSHIP -25% +50% EFFICENCY INCREASE -70% +65% DEVELOPMENT TIME SOFTWARE STABILITY NO CODING NO DEVELOPING IMMEDIATE BUSINESS FlexyGo Rapid Application Builder

More information

Pro<DOC/> e-commerce Technology An Introduction

Pro<DOC/> e-commerce Technology An Introduction Pro e-commerce Technology An Introduction From Rightangle Technologies Private Limited (www.rigthangle.co.in) 1 P a g e R i g h t a n g l e T e c h n o l o g i e s P v t. L t d. 1 Problem Statement

More information

AWD THE INTELLIGENT BUSINESS PROCESS AND CASE MANAGEMENT APPLICATION. AWD allows us to drive a competitive advantage in our service proposition.

AWD THE INTELLIGENT BUSINESS PROCESS AND CASE MANAGEMENT APPLICATION. AWD allows us to drive a competitive advantage in our service proposition. AWD THE INTELLIGENT BUSINESS PROCESS AND CASE MANAGEMENT APPLICATION AWD helps to align customers, employees, departments, and technology to execute intelligent, effective business operations. It delivers

More information

Desktop Management for the Small Enterprise

Desktop Management for the Small Enterprise Desktop Management for the Small Enterprise There are three key factors why desktop management for your small enterprise doesn't have to cost a fortune: time, money, and manpower. If you have less than

More information

Communiqué 4. Standardized Global Content Management. Designed for World s Leading Enterprises. Industry Leading Products & Platform

Communiqué 4. Standardized Global Content Management. Designed for World s Leading Enterprises. Industry Leading Products & Platform Communiqué 4 Standardized Communiqué 4 - fully implementing the JCR (JSR 170) Content Repository Standard, managing digital business information, applications and processes through the web. Communiqué

More information

SOA Myth or Reality??

SOA Myth or Reality?? IBM TRAINING S04 SOA Myth or Reality Jaqui Lynch IBM Corporation 2007 SOA Myth or Reality?? Jaqui Lynch Mainline Information Systems Email jaqui.lynch@mainline.com Session S04 http://www.circle4.com/papers/s04soa.pdf

More information

Enterprise IT is complex. Today, IT infrastructure spans the physical, the virtual and applications, and crosses public, private and hybrid clouds.

Enterprise IT is complex. Today, IT infrastructure spans the physical, the virtual and applications, and crosses public, private and hybrid clouds. ENTERPRISE MONITORING & LIFECYCLE MANAGEMENT Unify IT Operations Enterprise IT is complex. Today, IT infrastructure spans the physical, the virtual and applications, and crosses public, private and hybrid

More information

DiskPulse DISK CHANGE MONITOR

DiskPulse DISK CHANGE MONITOR DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com info@flexense.com 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product

More information

FileMaker Server 13. Getting Started Guide

FileMaker Server 13. Getting Started Guide FileMaker Server 13 Getting Started Guide 2007 2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker,

More information

Technical Information Abstract

Technical Information Abstract 1/15 Technical Information Abstract Disclaimer: in no event shall Microarea be liable for any special, indirect or consequential damages or any damages whatsoever resulting from loss of use, data or profits,

More information

Kony Mobile Application Management (MAM)

Kony Mobile Application Management (MAM) Kony Mobile Application Management (MAM) Kony s Secure Mobile Application Management Feature Brief Contents What is Mobile Application Management? 3 Kony Mobile Application Management Solution Overview

More information