MS Outlook

Microsoft Outlook

Integrate with Microsoft Exchange Server

Mendix offers an out-of-the-box integration with Microsoft Outlook Exchange server.

Advantages:outlook

  • Associate emails with data in your app (for example customers)
  • Synchronize contact information
  • Synchronize your task list

 

Technical features

  • A .net based plugin in your outlook client to retrieve meta data from your web app
  • A server side Exchange connector allows you to synchronize or use data from your Exchange Server

 

Thank you for taking the time to take the features tour. To get an in-depth look into the Mendix Agile Business Platform, please:

Documents

Documents

Easily create document templates

With Mendix you can generate documents based on document templates. A document template consists of layout information and the data it should contain. Document templates can be created using the Mendix Business Modeler and they can produce documents in several formats.

pdfdocument

Advantages

  • Export your application data in user-friendly formats
  • Easy and fast adaptation to new requirements; no custom coding needed
  • Easy -to-use WYSIWYG editor

 

Technical features

  • Export to various formats: PDF, Word (.doc and .docx), HTML, and RTF
  • Use application data as input
  • Customize document layout using the modeler or CSS for advanced layouts
  • Document templates are based on familiar form builder widgets such as data grids and data views
  • Support different images formats for logo’s etc


Learn all about generating documents with Mendix:

Next Feature

Eurofiber Stays Responsive and Competitive with its Move to the New Mendix Cloud Platform

Telecommunications company signs three year license extension for the Mendix Agile Business Platform

BOSTON – September 20, 2011 – Mendix, the leading application platform-as-a-service (PaaS) provider, today announced that Eurofiber, a top provider of fiber-optic connections, Ethernet and optical transmissions in the Netherlands, has extended its license with Mendix for an additional three years.

The Mendix Agile Business Platform enables Eurofiber to manage and modify its business applications in response to changing market conditions quickly and at low cost. Eurofiber’s self-service portal, a Mendix web app, allows its customers to configure their orders or upgrade their services quickly and easily.

“Deploying Mendix in the cloud was a fast and easy process.  Because of the role we play in the cloud market, it is important for us to enjoy and highlight the benefits of the cloud,” said Wim Turksma, Customer Experience IT manager of Eurofiber.  “Eurofiber is in a dynamic, growing market and we need to be able to respond quickly to changing conditions. Development time with Mendix is three to five times faster than with other platforms and it also allows us to adopt business rules easily. Additionally, the learning curve for developers is significantly shorter.”

Managing over 25% of internet traffic and 50% of all mobile communications traffic throughout the Netherlands, Eurofiber was recently named the “Best Managed Company” by Deloitte, and the company is also on Deloitte’s “Fast 50″ list. The company offers industry-leading network services to organizations, both directly and as a provider of white-label products via Internet and mobile providers.

“As we continue to expand our platform’s capabilities, we are very pleased to extend our partnership with Eurofiber,” said Derek Roos, CEO of Mendix. “Their renewal is another example of the tangible business benefits experienced by our customers.  It is extremely satisfying to see Mendix enable our customers to quickly respond to business change and achieve success using the Agile Business Platform.”

 

About Eurofiber

Eurofiber is a specialized provider of Managed Dark Fiber connectivity, Ethernet-services from 10 Mbps and Optical Transmission Services up to 400 Gbps. The Eurofiber network now covers more than 10,000 km and grows continuously. More than 25% of all internet traffic and 50% of all mobile communication traffic in The Netherlands is transported via Eurofiber’s fiber optic network.

Eurofiber stands for freedom to choose and headroom to grow. That gives organizations the freedom to decide for themselves how to use the connections and to choose their own service providers. Our finely meshed network, the broad product range and the possibility to increase the bandwidth at any moment, gives organizations the headroom to grow and benefit from new ways of working. Eurofiber has won the Technology Fast50 Award for fast-growing technology companies and was awarded the title ‘Best Managed Companies’ in an annual competition, organised by Deloitte in co-operation with Nyenrode Business University, the Chamber of Commerce, VNO-NCW and Management Team.

Single Sign-on

Single Sign-on

Single sign-on enables users to sign in once to get access to multiple web applications, Mendix or otherwise. Using Mendix, user authentication and management can be integrated in your existing IT infrastructure.

Single sign-on

Advantages

  • Sign in once for all your Mendix applications
  • Integrate user management with your existing infrastructure
  • Users only need to remember one password increasing the likelihood that they choose a safe password

 

