Archive for: ‘August 2012’

[EN] SocBiz.eu – European #SocBiz Blog is LIVE

21. August 2012 Posted by Digital naiv - Stefan P.'s Blog

The new European #SocBiz Blog is live under socbiz.eu. First posts have been published and we are looking forward to your participation. It should become a place,

  • where the dialogue in particular between European Social Business Adoptors can take place,
  • where you can share ideas and discuss with your peers,
  • where you can network and meet people, who are facing the same challenges,
  • where you find newest information around Social Business.

In the next weeks we will extend the funtionality from blogging to the full extend of an IBM Connections based-Community with Forums, Bookmarks, Files, Media Gallery, Idea Blog and more. Stay tuned.

Thank you very much to the German Collaboration User Group DNUG and its board. They have offered us their Euluc-platform as the place to host this new community. And by our request they are opening up the platform, so that all modules can be read without a login. Thank you in particular Reiner Gratzfeld, Birgit Krüger, Jürgen Zirke and Roswitha Bold from DNUG. And thank you to the teams of holistic.net and Softwerk, which are technically hosting the environment. We really appreciate all your support.

Currently the SocBiz.eu-blog is moderated: Anyone can see and read, but you must ask to join and actively contribute. Based on your input and requests, we may open it up completely (anyone can see and join). If you want access to the platform or become an active blogger, please register for EULUC through this link: https://collaboration.euluc.com/landing/ and the Tab Registration. You will get your login within short period from the DNUG Team. Afterwards please request to join the Community. And there you are ... Looking forwrd to share and discuss ideas with you.

Permalink | Leave a comment  »

JVM Profiler im JDK

21. August 2012 Posted by Ralf Petter

Wenn man Programmcode optimieren will, ist es wichtig dass man weiß an welchen Stellen eine Optimierung des Codes wichtig ist. Man muß sozusagen die Hotspots im Code finden an denen die meiste Zeit vertrödelt wird. Dazu verwendet man sogennante Profiler die auf der einen Seite einen genauen Einblick in den Hauptspeicher eines laufenden Javaprogramms als auch eine genaue Analyse der Lauzeit und Häufigkeit der Verwendung von Methoden erlauben.

 Man kann jetzt natürlich einen Profiler aus dem Internet herunterladen, aber zumindest seit Version 1.6 gibt es im JDK auch den sehr guten Java Visual VM im "bin" Verzeichnis. Da dieser auf jedem PC auf dem sich das JDK befindet installiert ist hat man immer schnell einen Profile bei der Hand.


Forrester Wave: IBM, Microsoft, Salesforce Build Online Collaboration Lead

21. August 2012 Posted by Stefan Pfeiffer

Here a summary on IBM Smart Cloud for Social Business in the new the Forrester Wave: Cloud Strategies Of Online Collaboration Software Vendors, Q3 2012 recognizing IBM as one of the leaders:

IBM has been working for some time on integrating internal and external collaboration and appears to have found the right mix with the rebranded SmartCloud for Social Business offering. With it users can choose between a multitenant, and dedicated offering from a globally distributed data center. A significant part of its functionality can be accessed through most mobile devices and platforms, including iOS, Android and BlackBerry. Its Social Business Toolkit can both customized and extend its online portfolio.

More details on cmswire.com.

SocBiz.eu – European #SocBiz Blog is LIVE

21. August 2012 Posted by Stefan Pfeiffer

The new European #SocBiz Blog is live under socbiz.eu. First posts have been published and we are looking forward to your participation. It should become a place,

  • where the dialogue in particular between European Social Business Adoptors can take place,
  • where you can share ideas and discuss with your peers,
  • where you can network and meet people, who are facing the same challenges,
  • where you find newest information around Social Business.

In the next weeks we will extend the funtionality from blogging to the full extend of an IBM Connections based-Community with Forums, Bookmarks, Files, Media Gallery, Idea Blog and more. Stay tuned.

Thank you very much to the German Collaboration User Group DNUG and its board. They have offered us their Euluc-platform as the place to host this new community. And by our request they are opening up the platform, so that all modules can be read without a login. Thank you in particular Reiner Gratzfeld, Birgit Krüger, Jürgen Zirke and Roswitha Bold from DNUG. And thank you to the teams of holistic.net and Softwerk, which are technically hosting the environment. We really appreciate all your support.

