LDC Via and SAML

Last month we announced the release of “Eton Mess” which includes a number of nifty features and general improvements for the platform. One of the features which Eton Mess brings to the table actually dates back to one of our “Forced Rhubarb” point releases, and the eagle-eyed amongst you may have noticed it in the associated release notes:

Feature: SAML is now an option for organisations wanting to use it. Whoop!

Huge fanfare eh? :-) SAML stands for “Security Assertion Markup Language”, and we use it to provide Single Sign-On (SSO) functionality between an authentication service of your choice, and LDC Via.

Authentication services are known as “Identity Providers” (IdP) in the SAML world. The applications and platforms like LDC Via which take this authentication information and make use of it are known as “Service Providers” (SP).

In practical terms, this means that once the appropriate configuration has happened, an organisation can have its authenticated users proceed directly to LDC Via from their intranet or other corporate systems without a pesky log-in screen getting in the way.

SAML doesn’t mandate the method of authentication used, so Identity Providers just need to support the protocol (as do downstream Service Providers of course). This means that all manner of centralised identity stores can be used as IdPs; for example, Microsoft Active Directory and Google can both act as IdPs.

The good news is that with “Eton Mess”, if you have a SAML environment in mind for integration with LDC Via, we can work with you to make that a reality.

Eton Mess was released on June 8th. A full list of all the lovely functionality in this version can be found in our release notes.

'Eton Mess' has arrived

We are delighted to announce the availability of our ‘Eton Mess’ release, as of Wednesday 8th June, nearly two years to the day since we first started creating LDC Via.

In case you’re wondering about the curious naming of our releases, we’ll let you into that secret in a separate blog post. Instead, for now let’s concentrate on a couple of the big headlines from this release.

Performance: the API now allows arrays of multiple documents to be ‘put’ in one call. This allows for much more efficient and performant applications.

Account limits: we have increased the account limits across all (well, all but one) of our tiers. The pricing has been tweaked too, to match. Overall, the new structure seems to fit our customers’ needs better, and that’s what it’s all about.

For a full list of all the lovely goodies we’re sending your way in this release, take a look at our hand-crafted artisanal release notes.

Developers, Developers, Developers!

Software developers are always seeking to take advantage of the best of new approaches, tools, techniques and languages. Many come and go, but some have a lengthy lifespan. Domino’s built-in languages of @Formula and LotusScript are pretty obscure these days, mainly because they only exist in the Domino world. Yes, Domino has Java too, but even with that there are some hoops to jump through and some non-standard techniques to grapple with.

Modern environments, in particular the MEAN stack, are taking over as mainstream and very popular tools. Why not take advantage of these skills and opportunities? Moving your Domino data to LDC Via will open it up to all these new worlds, and grant access to a new generation of developers.

Tell us what your organisation’s development strategy is: if we don’t already have sample code for you, we’ll write some.

(And if you’re writing your own apps for Via, don’t forget our API documentation!)

Free full-text search for all!

We’ve mentioned before how important we think full-text search is as a feature. Well, we’re happy to announce that even free accounts can now make use of our full-text search functionality.

Once you’ve imported or created a database in Via, it’s simply a case of going to the Database Settings screen and ticking the “Indexed” check-box.

If you’re writing your own applications to access data in Via, then our API documentation is invaluable for putting together those powerful full-text queries.

Also, bear in mind that for maximum flexibility you can combine full-text queries with our pre-existing structured query syntax. Happy searching!

Developing web applications with LDC Via

Back in January we hosted a webinar where we talked about the basics of LDC Via: how to migrate data and use our templates. If you wish to refresh your memory, that’s available up on YouTube: LDC Via Webinar.

Time marches on, and we wanted to put together a second webinar, this time focusing on developers!

Two weeks ago we ran this, Developing web applications with LDC Via, which was loosely-based on some content we first presented at Engage this year. The session was popular, but a lot of people still missed it, and we had some audio issues too. As a result, we repeated the session last Wednesday, and the recording is available on our YouTube channel:

Developing web applications with LDC Via.

During this session we talk about modern web application development using REST services. There are demonstrations from both the client- and server-side: React.js for some client code consuming the LDC Via API, and also the Java framework Vaadin on the server, together with a node.js / Express application too.

Take a look at the session—there’s a lot of content in there—and if you want to dive into LDC Via you can review API documentation on-line, and we have plenty of sample code in our GitHub repository.