Technical features

  • Single sign-on can be used to centralize user management and authentication in your company environment
  • It can be used in combination with both Mendix and non-Mendix applications
  • The application bar allows you switch between different applications
  • Integrate with existing LDAP, NTLM and Kerberos services

 

Learn all about setting up Single Sign-on with Mendix:

Next Feature

Theming

Theming

Apply your own look & feel

Mendix makes it easy to integrate your application into your corporate branding using themes. With a theme, your own look & feel can be applied to any Mendix application using your own CSS. It is even possible to switch themes runtime, or use different themes based on the current user.

ThemingAdvantages

  • Customize the graphical user interface of your application to integrate it into your corporate branding
  • Switch themes based on the current user (for example his user role or his department)
  • Create a theme once, and apply it to any Mendix application you want

 

Technical features

  • Easily theme everything you want by using consistent widget templates
  • Build your theme upon a well-tested browser compatible default theme
  • Re-use your CSS by defining classes on almost every element in the Business Modeler

 

Learn all about theming Mendix applications:

Next Feature

Plug-ins

Plug-ins

Extend Mendix yourself

The Mendix Framework provides the option to create your own plug-ins both for the web client and the server. With Mendix, it is possible to create your own library of reusable components which can be shared through the app store.

Advantages:

  • Create your custom widgets using an Eclipse based SDK (Dojo, Jquery or other Javascript frameworks)
  • Import custom widgets in the Business Modeler to easily configure and apply them into your app
  • Create your own Java libraries to extend the Mendix Runtime Server
  • Share your plug-ins with others via the Mendix App Store

 

Learn all about extending Mendix with plugins:

Next Feature

Custom Code

Custom Code

The Mendix framework can be extended by custom code written in the Java programming language. Even though for most applications the standard functionality is more than sufficient, custom code enables you to fall back on a general purpose language in the case that you need extensions.

Java CodeAdvantages

  • Use Java to write highly specific code for your application
  • Tap into the vast ecosystem of existing Java frameworks
  • Add features you need without having to wait for a new Mendix release

 

Technical Features

  • Proxies for entities of your domain model are generated by the Business Modeler
  • Custom code can communicate with the Mendix Business Server through an application programming interface (API)
  • Add your own library files (.jar) to extend the functionality of the server


Next Feature

Integration

Integration

Integrate your app with almost any other system

In essence, Mendix is a 100% Java based application, meaning you can use all integration options the Java community has to offer. On top of this Mendix offers templates to quickly integrate with systems in different ways, including the Web Service DSL.

Advantages

  • Use the complete Java stack to integrate with other systems
  • Use the Web Service XML mapping DSL to import and export XML files
  • Use templates to quickly import data from:
    • Excel and CSV files
    • Relational databases
    • Directly use BAPI’s from SAP


Technical Features

  • Supports XSD files to quickly define XML structures
  • Provides out of the box synchronisation features


Learn all about Integration with Mendix:

Next Feature

Web Services

Web services

Web services make it possible for two applications to communicate in a standardized way. A simple example of web service is a service that returns the street name for a given zip code. The Mendix platform makes it not only easy to call services in other applications, but also to expose functionality of your application as web services for other systems. All the low-level details are handled under the hood.

Visual XML mapping

Advantages

  • Import web services in a handful of clicks. There is no need to deal with all the low-level intricacies of the web service description language
  • Expose functionality of your application by publishing a microflow as a web service
  • Visually define the mapping between your domain model and the XML world

 

Technical features

  • Call web services directly from microflows
  • Import a web service description (WSDL) into the Modeler and define a mapping between Mendix objects and XML
  • In more complex cases, microflows can be used to convert and combine values and to customize the mapping in other ways
  • Two-way visual mapping of domain model and XML to allow for complex parameters and complex return values
  • When publishing a microflow as a service, the necessary code (WSDL) is automatically generated and can be used by external systems (Mendix or otherwise)

 

Learn all about Webservices with Mendix:

Next Feature

Reporting

Reporting

Get real-time access to management information

Forget about weekly or monthly report runs. With Mendix you can create real-time management dashboards directly in your web app. Aggregated data can be presented in the browser using matrices, pies and graphs.

Advantages

  • Zoom to other more detailed reports enabling data mining
  • Show the data in different kinds of graphs such as: line, bar, pie charts
  • Export to Excel, easily export your reports to Excel
  • Easily apply filters in your reports (Show me only the results for this option)

 

Technical features

  • Create datasets using Object Query Language (OQL) Java and SQL
  • Dynamic OQL queries for filter options
  • Easily constraint data in reports for different users and roles through the integrated security DSL

 

Learn more about Reporting:

Next Feature