|
Top Stories
Powering Smart Cities with IoT, Real-Time and an Agile Data Platform
Smart cities have the potential to change our lives at so many levels for
citizens: less pollution, reduced parking obstacles, better health, education
and more energy savings. Real-time data streaming and the Internet of Things
(IoT) possess the power to turn this vision into a reality. However, most
organizations today are building their data infrastructure to focus solely on
addressing immediate business needs vs. a platform capable of quickly
adapting emerging technologies to address future business challenges.
In his session at @ThingsExpo, Nick Piette, Chief Evangelist at Talend, will
include how Johnson Controls utilize sensors, Big Data integration and
cloud-based data lake solutions.
Speaker Bio
Nick Piette joined Talend in 2017 as Chief Evangelist. He has spent the last
eight years helping... (more)
"We are an all-flash array storage provider but our focus has been on
VM-aware storage specifically for virtualized applications," stated Dhiraj
Sehgal of Tintri in this SYS-CON.tv interview at 19th Cloud Expo, held
November 1-3, 2016, at the Santa Clara Convention Center in Santa Clara, CA.
DevOps - Operations Pain in Data Management
Updating DevOps to the latest production data slows down your development
cycle. Probably it is due to slow, inefficient conventional storage and
associated copy data management practices.
In his session at @DevOpsSummit at 20th Cloud Expo, Dhiraj Sehgal, in Product
and Solution at Tintri, will talk about DevOps and cloud-focused storage to
update hundreds of child VMs (different flavors) with updates from a master
VM in minutes, saving hours or even days in each development cycle. He will
also discuss how the "Ops" side of DevOps is ... (more)
Download Slide Deck: ▸ Here
Download Slide Deck: ▸ Here
Strong Security Elements for IoT Manufacturing
The security needs of IoT environments require a strong, proven approach to
maintain security, trust and privacy in their ecosystem. Assurance and
protection of device identity, secure data encryption and authentication are
the key security challenges organizations are trying to address when
integrating IoT devices. This holds true for IoT applications in a wide range
of industries, for example, healthcare, consumer devices, and manufacturing.
Download Slide Deck: ▸ Here
In his session at @ThingsExpo, Lancen LaChance, vice president of product
management, IoT solutions at GlobalSign, taught IoT developers how to
introduce strong security elements into the manufacturing process, addressing
the critical IoT security concerns but also accelerating time-to-market and... (more)
Solving the XML Problem with Jackson
By Eugen Paraschiv
Jackson is a popular library for handling JSON in Java applications, quickly
becoming the de-facto standard in the ecosystem. Starting with version 2, it
has also introduced a mature XML implementation alongside its established
JSON support.
Adding Jackson XML to the Project
Adding the Jackson XML module to the project only needs a single dependency -
the Jackson XML module itself:
com.fasterxml.jackson.dataformat
jackson-dataformat-xml
2.9.0
And in Gradle:
compile "com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.9.0"
This will automatically pull in all of the other Jackson dependencies that
are needed:
Jackson Core Jackson Annotations Jackson Databind Jackson Module JAXB
Annotations Woodstox StAX Implementation
Not... (more)
I am always being told off by i-technologists for quoting Picasso as having
said that computers are useless. But I still love his reasoning? "Because
they can only give you answers."
Picasso, like AJAXWorld Magazine, liked questions. So we thought we would
share with you what some of the world's leading rich Internet application
pioneers are thinking may be the next questions that we need to see answered.
From that readers can themselves infer where AJAX is headed.
What are the top questions to ask next about AJAX?
Eric Miraglia of Yahoo!
1. (From March'08) How do I calculate the ROI of building my RIA on the
iPhone SDK vs using AJAX?
2. How do I assess the performance of my app and decide what to do next to
make it faster?
3. When it comes to accessibility, how do I know what's required of me for
my rich web apps? Beyond what's required, what makes good business se... (more)
"Tintri was started in 2008 with the express purpose of building a storage
appliance that is ideal for virtualized environments. We support a lot of
different hypervisor platforms from VMware to OpenStack to Hyper-V,"
explained Dan Florea, Director of Product Management at Tintri, in this
SYS-CON.tv interview at 18th Cloud Expo, held June 7-9, 2016, at the Javits
Center in New York City, NY.
20th International Cloud Expo, taking place June 6-8, 2017, at the Javits
Center in New York City, NY, will feature technical sessions from a rock star
conference faculty and the leading industry players in the world.
Cloud computing is now being embraced by a majority of enterprises of all
sizes. Yesterday's debate about public vs. private has transformed into the
reality of hybrid cloud: a recent survey shows that 74% of enterprises have a
hybrid cloud strategy. Meanwhile, ... (more)
A Cloud and Internet of Things Way of Thinking: From Egosystems to Ecosystems
The buzz continues for cloud, data analytics and the Internet of Things (IoT)
and their collective impact across all industries. But a new conversation is
emerging - how do companies use industry disruption and technology enablers
to lead in markets undergoing change, uncertainty and ambiguity?
Organizations of all sizes need to evolve and transform, often under massive
pressure, as industry lines blur and merge and traditional business models
are assaulted and turned upside down. In this new data-driven world,
marketplaces reign supreme while interoperability, APIs and applications
deliver unique customer value for new go-to-market models based on a cloud
and IoT way of working. Analytics, IoT service mashups, fail fast business
models and contextual data streams enable data to become the... (more)
Internet of @ThingsExpo, taking place June 6-8, 2017 at Javits Center, New
York City, is co-located with 20th International @CloudExpo and will feature
technical sessions from a rock star conference faculty and the leading
industry players in the world.
@CloudExpo / @ThingsExpo 2017 New York
(June 6-8, 2017, Javits Center, Manhattan)
@CloudExpo / @ThingsExpo 2017 Silicon Valley
(October 31 - November 2, 2017, Santa Clara Convention Center, CA)
Download Show Prospectus ▸ Here
The Internet of Things (IoT) is the most profound change in personal and
enterprise IT since the creation of the Worldwide Web more than 20 years ago.
All major researchers estimate there will be tens of billions devices -
computers, smartphones, tablets, and sensors - connected to the Internet by
2020. This number will continue to grow at a rapid pace for the next several
decades.
With major ... (more)
In the run-up to the next Cloud Expo, 7th Cloud Expo (November 1–4, 2010)
being held at the Santa Clara Convention Center in Silicon Valley, it's time
to give my earlier list a complete overhaul.
Here, accordingly, is an expanded list of the most active players in the
Cloud Ecosystem.
I have increased it from the 'mere' 150 I identified back in January of this
year, to 250, testimony – as if any were needed! – to the fierce and
continuing growth of the "Elastic IT" paradigm throughout the world of
enterprise computing.
Editorial note: The words in quotation marks used to describe the various
services and solutions in this round-up are in every case taken from the Web
sites of the companies themselves. Omissions to this Top 250 list should be
sent to me via Twitter (twitter.com/jg21) and I will endeavor to include them
in any future revision of this newly expanded rou... (more)
Let's start with the basic question: What is the disruptor? The disruptor is
a concurrency framework for Java that allows data sharing between threads.
The age old way of coding a producer-consumer model is to use a queue as the
buffer area between the producer and the consumer, where the producer adds
data objects to the queue, which are in turn processed by the consumer.
However, such a model does not work well at the hardware level and ends up
being highly inefficient. The disruptor in its simplest form replaces the
queue with a data structure known as the ‘ring buffer'. Which brings us to
the next question, what is the ring buffer? The ring buffer is an array of
fixed length (which must be a power of 2), it's circular and wraps. This data
structure is at the core of what makes the disruptor super fast.
Let's explore a simple everyday scenario in enterprise archit... (more)
DevOps Summit 2015 New York, co-located with the 16th International Cloud
Expo - to be held June 9-11, 2015, at the Javits Center in New York City, NY
- announces that it is now accepting Keynote Proposals.
The widespread success of cloud computing is driving the DevOps revolution in
enterprise IT. Now as never before, development teams must communicate and
collaborate in a dynamic, 24/7/365 environment. There is no time to wait for
long development cycles that produce software that is obsolete at launch.
DevOps may be disruptive, but it is essential.
The DevOps Summit at Cloud Expo will expand the DevOps community, enable a
wide sharing of knowledge, and educate delegates and technology providers
alike. Recent research has shown that DevOps dramatically reduces development
time, the amount of enterprise IT professionals put out fires, and support
time generally. Tim... (more)
@CloudExpo Stories By Elizabeth White  Cloud resources, although available in abundance, are inherently volatile. For transactional computing, like ERP and most enterprise software, this is a challenge as transactional integrity and data fidelity is paramount – making it a challenge to create cloud native applications while relying on RDBMS. In his session at 21st Cloud Expo, Claus Jepsen, Chief Architect and Head of Innovation Labs at Unit4, will explore that in order to create distributed and scalable solutions ensuring high availa... Oct. 4, 2017 09:15 AM EDT Reads: 1,866 | By Elizabeth White  SYS-CON Events announced today that Yuasa System will exhibit at the Japan External Trade Organization (JETRO) Pavilion at SYS-CON's 21st International Cloud Expo®, which will take place on Oct 31 – Nov 2, 2017, at the Santa Clara Convention Center in Santa Clara, CA.
Yuasa System is introducing a multi-purpose endurance testing system for flexible displays, OLED devices, flexible substrates, flat cables, and films in smartphones, wearables, automobiles, and healthcare. Oct. 4, 2017 09:15 AM EDT Reads: 1,144 | By Pat Romanski  The last two years has seen discussions about cloud computing evolve from the public / private / hybrid split to the reality that most enterprises will be creating a complex, multi-cloud strategy. Companies are wary of committing all of their resources to a single cloud, and instead are choosing to spread the risk – and the benefits – of cloud computing across multiple providers and internal infrastructures, as they follow their business needs. Will this approach be successful? How large is the ... Oct. 4, 2017 09:00 AM EDT Reads: 1,580 | By Liz McMillan  SYS-CON Events announced today that Evatronix will exhibit at SYS-CON's 21st International Cloud Expo®, which will take place on Oct 31 – Nov 2, 2017, at the Santa Clara Convention Center in Santa Clara, CA.
Evatronix SA offers comprehensive solutions in the design and implementation of electronic systems, in CAD / CAM deployment, and also is a designer and manufacturer of advanced 3D scanners for professional applications. Oct. 4, 2017 08:53 AM EDT Reads: 149 | By Pat Romanski  SYS-CON Events announced today that Taica will exhibit at the Japan External Trade Organization (JETRO) Pavilion at SYS-CON's 21st International Cloud Expo®, which will take place on Oct 31 – Nov 2, 2017, at the Santa Clara Convention Center in Santa Clara, CA.
Taica manufacturers Alpha-GEL brand silicone components and materials, which maintain outstanding performance over a wide temperature range -40C to +200C. For more information, visit http://www.taica.co.jp/english/. Oct. 4, 2017 08:45 AM EDT Reads: 1,125 | By Elizabeth White  Microsoft Azure Container Services can be used for container deployment in a variety of ways including support for Orchestrators like Kubernetes, Docker Swarm and Mesos. However, the abstraction for app development that support application self-healing, scaling and so on may not be at the right level. Helm and Draft makes this a lot easier.
In this primarily demo-driven session at @DevOpsSummit at 21st Cloud Expo, Raghavan "Rags" Srinivas, a Cloud Solutions Architect/Evangelist at Microsoft, wi... Oct. 4, 2017 08:45 AM EDT Reads: 925 | By Liz McMillan  Many companies start their journey to the cloud in the DevOps environment, where software engineers want self-service access to the custom tools and frameworks they need. Machine learning technology can help IT departments keep up with these demands.
In his session at 21st Cloud Expo, Ajay Gulati, Co-Founder, CTO and Board Member at ZeroStack, will discuss the use of machine learning for automating provisioning of DevOps resources, taking the burden off IT teams. Oct. 4, 2017 07:00 AM EDT Reads: 1,331 | By Elizabeth White  Today most companies are adopting or evaluating container technology - Docker in particular - to speed up application deployment, drive down cost, ease management and make application delivery more flexible overall.
As with most new architectures, this dream takes significant work to become a reality. Even when you do get your application componentized enough and packaged properly, there are still challenges for DevOps teams to making the shift to continuous delivery and achieving that reducti... Oct. 4, 2017 02:30 AM EDT Reads: 1,456 | By Elizabeth White  Digital innovation is the next big wave of business transformation based on digital technologies of which IoT and Big Data are key components, For example:
Business boundary innovation is a challenge to excavate third-party business value using IoT and BigData, like Nest
Business structure innovation may propose re-building business structure from scratch, as Uber does in the taxicab industry
The social model innovation is also a big challenge to the new social architecture with the design fr... Oct. 4, 2017 02:00 AM EDT Reads: 4,726 | By Elizabeth White  Many organizations adopt DevOps to reduce cycle times and deliver software faster; some take on DevOps to drive higher quality and better end-user experience; others look to DevOps for a clearer line-of-sight to customers to drive better business impacts. In truth, these three foundations go together.
In this power panel at @DevOpsSummit 21st Cloud Expo, moderated by DevOps Conference Co-Chair Andi Mann, industry experts will discuss how leading organizations build application success from all... Oct. 4, 2017 12:00 AM EDT Reads: 1,526 | By Liz McMillan  SYS-CON Events announced today that Cedexis will exhibit at SYS-CON's 21st International Cloud Expo®, which will take place on Oct 31 – Nov 2, 2017, at the Santa Clara Convention Center in Santa Clara, CA.
Cedexis is the leader in data-driven enterprise global traffic management. Whether optimizing traffic through datacenters, clouds, CDNs, or any combination, Cedexis solutions drive quality and cost-effectiveness. Oct. 3, 2017 10:00 PM EDT Reads: 1,266 | By Liz McMillan  As businesses evolve, they need technology that is simple to help them succeed today and flexible enough to help them build for tomorrow. Chrome is fit for the workplace of the future — providing a secure, consistent user experience across a range of devices that can be used anywhere.
In her session at 21st Cloud Expo, Vidya Nagarajan, a Senior Product Manager at Google, will take a look at various options as to how ChromeOS can be leveraged to interact with people on the devices, and formats ... Oct. 3, 2017 05:45 PM EDT Reads: 1,043 | By Liz McMillan  In his Opening Keynote at 21st Cloud Expo, John Considine, General Manager of IBM Cloud Infrastructure, will lead you through the exciting evolution of the cloud. He'll look at this major disruption from the perspective of technology, business models, and what this means for enterprises of all sizes.
John Considine is General Manager of Cloud Infrastructure Services at IBM. In that role he is responsible for leading IBM’s public cloud infrastructure including strategy, development, and offering... Oct. 3, 2017 03:15 PM EDT Reads: 519 | By Elizabeth White  SYS-CON Events announced today that SIGMA Corporation will exhibit at the Japan External Trade Organization (JETRO) Pavilion at SYS-CON's 21st International Cloud Expo®, which will take place on Oct 31 – Nov 2, 2017, at the Santa Clara Convention Center in Santa Clara, CA.
uLaser flow inspection device from the Japanese top share to Global Standard! Then, make the best use of data to flip to next page. For more information, visit http://www.sigma-k.co.jp/en/. Oct. 3, 2017 03:00 PM EDT Reads: 1,505 | By Pat Romanski  SYS-CON Events announced today that B2Cloud will exhibit at SYS-CON's 21st International Cloud Expo®, which will take place on Oct 31 – Nov 2, 2017, at the Santa Clara Convention Center in Santa Clara, CA.
B2Cloud specializes in IoT devices for preventive and predictive maintenance in any kind of equipment retrieving data like Energy consumption, working time, temperature, humidity, pressure, etc. Oct. 3, 2017 01:45 PM EDT Reads: 1,441 | By Elizabeth White  SYS-CON Events announced today that Taica will exhibit at the Japan External Trade Organization (JETRO) Pavilion at SYS-CON's 21st International Cloud Expo®, which will take place on Oct 31 – Nov 2, 2017, at the Santa Clara Convention Center in Santa Clara, CA.
TAZMO technology and development capabilities in the semiconductor and LCD-related manufacturing fields are among the best worldwide. For more information, visit https://www.tazmo.co.jp/en/. Oct. 3, 2017 01:30 PM EDT Reads: 994 | By Pat Romanski  SYS-CON Events announced today that NetApp has been named “Bronze Sponsor” of SYS-CON's 21st International Cloud Expo®, which will take place on Oct 31 – Nov 2, 2017, at the Santa Clara Convention Center in Santa Clara, CA.
NetApp is the data authority for hybrid cloud. NetApp provides a full range of hybrid cloud data services that simplify management of applications and data across cloud and on-premises environments to accelerate digital transformation. Together with their partners, NetApp em... Oct. 3, 2017 12:45 PM EDT Reads: 1,457 | By Elizabeth White  In his session at 21st Cloud Expo, Michael Burley, a Senior Business Development Executive in IT Services at NetApp, will describe how NetApp designed a three-year program of work to migrate 25PB of a major telco's enterprise data to a new STaaS platform, and then secured a long-term contract to manage and operate the platform.
This significant program blended the best of NetApp’s solutions and services capabilities to enable this telco’s successful adoption of private cloud storage and launchi... Oct. 3, 2017 12:00 PM EDT Reads: 603 | By Liz McMillan  Join IBM November 1 at 21st Cloud Expo at the Santa Clara Convention Center in Santa Clara, CA, and learn how IBM Watson can bring cognitive services and AI to intelligent, unmanned systems.
Cognitive analysis impacts today’s systems with unparalleled ability that were previously available only to manned, back-end operations. Thanks to cloud processing, IBM Watson can bring cognitive services and AI to intelligent, unmanned systems. Imagine a robot vacuum that becomes your personal assistant th... Oct. 3, 2017 11:30 AM EDT Reads: 1,516 | By Liz McMillan  SYS-CON Events announced today that Japan External Trade Organization & Six Prefectures of Japan have been named “Pavilion Sponsor” of SYS-CON's 21st International Cloud Expo®, which will take place on Oct 31 – Nov 2, 2017, at the Santa Clara Convention Center in Santa Clara, CA.
Meet the leading Japanese cloud computing companies from six prefectures of Japan. The Japan External Trade Organization (JETRO) is a non-profit organization that provides business support services to foreign companies... Oct. 3, 2017 11:00 AM EDT Reads: 1,008 |
|
|
|
|