Archive for: ‘März 2014’

Chatten mit der Sparkasse – neuer Service flächendeckend im Einsatz (Sametime)

20. März 2014 Posted by Stefan Krueger

Mit dem neuen „Online-Chat“ verfügen Sparkassenkunden über eine weitere Kommunikationsmöglichkeit mit dem Berater. Finanz Informatik und engram GmbH brachten den Chat in den bundesweiten Flächeneinsatz.

Sparkassenkunden sind verwöhnt: Mit einem dichten Filialnetz und dem umfangreichen telefonischen Service stehen ihnen viele direkte Kommunikationswege offen. Neu hinzu kommt jetzt der „Online-Chat“, womit eine weitere Option zum Dialog mit den Beratern bereit steht.

Weitere Infos

Video

IBM sponsert OpenStack Summit 2014

20. März 2014 Posted by IBM Press Releases - All Topics - Germany

Um innerhalb des Cloud Computings den Einsatz offener Standards voranzutreiben, fördert IBM den OpenStack Summit 2014 als Premiumsponsor.

Big Data at Work

20. März 2014 Posted by IBM Experts

Was bedeutet Big Data für das Management? Ein lesenswertes Buch erklärt in klarer, einfacher Sprache alle Facetten von Big Data und zeigt, warum es Unternehmen nutzen sollten. Viele Fallbeispiele...

Stuttgarter Straßenbahnen AG: Mit IBM und SAP auf der richtigen (IT-)Schiene

20. März 2014 Posted by IBM Press Releases - All Topics - Germany

Die Stuttgarter Straßenbahnen AG (SSB) bewältigt eine große Herausforderung: Sie ist die größte Verkehrsgesellschaft der Neckar-Metropole. Für ihre vielfältigen Systeme, darunter eine umfassende SAP ERP Landschaft, setzt die SSB auf IBM Power Systems Server unter IBM AIX.

CRM wird zunehmend mobil

20. März 2014 Posted by IBM Experts

Die Integration von mobilen Technologien in CRM-Systeme setzt Nutzenpotentiale frei. Das ist kurz und knapp das Ergebnis einer neuen Studie des Fachbereichs Betriebliche Anwendungssysteme der...

Traveler – Opening a PDF file in Preview and sending it will lead to corrupt PDF file under iOS 7.1

20. März 2014 Posted by .:. netzgoetter.net .:.

Es sieht so aus, als das Apple mit iOS 7.1 einen Fehler eingebaut hat, der zu korrupten weitergeleiteten PDFs führen kann. Betroffen hiervon sind sowohl Traveler als auch Exchange User. In den letzt ...

Improve SQL grouping performance with Db2 EVIs

19. März 2014 Posted by Ralf Petter

In many SQL queries the "GROUP BY" clause is used to aggregate some values. For example a manager wants to see sales for a specific year grouped by region. The SQL for this query looks like this:

SELECT REGION, SUM(AMOUNT) FROM INVOICES WHERE YEAR=2013 GROUP BY REGION

The Db2  optimizer implements the query with a table scan and a temporary hash table.
The runtime of the query is on our 4 Core box with SSDs and 64 GB main memory 620 ms, which is pretty slow for such a simple query. Fortunately to improve the performance we can create an EVI (Encoded Vector Index) with precalculated aggregate values in the symbol table. This is a new feature in V7R1. The Command to create this index is

CREATE ENCODED VECTOR INDEX INVOICESEVI ON INVOICES (YEAR  ASC, REGION ASC) INCLUDE(SUM(AMOUNT)) ;

After creation of the index the query optimizer decides to use the EVI and re implement the access plan with  an EVI Symbol Table Probe and a temporary hash table. This is much more efficient then the table scan before. For example while the table scans returns over 200.000 rows for which a Hash table has to be built the EVI Symbol Table Probe returns only 34 rows. The query with the EVI runs on our machine in under 10 ms. This is quite an improvement compared to the 620 ms without an EVI.
So if you use grouping in your query you should have a look at the new include aggregates functionality in EVI's in IBM i V7R1.

