NEORIS Launches Its Suite of zDevOps Solutions to Drive Mainframe Systems Modernization - Asset Display Page
května 16, 2023
Madrid, April 20, 2023 – NEORIS, the global digital accelerator with more than 22 years of experience, has announced the launch of zDevOps, a suite of proprietary solutions aimed at helping clients modernize their mainframe systems and optimize development cycles through DevOps adoption.
Approximately 80% of Spanish organizations still rely on mainframe systems despite the explosive growth of cloud options. Among multiple advantages, these flexible new systems offer high processing capacity, robustness and security. However, development processes have not evolved at the same pace in the last thirty years, meaning companies must decide whether to migrate their core to the cloud or keep it in their existing systems.
As a response to this challenge, NEORIS, which has positioned itself as a leader in mainframe transformation through DevOps adoption, has gone a step further by launching its own suite of accelerators, offering the ability for more organizations to connect to these new systems.
“As new cutting-edge technology enters the market, we find that mainframe systems are often approaching the end of their functionality. Their development processes remain inefficient and labor-intensive, making it urgent that companies find a solution to upgrade their existing mainframes to become compatible with new, more agile systems. The breakthrough in achieving this comes from our modernization strategy through DevOps adoption, allowing organizations to obtain rapid benefits with reduced investment in both cost and time,” explained Luis López, Global Head of Innovation at NEORIS.
NEORIS currently leads some of the most important transformation projects globally, and the first two solutions in the zDevOps suite ―DSEditor and JDGraph― are both already available in their Visual Studio Code Marketplace.
Featured
Java method "com.liferay.portal.kernel.util.DateUtil_IW.parseDate(String, String, Locale)" threw an exception when invoked on com.liferay.portal.kernel.util.DateUtil_IW object "com.liferay.portal.kernel.util.DateUtil_IW@dc58b1b"; see cause exception in the Java stack trace. ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign dateToParse = dateUtil.parseD... [in template "20099#20135#36879" at line 50, column 33] ----
1<style>
2 #feactureBlogs {
3 margin-top: 5px;
4 }
5
6 #feactureBlogs .blogFeactureHidden {
7 display:none;
8 }
9 #feactureBlogs ul {
10 padding: 0;
11 margin: 0;
12 }
13
14 #feactureBlogs li {
15 list-style: none;
16 }
17
18 #feactureBlogs .titleBlog {
19 margin-bottom: 0px;
20 font-weight: bold;
21 color: #000000;
22 font-size:1rem;
23 }
24
25 #feactureBlogs .dateBlog {
26 margin-bottom: 10px;
27 text-transform: capitalize;
28 color: #5f6569;
29 font-size:0.87rem;
30 }
31</style>
32
33<#if entries?has_content>
34 <div id="feactureBlogs">
35 <div class="iniceBlogs">
36 <div class="groupBlogs">
37 <ul>
38 <#list entries as curEntry>
39 <#assign journalArticle = curEntry.getAssetRenderer().getArticle() />
40 <#assign document = saxReaderUtil.read(journalArticle.getContent()) />
41 <#assign root = document.getRootElement() />
42 <#assign elements = initializeVariables(root, ["Title", "Date"]) />
43 <#assign viewURL = assetPublisherHelper.getAssetViewURL(renderRequest, renderResponse, curEntry, true) />
44
45 <#if elements.Title?first?? && extractStringValue(elements.Title?first, locale) != "null">
46 <li>
47 <a href="${viewURL}">
48 <p class="titleBlog">${extractStringValue(elements.Title?first, locale)}</p>
49 <#if elements.Date?first?? && extractStringValue(elements.Date?first, locale) != "null">
50 <#assign dateToParse = dateUtil.parseDate("yyyy-MM-dd", extractStringValue(elements.Date?first, locale), locale) />
51 <p class="dateBlog">${dateUtil.getDate(dateToParse, "MMMM d',' yyyy", locale)}</p>
52 </#if>
53 </a>
54 </li>
55 </#if>
56 </#list>
57 </ul>
58 </div>
59 </div>
60 </div>
61</#if>
62
63<#function initializeVariables rootElement variables>
64 <#assign values = {} />
65 <#list variables as key>
66 <#assign xPathSelector = saxReaderUtil.createXPath("dynamic-element[@name='${key}']") />
67 <#assign value = [] />
68 <#if xPathSelector.selectSingleNode(rootElement)??>
69 <#assign nodes = xPathSelector.selectNodes(rootElement) />
70 <#if nodes?size > 1>
71 <#list nodes as node>
72 <#assign value = value + [node]>
73 </#list>
74 <#else>
75 <#assign value = [xPathSelector.selectSingleNode(rootElement)] />
76 </#if>
77 <#else>
78 <#assign value = [] />
79 </#if>
80 <#assign values = values + {"${key}" : value} />
81 </#list>
82 <#return values />
83</#function>
84
85<#function extractStringValue node language>
86 <#if node?? && node?is_hash>
87 <#assign xPathSelector = saxReaderUtil.createXPath("dynamic-content[@language-id='${language}']/text()") />
88 <#assign string = xPathSelector.selectSingleNode(node)!"null" />
89 <#if !string?? || string == "null">
90 <#assign xPathSelector = saxReaderUtil.createXPath("dynamic-content/text()']/text()") />
91 <#assign string = xPathSelector.selectSingleNode(node)!"null" />
92 </#if>
93 <#return string.getStringValue() />
94 <#else>
95 <#return "null" />
96 </#if>
97</#function>
Most viewed
-
IA, SIM Swap y disrupción: las tendencias más destacadas del MWC 2024
března 25, 2024
-
NEORIS lanza HealthCheck para ayudar a las empresas frente al Coronavirus
března 27, 2020
-
NEORIS se convierte en Socio del Año de Microsoft
července 23, 2020
-
Microsoft reconoce a NEORIS como socio del año para SAP en AZURE
července 23, 2020