<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Monolithic Applications Archives - Artificial Intelligence</title>
	<atom:link href="https://www.aiuniverse.xyz/tag/monolithic-applications/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aiuniverse.xyz/tag/monolithic-applications/</link>
	<description>Exploring the universe of Intelligence</description>
	<lastBuildDate>Fri, 24 Jan 2020 07:50:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Microservices: The Advantages of SOA Without Its Drawbacks</title>
		<link>https://www.aiuniverse.xyz/microservices-the-advantages-of-soa-without-its-drawbacks/</link>
					<comments>https://www.aiuniverse.xyz/microservices-the-advantages-of-soa-without-its-drawbacks/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Fri, 24 Jan 2020 07:50:22 +0000</pubDate>
				<category><![CDATA[Microservices]]></category>
		<category><![CDATA[Monolithic Applications]]></category>
		<category><![CDATA[MONOLITHS]]></category>
		<category><![CDATA[SERVICE ORIENTED ARCHITECTURE]]></category>
		<category><![CDATA[SOA]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=6350</guid>

					<description><![CDATA[<p>Source: devops.com Service Oriented Architecture (SOA) was the great hope of organizations decades ago when they sought to advance legacy system integration, reduce and bypass layers, and <a class="read-more-link" href="https://www.aiuniverse.xyz/microservices-the-advantages-of-soa-without-its-drawbacks/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/microservices-the-advantages-of-soa-without-its-drawbacks/">Microservices: The Advantages of SOA Without Its Drawbacks</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Source: devops.com</p>



<p>Service Oriented Architecture (SOA) was the great hope of organizations decades ago when they sought to advance legacy system integration, reduce and bypass layers, and rapidly access the system of record. At the time, the existing solution was point-to-point integration, creating a brittle “spaghetti” middle layer that was hard to manage. This was replaced by SOA, which was later augmented with ESB. This fixed the spaghetti mess by creating an intermediate set of layers, which added complexity to the integration process. </p>



<p>Unfortunately, most IT departments with legacy systems and SOA still struggle to be as agile as needed in this ever-increasing global and digitized world.&nbsp;</p>



<h3 class="wp-block-heading"><strong>SOA Solved Many Problems, But Not All</strong></h3>



<p>Today, upward of 90% of the world’s enterprise applications are monolithic. When they were created, monolithic design was the best approach available. However, as business needs evolved and the demand for greater agility intensified, developers and IT teams are considering breaking free of these monolithic architectures.</p>



<p>SOAs have become a hindrance, not the solution they once were.</p>



<h3 class="wp-block-heading"><strong>The SOA Integration Challenge</strong></h3>



<p>The promise of SOA initiatives was extending the reach of core business functions while reducing the internal expenses and complexity that grew alongside monoliths. SOAs achieved these goals by breaking the core functions of a monolith into web services using protocols such as simple object access protocol (SOAP) and eXtensible markup language (XML).</p>



<p>SOAP was built for universal application communications. Because it’s based on XML, SOAs designed with SOAP could, in theory, be used to create an agnostic integration layer. Rather than struggling to piece together various proprietary systems, these protocols would open monoliths on different operating systems so they could work together.</p>



<p>This agnostic integration layer would let system administrators connect pieces of a monolith to an enterprise service bus (ESB) to achieve an agile, plug-and-play SOA. In some cases, this approach succeeded.</p>



<p>A great deal of “legacy SOA” still provides value. In these cases, the value the SOA provides is the behind-the-scenes server-to-server communication that mostly aids developers. When it comes to serving internal and external customers–and their rapidly changing demands–SOA isn’t always up to the task.</p>



<p>To achieve service integration, the ESB must oversee the messages from start to destination. This communication isn’t as simple as the SOA vendors may have promised. Consider an SOA integration within a core banking application. The message must go from the core application on the mainframe to a branch office server. If the business logic states a message is only relevant for one business day, administrators must decide whether to move it to a queue, log or disregard when the day passes. This is a common scenario for core banking applications in an SOA, but how well does it work?</p>



<p>In this example–and others like it–the ESB must know whether a business day has passed to make the right decision about where to send the message. Therefore, the integration requires an algorithm–meaning that ESB cannot simply rely on a universal rule for sending messages between the monolith and external integration.</p>



<p>When administrators introduce new business logic into the monolith integration, it turns what was supposed to be an agnostic service layer into a new application layer, increasing complexity. Instead of simply integrating the monolith into a new digital service, the enterprise ends up with a larger monolith–one that includes the mainframe and all the new integration stacks.</p>



<p>Despite the promises of SOA, the integration problems result in increased maintenance time, greater complexity of code and software and the continued growth (not elimination) of monolithic applications.</p>



<p>The first rule of effective integration is “smart end-points and dumb pipes.” Building logic and layers into the service layer breaks that rule, increases the overall complexity and adds another legacy application to your portfolio.</p>



<p>Bottom line: Trying to optimize the SOA approach will only result in larger monoliths.</p>



<h3 class="wp-block-heading"><strong>Improving SOAs with Microservices</strong></h3>



<p>Using microservice architectures helps realize the original promise of SOAs, delivering the benefits of SOAs while removing many disadvantages.</p>



<p>For decades, CIOs have tried to transition away from monoliths by taking traditional approaches to integration, only to find they’ve doubled down on legacy investments. All these integration stacks end up coupled to legacy systems and only result in more work for the IT team–and a less agile organization.</p>



<p>The integration step of SOA was never intended to include business logic. Trying to force business logic into this approach leads to workarounds and extra effort just to achieve a less-than-ideal result.</p>



<p>The key factor is how to incorporate microservices without adverse effects. Luckily, microservices architecture can be forged from SOAs by introducing these new principles:</p>



<ul class="wp-block-list"><li>&nbsp;&nbsp;<strong>Context Mapping:&nbsp;</strong>When replacing an existing SOA, teams must consider the size and scope of the new microservice and apply proper contextual boundaries. For example, SOAs that typically sought broad integration with digital services should be broken down into smaller domains to simplify operation.</li><li>&nbsp;&nbsp;<strong>Shared-Nothing Architecture</strong>: Too many SOA integrations create sprawling dependencies that create complexity in the tech stack. Microservices avoid these cross-service dependencies. For those looking to move to microservices from an existing SOA, it’s important to look at the list of dependencies and work toward standalone functionality.</li></ul>
<p>The post <a href="https://www.aiuniverse.xyz/microservices-the-advantages-of-soa-without-its-drawbacks/">Microservices: The Advantages of SOA Without Its Drawbacks</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/microservices-the-advantages-of-soa-without-its-drawbacks/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Microservices: Streamlining Development by Breaking up Monolithic Applications</title>
		<link>https://www.aiuniverse.xyz/microservices-streamlining-development-by-breaking-up-monolithic-applications/</link>
					<comments>https://www.aiuniverse.xyz/microservices-streamlining-development-by-breaking-up-monolithic-applications/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Wed, 07 Mar 2018 05:52:48 +0000</pubDate>
				<category><![CDATA[Microservices]]></category>
		<category><![CDATA[application development]]></category>
		<category><![CDATA[continuous deployment]]></category>
		<category><![CDATA[Monolithic Applications]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=2048</guid>

					<description><![CDATA[<p>Source &#8211; formtek.com Microservices is an architectural style that builds applications from a collection of loosely coupled services. The protocols used are lightweight and the services are <a class="read-more-link" href="https://www.aiuniverse.xyz/microservices-streamlining-development-by-breaking-up-monolithic-applications/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/microservices-streamlining-development-by-breaking-up-monolithic-applications/">Microservices: Streamlining Development by Breaking up Monolithic Applications</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Source &#8211; formtek.com</p>
<p>Microservices is an architectural style that builds applications from a collection of loosely coupled services. The protocols used are lightweight and the services are very fine grained.  Each service stands on its own, and as such, makes development, testing, and refactoring of applications easier.  Because each service is independent, microservices enable application development to be more easily split up among developers and teams to allow parallel work.</p>
<p>A recent report on microservices from the results of a RedHat survey taken at the end of 2017 had the following results:</p>
<ul>
<li>Developers are using microservices for both new application design and when interact with legacy systems</li>
<li>Microservice benefits include: Continuous Integration (CI), Continuous Deployment (CD), agility, scalability, higher developer productivity, and easier debugging and maintenance</li>
<li>Microservice challenges include: management, and diagnostics and monitoring</li>
<li>Current microservice developers said that they prefer a best of breed approach that is multi-runtime, multi-technology, and multi-framework.</li>
</ul>
<p>Matt Miller, partner at Sequoia, told Forbes that “if you think about it from a technology point of view, as we have gone from things like the mainframe to client-server to cloud infrastructure to virtualization, each time we have successfully inserted a new layer of abstraction, our quality has gone up meaningfully, the time it takes to develop applications has come down, and so have our costs… That is why we are excited about microservices and think it is so disruptive. For companies looking to adopt it, it is disruptive because it is a huge paradigm step forward in the efficiency that can be gained in building your applications. You can operate the technology aspects of your business, which is more of your business, at a much faster rate than you could before.”</p>
<p>The post <a href="https://www.aiuniverse.xyz/microservices-streamlining-development-by-breaking-up-monolithic-applications/">Microservices: Streamlining Development by Breaking up Monolithic Applications</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/microservices-streamlining-development-by-breaking-up-monolithic-applications/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