Currently the SocBiz.eu-blog is moderated: Anyone can see and read, but you must ask to join and actively contribute. Based on your input and requests, we may open it up completely (anyone can see and join). If you want access to the platform or become an active blogger, please register for EULUC through this link: https://collaboration.euluc.com/landing/ and the Tab Registration. You will get your login within short period from the DNUG Team. Afterwards please request to join the Community. And there you are ... Looking forwrd to share and discuss ideas with you.

Ersatz für @Explode in Java

21. August 2012 Posted by Ralf Petter

In Notesanwendungen hat man oft die Aufgabe Text, der durch Trennzeichnen getrennt ist in eine Liste sprich Array zu verwandeln. Dazu verwendet man die Funktion @Explode.

z.B. @Explode("a,b,c") gibt eine Liste mit den Elementen a,b und c zurück.

Etwas ganz ähnliches kann man in Java mit der split Methode der String Klasse machen. Die gleiche Funktion wie oben kann in Java so codiert werden:

 z. B. "a,b,c".split(",") gibt ein Array mit den Elementen "a", "b", "c" zurück.

Doch da das Trennzeichen nicht einfach nur ein Zeichen sondern eine Regular Expression sein kann ist die Funktion noch viel mächtiger. Stellen wir uns z.B. vor wir haben einen String der verschiedene Trennzeichen haben kann.

z.B. "a;b:c,d".split("[,:;]") gibt ein Array mit den Elementen "a", "b", "c", "d" zurück.

Genauso kann man mit einer anderen Regularexpression vor und nach dem Trennzeichen Whitespace entfernen.

