linqed.eu linqed.eu

linqed.eu

LinQed | Mark Leusink | XPages, Domino, AngularJS, web dev and other…

File uploads to Domino servlets (with an Angular demo). June 24, 2015. June 26, 2015. Updated: add required java security policy. For one of my customers I’ve started working on an application that uses AngularJS for the frontend that talks to a REST API served by IBM Domino. For the REST API we decided use servlets: something that’s covered in great detail on Ed McCormick’s excellent blog. He created containing examples of using servlets for a REST API. The GitHub repo is here. To upload multiple files ...

http://www.linqed.eu/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR LINQED.EU

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

September

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.6 out of 5 with 9 reviews
5 star
4
4 star
1
3 star
2
2 star
0
1 star
2

Hey there! Start your review of linqed.eu

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.8 seconds

CONTACTS AT LINQED.EU

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
LinQed | Mark Leusink | XPages, Domino, AngularJS, web dev and other… | linqed.eu Reviews
<META>
DESCRIPTION
File uploads to Domino servlets (with an Angular demo). June 24, 2015. June 26, 2015. Updated: add required java security policy. For one of my customers I’ve started working on an application that uses AngularJS for the frontend that talks to a REST API served by IBM Domino. For the REST API we decided use servlets: something that’s covered in great detail on Ed McCormick’s excellent blog. He created containing examples of using servlets for a REST API. The GitHub repo is here. To upload multiple files ...
<META>
KEYWORDS
1 toggle navigation
2 linqed mark leusink
3 portfolio
4 bootcards
5 bootstrap4xpages
6 mark leusink
7 16 comments
8 changes
9 method
10 enjoy
CONTENT
Page content here
KEYWORDS ON
PAGE
toggle navigation,linqed mark leusink,portfolio,bootcards,bootstrap4xpages,mark leusink,16 comments,changes,method,enjoy,5 comments,beyondtheeveryday com,3 comments,that’s easy,requests,according to this,the content type,all set now,posts navigation,meta
SERVER
Apache/2.2.22 (Debian)
POWERED BY
PHP/5.4.41-0+deb7u1
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

LinQed | Mark Leusink | XPages, Domino, AngularJS, web dev and other… | linqed.eu Reviews

https://linqed.eu

File uploads to Domino servlets (with an Angular demo). June 24, 2015. June 26, 2015. Updated: add required java security policy. For one of my customers I’ve started working on an application that uses AngularJS for the frontend that talks to a REST API served by IBM Domino. For the REST API we decided use servlets: something that’s covered in great detail on Ed McCormick’s excellent blog. He created containing examples of using servlets for a REST API. The GitHub repo is here. To upload multiple files ...

SUBDOMAINS

blog.linqed.eu blog.linqed.eu

LinQed | Mark Leusink | XPages, Domino, AngularJS, web dev and other…

File uploads to Domino servlets (with an Angular demo). June 24, 2015. June 26, 2015. Updated: add required java security policy. For one of my customers I’ve started working on an application that uses AngularJS for the frontend that talks to a REST API served by IBM Domino. For the REST API we decided use servlets: something that’s covered in great detail on Ed McCormick’s excellent blog. He created containing examples of using servlets for a REST API. The GitHub repo is here. To upload multiple files ...

INTERNAL PAGES

linqed.eu linqed.eu
1

Portfolio – LinQed | Mark Leusink

http://www.linqed.eu/portfolio

Skip to main content. A small selection of sites and apps I’ve worked on. Be Sociable, Share! I'm Mark, co-owner of Viaware. Experts in Food Contact Safety. And creators of FOCOS. I also work as a freelance web developer/ consultant, specializing in IBM (Lotus) Notes/ Domino/ XPages/ AngularJS/ mobile/ app development, speaker, IBM Champion. 2011-2015). I live in the Netherlands and work for various national and international clients. Looking for an expert in IBM XPages or Domino, web, client, mobile?