Reference:

Index grouping implementation in the IBM i Infocenter
Encoded vector indexes

[EN] Watson Cooking and a Marketing Lesson from IBM| Social Media Today

19. März 2014 Posted by StefanP.

the IBM Food Truck at SxSW 2014

the IBM Food Truck at SxSW 2014

I really love this idea in having Watson recommending recipes, literally having Watson cook. For better food than the one I cooked this week at a cooking school after the IBM Connect Comes To You event from holistic.net in Hanover:

Watson, who first made headlines with its win on Jeopardy, was at it again at SxSW, delighting hundreds of people with two new recipes every day. The computer can’t actually cook, but it knows how unexpected ingredient combinations will taste, even predicting whether you’ll find its concoctions pleasant, familiar or surprising.

“It came up with combinations and ingredients I’d never imagine myself,” said James Briscione, the director of culinary development at the Institute of Culinary Education, IBM’s partner in the project. But they worked. …

We know that Watson can crunch numbers, identify patterns, predict outcomes. But IBM wanted to prove that Watson can also be creative. …

But let’s look at the Watson food truck from another perspective. That of marketing. For that’s what really made this effort creative. It took an experience, mixed in some crowdsourcing, added a dash of social media and served up a perfectly prepared case study in how to generate awareness and participation.

Think about it. Watson is a computing system that IBM built to apply advanced natural language processing, information retrieval, knowledge representation, automated reasoning, and machine learning technologies for the field of open domain question answering. Not all that exciting as marketing fodder.

And this is a company that used to be called Big Blue; it was safe, corporate, boring and populated by engineers who wore short sleeve dress shirts. Now look at them. …

If someone had told me five or 10 years ago that IBM would be one of the coolest marketers on the planet, I’d have thought they were crazy.

via Watson Powered Lunch Truck at SXSW | Social Media Today.

Cooking School at IBM Conenct Comes To You: They left the bread to me and they knew why ...

Cooking School at IBM Conenct Comes To You: They left the bread to me and they knew why …


Filed under: English Tagged: IBMWatson, Marketing

EntwicklerCamp 2014: XPages – WebServices und REST

19. März 2014 Posted by Bernd Hort

EntwicklerCamp

Der letzte Tag des EntwicklerCamps ist gekommen. Heute war mein zweiter Vortrag zum Thema "XPages - WebServices und REST". In 90 Minuten habe ich ausführlich beschrieben, wie Webservices und RESTful Webservices innerhalb von XPages konsumiert werden können. Die erste Hälfte des Vortrages konzentrierte sich auf das Backend mittels Java. In der zweiten Hälfte habe ich den Blick auf JavaScript im Browser gerichtet.

Wie immer können die Folien und die Beispiel-Anwendung heruntergeladen werden. Basis für diesen Vortrag war mein Vortrag auf der IBM Connect 2014: BP 206 - Be Open - Use Web Services and REST in XPages Applications. Insofern ist die Beispiel-Anwendung die gleiche wie beim IBM Connect-Vortrag.

 

In der Beispiel-Anwendung befinden sich nicht nur XPages, um die Webservices und RESTful Webservices zu konsumieren. Damit die Beispiele auch bei Ihnen ohne Probleme laufen, sind ein Webservice und drei RESTful Webservices implementiert.

Webservice

Die WSDL-Datei zu dem Webservice kann über
http://{Ihr-Server}/{Datenbank-Pfad}/sessionService?wsdl
erreicht werden.

RESTful Webservice

Um verschiedene Techniken zu zeigen, gibt es insgesamt 3 RESTful Webservices, die alle die XPages Extension Library - OpenNTF benötigen.

Custom Database Servlet

Der erste RESTful Webservice verwendet ein Custom Database Servlet.
http://{Ihr-Server}/{Datenbank-Pfad}/xsp/services/Sessions
CustomDatabaseServlet.png

RESTService Control - xe:viewJsonService

