<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Akash Deep Vishwakarma</title>
    <description>The latest articles on DEV Community by Akash Deep Vishwakarma (@adv11).</description>
    <link>https://dev.to/adv11</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F733481%2Fd3d83073-9306-49a5-8657-47d774acdb55.jpeg</url>
      <title>DEV Community: Akash Deep Vishwakarma</title>
      <link>https://dev.to/adv11</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/adv11"/>
    <language>en</language>
    <item>
      <title>Challenges faced while developing Enterprise Applications (EA)?</title>
      <dc:creator>Akash Deep Vishwakarma</dc:creator>
      <pubDate>Tue, 30 Apr 2024 08:56:31 +0000</pubDate>
      <link>https://dev.to/adv11/challenges-faced-while-developing-enterprise-applications-ea-2kbl</link>
      <guid>https://dev.to/adv11/challenges-faced-while-developing-enterprise-applications-ea-2kbl</guid>
      <description>&lt;p&gt;Developing Enterprise Applications includes 2 requirements.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Functional Requirements (FR)&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Non-Functional Requirements (NFR)&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Functional Requirements (FR)&lt;/strong&gt;:&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;FR's are the requirements which are taken care by the programmers.&lt;/li&gt;
&lt;li&gt;These are the functions that the system should perform.&lt;/li&gt;
&lt;li&gt;Example: &lt;strong&gt;Generation of reports is an FR.&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Non-Functional Requirements (NFR)&lt;/strong&gt;:&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;NFR's can't be handled by the programmers.&lt;/li&gt;
&lt;li&gt;These are the constraints that the system must work with in.&lt;/li&gt;
&lt;li&gt;Example: &lt;strong&gt;Reducing the response time of generation of reports&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;strong&gt;Types of NFR's?&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Reliability&lt;/li&gt;
&lt;li&gt;Portability&lt;/li&gt;
&lt;li&gt;Performance&lt;/li&gt;
&lt;li&gt;Security&lt;/li&gt;
&lt;li&gt;Scalability&lt;/li&gt;
&lt;li&gt;Usability&lt;/li&gt;
&lt;li&gt;Availability&lt;/li&gt;
&lt;li&gt;Maintainability&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;strong&gt;How to address NFR's?&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;To address NFR's, application developers build their applications using &lt;strong&gt;Application Servers&lt;/strong&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Application Servers provide all the system services to address NFR's such as:&lt;br&gt;
a. Data Integrity&lt;br&gt;
b. Resource Management&lt;br&gt;
c. Security&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;




&lt;p&gt;&lt;strong&gt;Need for identifying NFR's in EA?&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;EAs should be flexible enough to apply future changes - (Maintainability, Scalability)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;EAs should be able to communicate to many users at a single point in time - (Availability, Concurrency)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Should ensure that the system is easily operated by the users - (Usability)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Data should be protected - (Security)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Reusability of the code when the application will be shifted from one environment to another - (Portability) &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Based on the result of the EAs, decisions are taken - (Reliability)&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>java</category>
      <category>softwaredevelopment</category>
      <category>development</category>
      <category>programmers</category>
    </item>
  </channel>
</rss>