z.B.  "a, b, c".split(",") ergibt ein Array mit den Elementen "a"," b"," c" was nicht gewünscht ist aber "a, b, c".split(""\\s*,\\s*") ergibt das korrekte Array mit den Elementen "a", "b","c".

Aufpassen beim split muss man nur, dass standardmäßig leere Elemente am Anfang nicht in das Ergebnisarray aufgenommen werden.

z.B. ",a,b".split(",") ergibt das Array "a","b" und nicht "","a", "b". Um dies zu vermeiden kann man als zweiten Paramter ein -1 angeben. ",a,b".split(",",-1) mit dem man das erwartete Ergebnis erhält.

SugarCRM becomes the core of IBM’s next-generation CRM » Ovum

21. August 2012 Posted by Stefan Pfeiffer

IBM has a number of internal transformation projects under way, all of which have been brought into the CIO’s office. One very significant transformation is the move away from a traditional sales approach of micro-managing the sales representatives, toward “social selling”, which leverages a variety of technologies, social and otherwise. When IBM started developing this next-generation selling method, the team was not focused on “social” but instead on dramatically increasing the productivity of the sales team. As IBM looked at the challenges of a typical sales team member, a variety of issues surfaced that began pointing toward using social, collaboration, analytics, and other technologies and applications, not only to increase the efficiency of sales representatives, but also to enhance internal collaboration as well as external conversations. ...

Recommendations for enterprise and public sector IT

While still a nascent concept and not yet productized, enterprises and public sector organizations looking for a new approach for taking their relationships with customers and constituents to a higher level should engage IBM in conversation. The outcome in the short term would not necessarily be to buy anything, but to use the insights for long-term IT and CRM strategies and planning.

Large enterprise and public sector organizations with a CRM procurement project under way or planned should definitely include SugarCRM on the vendor long list for evaluation along with other vendors they are considering.

Very interesting view by Carter Lusher from Ovum. I am looking forwrd to use the new Social Selling-solution soon.

This video shows some of the integrations between SugarCRM and IBM Connections:

 

Einfach mal Danke sagen – IBM Champion Nominations are open

20. August 2012 Posted by .:. netzgoetter.net .:.

Ich habe heute bereits zweimal Danke gesagt und habe zwei von mir sehr geschaetzte Mitglieder der IBM Lotus Community zum IBM Champion nominiert. Diese Auszeichnung ist ein wichtiges und schoenes Da ...

Why C-Level Should Get Used to Less Control – Forbes

17. August 2012 Posted by Digital naiv - Stefan P.'s Blog

Social media is an important part of how leaders can communicate with their employees and external stakeholders, but Groysberg warns it’s only a tool: “Fundamentally, if you try to build a conversation-powered corporation, technology can help you, but without dedicated leadership and an inclusive culture, it won’t happen.” The real goal, he says, should be a recognition that the flow of information has speeded up, and there’s no longer a clear line between “internal” and “external” communication. The new reality, he says, is about “feeling comfortable that you have a lot less control.” As we’ve transitioned to a knowledge economy, companies have to recognize that “knowledge workers are different than machines – they talk back.”

Years ago, says Groysberg, “It used to be the case that someone specializing in outside communications for a company could tell Wall Street the company was firing 5000 people and nobody inside the organization knew! But now, that email will find its way inside the organization.” In other words, your expectation should be full and rapid transparency.

These statements are so true. The only thing I was struggling wth, why the headline was Why CMOs should get used to less control. It is the whole C-level.

Permalink | Leave a comment  »

[EN] Why C-Level Should Get Used to Less Control – Forbes

17. August 2012 Posted by Digital naiv - Stefan P.'s Blog

“Fundamentally, if you try to build a conversation-powered corporation, technology can help you, but without dedicated leadership and an inclusive culture, it won’t happen.” The real goal, he says, should be a recognition that the flow of information has speeded up, and there’s no longer a clear line between “internal” and “external” communication. The new reality, he says, is about “feeling comfortable that you have a lot less control.” As we’ve transitioned to a knowledge economy, companies have to recognize that “knowledge workers are different than machines – they talk back.”

Years ago, says Groysberg, “It used to be the case that someone specializing in outside communications for a company could tell Wall Street the company was firing 5000 people and nobody inside the organization knew! But now, that email will find its way inside the organization.” In other words, your expectation should be full and rapid transparency.

Great posting and quotes from Harvard Business School professor Boris Groysberg on the era of transparency and dialogue, the area of Social Business. I was only struggling why the author decided for the headline Why CMOs should get used to less control. Because they are owning Corporote Communications?

Permalink | Leave a comment  »

Spitzners Krude Thesen – über digitale Demenz und digitale Grundbildung

17. August 2012 Posted by Alexander Kluge

Unterstütze hiermit öffentlich diesen “flauschigen Rant” von Nico Lumma zu Manfred Spitzners Thesen der digitalen Demenz:

“Ich würde mal postulieren, dass es Kinder und Jugendliche auch in ihrer Entwicklung behindern würde, wenn sie den ganzen Tag über nur Micky Mouse oder die BILD-Zeitung lesen. Wichtig ist doch, dass schon frühzeitig damit begonnen wird, Medienkompetenz zu vermitteln. Im Englischen spricht man gerne von “digital literacy” und damit wird sehr deutlich gemacht, worum es geht. Kinder und Jugendliche müssen frühzeitig lernen, die digitalen Medien zu nutzen und eine entsprechende Einordnung der Inhalte vornehmen zu können.”

-> weiterlesen

Paßt übrigens bestens zu meinem letzten -> Flausch-Rant zum selben Thema.


[EN] Demand Generation for the C-Suite: How to Hit the Right Spot – The Marketing Journalist

17. August 2012 Posted by Digital naiv - Stefan P.'s Blog

The C-level isn’t going to take a cold call or enthusiastically sit through a sales-oriented or product-centered webcast, so make sure your demand gen efforts are holistic by developing content across key topics that these individuals will find relevant, and deliver that content through appropriate channels.

Very true statement by C. Edward Brice. A lot of companies want to target C-suite, but it needs to be a very different approach than targeting traditional groups. And the key is how to catch their attention, how to address pain points they personally feel.

Permalink | Leave a comment  »

XPages: Additional Facets for Viewpanels

16. August 2012 Posted by Sven Hasselbach

Today I found some additional facets / sections for a normal view panel component which can help to design a layout of an application. They are named like the wind directions and  are equivalent to the position information for the relevant content.

The following screenshot shows all facets in use. In the center you can see the content of the view panel. The pagers are not used, only place holders for a better demonstration:

As you can see there is some HTML source code in the top of the page visible. This happens if you are using the “north” facet. I don’t know why this happens.

Here is the source code of the demo XPage:

<?xml version="1.0" encoding="UTF-8"?>
<xp:view xmlns:xp="http://www.ibm.com/xsp/core"
    xmlns:xc="http://www.ibm.com/xsp/custom">

    <xp:viewPanel rows="10" id="viewPanel1">
        <xp:this.facets>
            <xc:ccDisplayer name="headerPager" color="255,0,0" xp:key="headerPager" />
            <xc:ccDisplayer name="footerPager" color="0,255,255" xp:key="footerPager" />
            <xc:ccDisplayer name="viewTitle" color="255,0,255" xp:key="viewTitle" />
            <xc:ccDisplayer name="south" color="0,255,0" xp:key="south" />
            <xc:ccDisplayer name="southWest" color="96,96,96" xp:key="southWest" />
            <xc:ccDisplayer name="west" color="128,128,128" xp:key="west" />
            <xc:ccDisplayer name="northWest" color="160,160,160" xp:key="northWest" />
            <xc:ccDisplayer name="north" color="255,255,0" xp:key="north" />
            <xc:ccDisplayer name="northEast" color="192,192,192" xp:key="northEast" />
            <xc:ccDisplayer name="east" color="224,224,224" xp:key="east" />
            <xc:ccDisplayer name="southEast" color="255,255,255" xp:key="southEast" />
        </xp:this.facets>
        <xp:this.data>
            <xp:dominoView var="view1" viewName="DemoView"></xp:dominoView>
        </xp:this.data>
        <xp:viewColumn columnName="Col1" id="viewColumn1">
            <xp:viewColumnHeader value="DocUNID" id="viewColumnHeader1"></xp:viewColumnHeader>
        </xp:viewColumn>
    </xp:viewPanel>
</xp:view>

And here is the custom control used.

<?xml version="1.0" encoding="UTF-8"?>
<xp:view xmlns:xp="http://www.ibm.com/xsp/core">
    <xp:this.style>
       <![CDATA[#{javascript:"height:100.0px;width:100.0%;background-color:rgb(" + compositeData.color + ")"}]]>
    </xp:this.style>
    <xp:label value="#{javascript:compositeData.name}" id="labelName">
    </xp:label>
</xp:view>

[EN] Portals and KM: Social Software Market Keeps Growing

15. August 2012 Posted by Digital naiv - Stefan P.'s Blog

IDC also ranked the top vendors from a revenue perspective in a different study, "Worldwide Enterprise Social Software 2011 Vendor Shares." Tops by far was IBM with $105.4 million, followed by Jive Software ($65.3 million), Communispace ($60 million), Telligent ($42.7 million), and Socialtext ($34.5 million). Rounding out the top 10 were Mzinga, Lithium, Yammer, NewsGator, and VMware. I guess Microsoft was feeling left out so they picked up Yammer. It is also smart of IDC to not count SharePoint as social software.

Bill Ives on the market numbers from IDC. Guess which two statements I like most ...

Permalink | Leave a comment  »

Portals and KM: Social Software Market Keeps Growing

15. August 2012 Posted by Stefan Pfeiffer

IDC also ranked the top vendors from a revenue perspective in a different study, "Worldwide Enterprise Social Software 2011 Vendor Shares." Tops by far was IBM with $105.4 million, followed by Jive Software ($65.3 million), Communispace ($60 million), Telligent ($42.7 million), and Socialtext ($34.5 million). Rounding out the top 10 were Mzinga, Lithium, Yammer, NewsGator, and VMware. I guess Microsoft was feeling left out so they picked up Yammer. It is also smart of IDC to not count SharePoint as social software.

Bill Ives on the market numbers from IDC. Guess which two statements I like most ...

[DE] Über die verkrampften Industriekapitäne der Deutschland AG und das Problem der digitalen Demenz | Ich sag mal

15. August 2012 Posted by Digital naiv - Stefan P.'s Blog

Zwei Welten prallen im Netz aufeinander: Bürokratie und hierarchisches Management gegen verspieltes Experimentieren. Unternehmen, für die ein Twitter-Account schon die Zeitenwende bedeutet, werden daran verzweifeln. ...  Toffler sprach von der „Adhocratie“. Bürokratien eignen sich bestens für Aufgaben, bei denen viele Mitarbeiter ohne Spezialausbildung Routinearbeiten ausführen. Es sind statische Gebilde und dauerhafte Strukturen mit einem einfachen hierarchischen Aufbau aus dem Maschinenzeitalter. Da regierten noch Generaldirektoren im Kommandoton.

Adhocratien verlangen völlig andere Führungsmechanismen und Technologien. Das langsame Tempo des Maschinenzeitalters gewährleistete eine Verzögerung der Reaktionen über beträchtliche Zeiträume hinaus. ...

Der traditionelle Manager hasst die Welt der Blogs, Foren und Netzwerke. Alles eine Zeitgeisterscheinung. Er kann einen Tweet nicht von einem Tweed unterscheiden. Letzteres hängt ja als Sakko in seinem Kleiderschrank. Warum sollte es da noch etwas anderes geben. Neumodischer Kram. Das Netz richtet sich aber nicht mehr nach den Gesetzen der Tweed-Kanalarbeiter.

... Klugheit im Durcheinander der Vernetzung speist sich nicht aus dem kümmerlichen Geist des Controllings.

Ich kann nur zustimmen ...

Permalink | Leave a comment  »