Der zweite RESTful Webservice basiert auf einem viewJsonService.
http://{Ihr-Server}/{Datenbank-Pfad}/extensionlibrary.xsp/sessions
viewJsonService.png

RESTService Control - xe:customRestService

Zu guter Letzt gibt es einen RESTful Webservice als customRestService
http://{Ihr-Server}/{Datenbank-Pfad}/customrestservice.xsp/sessions
http://{Ihr-Server}/{Datenbank-Pfad}/customrestservice.xsp/sessions/BP206
customRestService1.png
customRestService2.png

JDK 8 is released

19. März 2014 Posted by Ralf Petter

The long awaited JDK 8 is released. See https://blogs.oracle.com/thejavatutorials/entry/jdk_8_is_released or visit the Java 8 landing page for details. This release has many great features like Lamba support and the new Streams API. Unfortunatly all Notes Developer have to use the very dated JDK 1.6 from IBM. So lets hope that IBM will update the JDK in Notes soon.


EntwicklerCamp 2014: JavaScript für Fortgeschrittene

19. März 2014 Posted by Thomas Bahn

EntwicklerCamp
Das EntwicklerCamp 2014 ist nun fast schon wieder vorbei.

Ich warte noch gespannt auf den Abschlussvortrag von Niklas Heidloff: Applikationsentwicklung mit IBM Collaboration Solutions. Heute morgen hat er angekündigt, es gehe um die 20 am häufigsten gestellten Fragen rund um die Entwicklung mit Notes und anderen ICS-Lösungen - heute, aber auch in Zukunft.

Meinen zweiten Vortrag, diesmal zum Thema JavaScript für Fortgeschrittene, habe ich eben gehalten. Und wie üblich sind hier die Folien zum "Noch-einmal-in-Ruhe-Nachlesen" für später:

Cloud, Multichannel und Self Service sollen uns das Leben erleichtern

19. März 2014 Posted by IBM Experts

Eine Umfrage von Forrester zeigt, dass Firmen verstärkt von derzeit genutzten On premise- oder selbstverwalteten Contact Center-Lösungen zu gehosteten Lösungen umschwenken.  Die drei...

Security wird vom Top- zum Über-Thema

19. März 2014 Posted by IBM Experts

Die CeBIT ließ es erahnen, eine neue Umfrage bestätigt den Eindruck: Security ist das heiße Eisen der IT-Szene. Entsprechend begehrt sind derzeit Experten dafür. Das geht aus der aktuellen...

Kalenderintegration in IBM Connections – Anwenderbericht über die Evolution einer integrierten Gruppenkalenderlösung auf der 40. DNUG Konferenz in Karlsruhe

19. März 2014 Posted by Roswitha Boldt

Die Heitkamp & Thumann Gruppe nutzt seit 2006 die Lösung OnTime von Intravsision als auf Notes/Domino basierenden Gruppenkalender. Mit der Verfügbarkeit der Lösung für IBM Connections zeigt sich der Vorteil einer vollständig integrierten Lösung für das Management

Der Vortrag stellt neben der Notwendigkeit einer einheitlichen Basis für Termine auch die technische Realisierung der Lösung im Kontext einer mittelständischen Firmengruppe vor, deren Kerngeschäft nicht IT ist.

 

Link zur 40. DNUG Konferenz am 20./21. Mai 2014 in Karlsruhe

 

EntwicklerCamp 2014: Ansichten für Gestaltungselemente

18. März 2014 Posted by Thomas Bahn

EntwicklerCamp
Der zweite Tag neigt sich langsam zu Ende, ich habe heute 4 äußerst interessante und inspirierende Sessions zu drei ganz besonderen Themen genossen: "iNotes deep dive", "C API-Benutzung in Notes und Domino" und "Applikationsentwicklung mit XPages und IBM Connections".

Im Moment läuft noch die Frage-Session. Leichtsinnigerweise habe ich versprochen, eine Ansicht verfügbar zu machen, in denen Gestaltungselemente und besondere Elemente wie z. B. die ACL dargestellt werden: