|
Top Stories
Intel is an American multinational corporation and technology company
headquartered in Santa Clara, California, in the Silicon Valley. It is the
world's second largest and second highest valued semiconductor chip maker
based on revenue after being overtaken by Samsung, and is the inventor of the
x86 series of microprocessors, the processors found in most personal
computers (PCs). Intel supplies processors for computer system manufacturers
such as Apple, Lenovo, HP, and Dell. Intel also manufactures motherboard
chipsets, network interface controllers and integrated circuits, flash
memory, graphics chips, embedded processors and other devices related to
communications and computing.
CloudEXPO | DevOpsSUMMIT | DXWorldEXPO Silicon Valley Will Take Place June
25-26, 2019 at the Santa Clara Convention Center in Santa Clara California
Digital Transformation (DX) is a maj... (more)
DALLAS, Aug. 21, 2014 /PRNewswire-iReach/ -- Amid the proliferation of real
time data from sources such as mobile devices, web, social media, sensors,
log files and transactional applications, Big Data has found a host of
vertical market applications, ranging from fraud detection to R&D.;
Photo - http://photos.prnewswire.com/prnh/20140821/138541
"Big Data Market: 2014 – 2020 – Opportunities, Challenges, Strategies,
Industry Verticals & Forecasts"
Key Findings:
In 2014 Big Data vendors will pocket nearly $30 Billion from hardware,
software and professional services revenues Big Data investments are further
expected to grow at a CAGR of nearly 17% over the next 6 years, eventually
accounting for $76 Billion by the end of 2020 The market is ripe for
acquisitions of pure-play Big Data startups, as competition heats up between
IT incumbents Nearly every large scale IT ven... (more)
SAP is rewriting all its software to cut costs, both its own and its
customers' airy maintenance costs, figuring on getting an edge on Oracle and
PeopleSoft in the marketplace in the process, according to a scoop the
Financial Times got. The company reportedly has 700 developers, 8% of its
development staff, working on the new so-called Application Platform and
Architecture. The first rewrites are due in 2005, the paper says. Evidently
the effort will produce self-contained independent modules in place of SAP's
current monolithic structure.
... (more)
The new IBM eServer i5 Model 520 has achieved the record result in the
two-tier SAP Sales and Distribution (SD) Standard Application Benchmark on a
2-way POWER5 processor-based system.
The eServer i5 server is the first IBM server to be fueled by the POWER5
processor and features IBM i5/OS, its premier operating system complete with
integrated security, DB2 Universal Database, Web enablement, and leading
virtualization technology. With this integration, businesses running SAP
applications on iSeries servers have a demonstrated high performance system
that can consolidate multiple applications and speed deployment of new
applications.
In the two-tier SAP SD Standard Application Benchmark on 2-way
processor-based systems, the eServer i5 Model 520 server running i5/OS
outperformed competitive systems from Sun and HP configured with Opteron and
Xeon processors running ... (more)
ATLANTA, March 14 /PRNewswire/ -- Visiprise, Inc., a recognized leader in
helping manufacturers manage and control global operations to improve quality
and compliance, today announced it has entered into a partnership with SAP AG
. This collaborative development and marketing agreement will result in the
ability to offer a turnkey business software solution, based upon SAP
NetWeaver(TM) to the discrete manufacturing markets.
Under the agreement, Visiprise will port its flagship manufacturing execution
system, Visiprise Manufacturing, to the SAP NetWeaver(TM) platform. The two
companies are working together to create integrated business processes taking
advantage of both applications' superior technological backbones. SAP and
Visiprise will jointly market and sell the integrated manufacturing solution
promoting the compelling benefits of a quicker installation and low... (more)
Wily Technology has announced the availability of Introscope for SAP
NetWeaver, designed to enable SAP customers to maximize application uptime
and performance through end-to-end, real-time visibility into real
transactions for applications builts on SAP NetWeaver and Enterprise Portal.
Introscope for SAP NetWeaver provides SAP customers with the same performance
management tools used today by SAP’s Active Global Support (AGS)
centers.
Introscope for SAP NetWeaver is based on proven Wily technology that delivers
end-to-end visibility into real transactions—from the browser to
connected back-end systems—as they cross today’s complex
computing environments. Since January 2005, Introscope has been
incorporated into SAP Solution Manager Diagnostics (SMD) to give SAP Active
Global Support (AGS) centers worldwide real-time visibility into their ... (more)
One of the new features in Flash Player 10 are new ActionScript FileReference
APIs that allow Flash content to directly read and write data to the user’s
system.
Prior to Flash Player 10, in order to read or write a file to the user’s
system, Flash content would first have to bounce it off of a server, and then
load it back to the users system before it could be accessed. This was not
only a hassle to program, but added additional application latency and
resource usage.
The new functionality is achieved through the addition of two new APIs on the
FileReference class:
FileReference.load() : Loads data from a file selected by the user.
FileReference.save() : Saves data to a file location selected by the user.
A couple of points to keep in mind:
The load() and save() APIs can only be called in response to user interaction
(such as a button click). The locations of the lo... (more)
Per Sennels wrote: > Is there a tool for presenting the RelaxNG syntax in a
more user friendly way? Please find attached two transformations that are
able to convert RELAX NG schema into SVG diagram. It is outcome of student
assignment and it is far from perfect. It is not in English so it was not
published as real OSS project. But you might find it useful. Jirka --
------------------------------------------------------------------ Jirka
Kosek e-mail: [email protected] http://xmlguru.cz
------------------------------------------------------------------
Professional XML consulting and training services DocBook customization,
custom XSLT/XSL-FO document processing
------------------------------------------------------------------ OASIS
DocBook TC member, W3C Invited Expert, ISO JTC1/SC34 member
------------------------------------------------------------------ more)
Hi Nicholas,
Thanks for responding to my question. I can confirm that the XPath
using Saxon parser ("org.ccil.cowan.tagsoup.Parser") is working with
default namespace. I made the mistake of assuming that the XML document
converted by TagSoup was identical to using light_html2xml in the past.
Consequently, what is outstanding still, even though not critical, but nice
to have, is ( i ) to exclude DTD from XML file. If this is not possible, (
iv ) to setup local SYSTEM EntityResolver in this JDOM environment. Below
is an example of what I am trying to achieve in ( iv ) in a DOM environment:
java"> import java.io.IOException;
import java.io.StringReader;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import org.w3c.dom.Document;
import org.xml.sax.EntityResolver;
import org.xml.sax.InputSource;
import org.xml.sax.SAXExcepti... (more)
Michael Kay wrote: > The best answer is to do everything using XML-based >
processing languages (XSLT and XQuery) rather than > spending 75% of your
programming effort converting > your data between one type system and
another. I like this recommendation! Question: Can I stick completely to the
XML family when doing exchanges between the visible Web and the invisible
Web? Here's a scenario to illustrate what I mean: There is an XHTML document
containing a form. It is displayed in a browser and a user fills in the form
- name, address, telephone, etc. The user then presses the form's submit
button. The form data is POSTed to a Web server....... ---- transitioning
from the visible Web to the invisible Web ---- ......... Normally what would
happen next is the Web server kicks off, say, Java code which consumes the
POST data and then the Java code kicks off an XSLT styl... (more)
Hello,
( 4 )
does not do anything, except dumping the text content of ns:strong into the
output. If you want to use that value, you have to set a variable with that,
like :
Try that with a XSLT debugger, see what you have in that variable, and then
you can try something like :
Be aware that if you do text() when current node is (you previously
did ), you
obtain the concatenation of recursively applying text() on all the children
node of so you will have white spaces, content of markup , etc...
Use a debugger ! (Oxygen has a great one)
Regards
Nico
http://debeissat.nicolas.free.fr/
2009/1/22 Jack Bush
Hi Bjoern,
Neither did string(.) = ... (more)
|
IoT & Smart Cities Stories By Pat Romanski  The standardization of container runtimes and images has sparked the creation of an almost overwhelming number of new open source projects that build on and otherwise work with these specifications. Of course, there's Kubernetes, which orchestrates and manages collections of containers. It was one of the first and best-known examples of projects that make containers truly useful for production use. However, more recently, the container ecosystem has truly exploded. A service mesh like Istio addr... Sep. 8, 2018 09:45 PM EDT Reads: 3,205 | By Liz McMillan  Cloud-enabled transformation has evolved from cost saving measure to business innovation strategy -- one that combines the cloud with cognitive capabilities to drive market disruption. Learn how you can achieve the insight and agility you need to gain a competitive advantage. Industry-acclaimed CTO and cloud expert, Shankar Kalyana presents. Only the most exceptional IBMers are appointed with the rare distinction of IBM Fellow, the highest technical honor in the company. Shankar has also receive... Sep. 7, 2018 07:45 PM EDT Reads: 2,979 | By Zakia Bouachraoui  If a machine can invent, does this mean the end of the patent system as we know it? The patent system, both in the US and Europe, allows companies to protect their inventions and helps foster innovation. However, Artificial Intelligence (AI) could be set to disrupt the patent system as we know it. This talk will examine how AI may change the patent landscape in the years to come. Furthermore, ways in which companies can best protect their AI related inventions will be examined from both a US and... Sep. 6, 2018 07:30 PM EDT | By Zakia Bouachraoui  The deluge of IoT sensor data collected from connected devices and the powerful AI required to make that data actionable are giving rise to a hybrid ecosystem in which cloud, on-prem and edge processes become interweaved. Attendees will learn how emerging composable infrastructure solutions deliver the adaptive architecture needed to manage this new data reality. Machine learning algorithms can better anticipate data storms and automate resources to support surges, including fully scalable GPU-c... Sep. 5, 2018 10:00 PM EDT | By Pat Romanski  Chris Matthieu is the President & CEO of Computes, inc. He brings 30 years of experience in development and launches of disruptive technologies to create new market opportunities as well as enhance enterprise product portfolios with emerging technologies. His most recent venture was Octoblu, a cross-protocol Internet of Things (IoT) mesh network platform, acquired by Citrix. Prior to co-founding Octoblu, Chris was founder of Nodester, an open-source Node.JS PaaS which was acquired by AppFog and ... Sep. 5, 2018 04:00 PM EDT Reads: 1,658 | By Yeshim Deniz  To Really Work for Enterprises, MultiCloud Adoption Requires Far Better and Inclusive Cloud Monitoring and Cost Management … But How? Overwhelmingly, even as enterprises have adopted cloud computing and are expanding to multi-cloud computing, IT leaders remain concerned about how to monitor, manage and control costs across hybrid and multi-cloud deployments. It’s clear that traditional IT monitoring and management approaches, designed after all for on-premises data centers, are falling short in ... Sep. 4, 2018 11:45 PM EDT Reads: 3,210 | By Yeshim Deniz  Bill Schmarzo, author of "Big Data: Understanding How Data Powers Big Business" and "Big Data MBA: Driving Business Strategies with Data Science," is responsible for setting the strategy and defining the Big Data service offerings and capabilities for EMC Global Services Big Data Practice. As the CTO for the Big Data Practice, he is responsible for working with organizations to help them identify where and how to start their big data journeys. He's written several white papers, is an avid blogge... Sep. 4, 2018 03:00 PM EDT Reads: 3,665 | By Pat Romanski  Whenever a new technology hits the high points of hype, everyone starts talking about it like it will solve all their business problems. Blockchain is one of those technologies. According to Gartner's latest report on the hype cycle of emerging technologies, blockchain has just passed the peak of their hype cycle curve. If you read the news articles about it, one would think it has taken over the technology world.
No disruptive technology is without its challenges and potential impediments t... Sep. 2, 2018 06:45 PM EDT Reads: 1,727 | By Yeshim Deniz  Early Bird Registration Discount Expires on August 31, 2018 Conference Registration Link ▸ HERE. Pick from all 200 sessions in all 10 tracks, plus 22 Keynotes & General Sessions! Lunch is served two days. EXPIRES AUGUST 31, 2018. Ticket prices: ($1,295-Aug 31) ($1,495-Oct 31) ($1,995-Nov 12) ($2,500-Walk-in) Aug. 31, 2018 12:30 PM EDT | By Elizabeth White  IoT is rapidly becoming mainstream as more and more investments are made into the platforms and technology. As this movement continues to expand and gain momentum it creates a massive wall of noise that can be difficult to sift through. Unfortunately, this inevitably makes IoT less approachable for people to get started with and can hamper efforts to integrate this key technology into your own portfolio. There are so many connected products already in place today with many hundreds more on the h... Aug. 30, 2018 06:30 PM EDT Reads: 2,058 |
|
|
|