2

Deploying angular-seed to Heroku – LinQed | Mark Leusink

http://www.linqed.eu/2014/10/07/deploying-angular-seed-to-heroku

Skip to main content. Deploying angular-seed to Heroku. October 7, 2014. November 16, 2014. Is an application skeleton for AngularJS apps. It helps you to quickly bootstrap new applications. I’m currently using it for an app I’m writing and wanted to deploy that to Heroku. For testing. Since that wasn’t a very straightforward process, I thought I’d share my experiences here. Check package.json: it’s already listed there as a devDependency. Npm install bower - save. Express as a web server. We need to tel...

3

Fun with Domino, AngularJS and CORS (not really) – LinQed | Mark Leusink

http://www.linqed.eu/2014/12/15/fun-with-domino-angularjs-and-cors-not-really

Skip to main content. Fun with Domino, AngularJS and CORS (not really). December 15, 2014. December 15, 2014. For a mobile app I’m currently working on (more on that soon) I’m using Domino Access Services. After fixing the issue. With the number of entries returned by a view entry service, I quickly ran into other issues. I’m using a frontend build with Angular that’s running on a different domain name. So I have to add CORS headers ( Cross Origin Resource Sharing. Header with a value of *. If you think ...

4

Domino Access Services: ‘Limit Exceeded’ error for view entry collections – LinQed | Mark Leusink

http://www.linqed.eu/2014/12/08/domino-access-services-limit-exceeded-error-for-view-entry-collections

Skip to main content. Domino Access Services: ‘Limit Exceeded’ error for view entry collections. December 8, 2014. June 21, 2015. If you’re using Domino Access Services. To get a view entry collection and include the count=XXX. Parameter (like described here. You’ll get an error if the number is larger than 100:. Limit exceeded. Cannot read more than 1500 entries. This limit was introduced with the 901v00 10. I found that the maximum can actually be controlled by a notes.ini. Be Sociable, Share! 2011-201...

5

File uploads to Domino servlets (with an Angular demo) – LinQed | Mark Leusink

http://www.linqed.eu/2015/06/24/file-uploads-to-domino-servlets-with-an-angular-demo

Skip to main content. File uploads to Domino servlets (with an Angular demo). June 24, 2015. June 26, 2015. Updated: add required java security policy. For one of my customers I’ve started working on an application that uses AngularJS for the frontend that talks to a REST API served by IBM Domino. For the REST API we decided use servlets: something that’s covered in great detail on Ed McCormick’s excellent blog. He created containing examples of using servlets for a REST API. The GitHub repo is here.

UPGRADE TO PREMIUM TO VIEW 5 MORE

TOTAL PAGES IN THIS WEBSITE

10

LINKS TO THIS WEBSITE

notesnl.blogspot.com notesnl.blogspot.com

Notes NL: First Xpages & beer session

http://notesnl.blogspot.com/2012/09/first-xpages-beer-session.html

Notes about Lotus Notes / Domino development from the Netherlands. Tuesday, 18 September 2012. First Xpages and beer session. After some discussions between a couple of xpages developers, Martin Meijer, Mark Leusink and the guys from Clear IT Consulting organised the first Xpages and beer session in Hengelo (ov), the Netherlands on wednesday 12 september 2012. The format is simple have a couple of presentations and discussions and finish with a beer. The presentations for this first edition were by.

per.lausten.dk per.lausten.dk

Per Henrik Lausten

http://per.lausten.dk/blog

A blog on IBM Domino, IBM XWork Server, XPages and more. I’m a 2016 IBM Champion! December 1st, 2015. It has been a great year with focus on the 2 businesses that I am involved in: Sherlock Web. I have not been involved with public speaking this year but still try to help the XPages developer community on Stack Overflow. As much as I can. It came as a pleasant surprise that I was elected as IBM Champion for 2016. I'm once again honored to be part of this amazing group of people. December 21st, 2014.

blog.linqed.eu blog.linqed.eu

Marky & Mark’s ‘mobile first’ ConnectED Sessions demo app – LinQed | Mark Leusink

http://blog.linqed.eu/2015/01/14/marky-marks-mobile-first-connected-sessions-demo-app

Skip to main content. Marky & Mark’s ‘mobile first’ ConnectED Sessions demo app. January 14, 2015. June 21, 2015. In about two weeks time IBM’s ConnectED. Takes off. We (that’s me and Marky Roden. Were fortunate enough to be allowed to speak there with a brand new session titled “The Future of Web Development – Write Once, Run Everywhere with AngularJS and Domino”. And be convinced to come to our session! A little about the app: it was built using AngularJS. As the MVC framework. It uses Bootstrap. IBM&#...

blog.linqed.eu blog.linqed.eu

Bootstrap in XPages: now part of the Extension Library – LinQed | Mark Leusink

http://blog.linqed.eu/2014/11/10/bootstrap-in-xpages-now-part-of-the-extension-library

Skip to main content. Bootstrap in XPages: now part of the Extension Library. November 10, 2014. June 21, 2015. Today IBM released a new version of the Extension Library. 901v00 10 to be exact). The biggest news being that Bootstrap. Is now an official part of that plugin. They essentially took the Bootstrap4XPages. Unfortunately some parts of the plugin didn’t make it to the Extension Library, like the embedded Select2. If you want to see the new plugin in action: just visit Bootstrap4XPages.com. It was...

blog.linqed.eu blog.linqed.eu

Deploying angular-seed to Heroku – LinQed | Mark Leusink

http://blog.linqed.eu/2014/10/07/deploying-angular-seed-to-heroku

Skip to main content. Deploying angular-seed to Heroku. October 7, 2014. November 16, 2014. Is an application skeleton for AngularJS apps. It helps you to quickly bootstrap new applications. I’m currently using it for an app I’m writing and wanted to deploy that to Heroku. For testing. Since that wasn’t a very straightforward process, I thought I’d share my experiences here. Check package.json: it’s already listed there as a devDependency. Npm install bower - save. Express as a web server. We need to tel...

xpagesandbeer.nl xpagesandbeer.nl

Met dank aan... - XPages & Beer

http://www.xpagesandbeer.nl/xpagesandbeer/home.nsf/bedankt.xsp

Zonder jullie is er geen XPages and Beer! De XPages and Beer meetups zijn volledig gratis en daar zijn we best trots op. Dit zou niet mogelijk zijn zonder de hulp van de volgende bedrijven. We danken hun, de sprekers en vrijwilligers voor het hosten van de meetups (inclusief eten en drinken) en in het algemeen hulp bij de organisatie van dit alles. XPages and Beer. Informeel netwerken en kennis delen.

mattwhite.me mattwhite.me

Presentations — mattwhite.me

http://mattwhite.me/presentations

Since 2008 I have presented at several conferences including BLUG, DanNotes, IamLUG, ILUG, UKLUG, Lotusphere and The View. This page details the sessions and (where applicable) any slideware and downloads. Comparing Cloud Providers for Application Development. The trend for application development is to move to the cloud, but what does that really mean? In this session we'll look at the issues you'll face at a management and a technical level. How much of your software do you want to manage? The world of...

lostinxpages.com lostinxpages.com

Old Notes | Lost in XPages, Soon to be Found

https://lostinxpages.com/category/old-notes

Lost in XPages, Soon to be Found. An exploration of IBM Notes Xpages development. An agent to change field values to help in #XPages. While there’s nothing brilliant about it, it sure is useful. Oh, and the relevant snippet of the Utilities script library…. Creating a meeting in the UI in #IBMNotes. Like it worked because it would show up in people’s inboxes and they could click to accept or decline. Of course, it would disappear once that happened. Oops. So, I searched the internet to see if anyone else...

UPGRADE TO PREMIUM TO VIEW 44 MORE

TOTAL LINKS TO THIS WEBSITE

52

SOCIAL ENGAGEMENT



OTHER SITES

linqdigital.com linqdigital.com

Linq Digital | Home

Listening enables us to find customers. NEVER MISS A CUSTOMER! WEB, MOBILE, VIDEO and SOCIAL. We LINQ them together across our 10billion Ad units globally. WHY LET YOUR CUSTOMERS. Our lead Re-generation and Re-targeting Technology takes care of it. UPGRADE TO Marketing 3.0. Our seamless data integration lets you do it in 3 easy steps. Let's tell you our story. Ever wished you’d an online media partner. Who gets deep into knowing your customers and engage them with your brand by smartest possible means.

linqdistribution.co.uk linqdistribution.co.uk

Linq Distribution (UK) LTD

LINQ Distribution (UK) Limited is the holding company of. QDetailing Premium Automotive Products. LINQ Distribution is a UK based distribution Company formed specifically to identify and deliver quality niche products which are sourced both locally and internationally. As an extension of this we will constantly consider new ideas and in some cases commission the development and manufacture of products. Any product must meet two of our essential criteria, particularly those of Functionality and Value.

linqdistrict.com linqdistrict.com

LV City Center Condos Las Vegas, MGM Las Vegas | LVcityCenter

CLICK ON ANY PROPERTY ABOVE OR BELOW INCLUDING THE MAP. Attractions / Hotels / Casinos.

linqe.com linqe.com

linqe.com - This website is for sale! - linqe Resources and Information.

The domain linqe.com. May be for sale by its owner! This page provided to the domain owner free. By Sedo's Domain Parking. Disclaimer: Domain owner and Sedo maintain no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo or domain owner and does not constitute or imply its association, endorsement or recommendation.

linqed.be linqed.be

Linqed - Linqed

Web and Mobile Apps. Linqed BVBA is een IT-bedrijf gevestigd te Merelbeke en is gespecialiseerd in het ontwikkelen en onderhouden van software op maat. Sinds de oprichting in 2010 door Ing. Sam Van Brussel is Linqed BVBA actief op de Belgische markt en levert ze haar diensten aan zowel kleine als grote bedrijven uit verschillende sectoren in alle regio’s van het land. Als Microsoft Partner heeft Linqed BVBA de nodige kennis en expertise in huis om uw project tot een goed einde te brengen.

linqed.eu linqed.eu

LinQed | Mark Leusink | XPages, Domino, AngularJS, web dev and other…

File uploads to Domino servlets (with an Angular demo). June 24, 2015. June 26, 2015. Updated: add required java security policy. For one of my customers I’ve started working on an application that uses AngularJS for the frontend that talks to a REST API served by IBM Domino. For the REST API we decided use servlets: something that’s covered in great detail on Ed McCormick’s excellent blog. He created containing examples of using servlets for a REST API. The GitHub repo is here. To upload multiple files ...

linqed.net linqed.net

Homepage Linqed

Network for quality in international health postgraduate training. Sign up for our newsletter. Call for participation in Pretoria thesis supervision workshop, South Africa, 17-19 Oct. A 3-day Master thesis supervision workshop will be held in Pretoria, South Africa, 17-19 October, 2016. For institutions who wish to send participants please fill in the online application form by 5 Sep 2016. 2016 kampala LINQED Workshop. Executive committee change 2016-2017.

linqee.com linqee.com

linqee.com

linqeet.com linqeet.com

Online University of things - Home

Online University of things. Join the idea storm! People Ideas Devices = Age of wonders.

linqenergymixer.com linqenergymixer.com

over 150 hits PER DAY

Over 150 hits PER DAY. A website created by GoDaddy’s Website Builder.

linqentertainment.com linqentertainment.com

Registered & Protected by MarkMonitor

This domain is registered and protected. More than half the Fortune 100 trust MarkMonitor. To protect their brands online.