<?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>Java Courses arşivleri - IT Eğitimleri ve Danışmanlığı</title>
	<atom:link href="https://harmonibilisim.com/en/java-courses/feed/" rel="self" type="application/rss+xml" />
	<link>https://harmonibilisim.com/en/java-courses/</link>
	<description>Harmoni Bilişim</description>
	<lastBuildDate>Sun, 14 Jul 2019 15:16:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>

<image>
	<url>https://harmonibilisim.com/wp-content/uploads/2019/04/cropped-fav-32x32.png</url>
	<title>Java Courses arşivleri - IT Eğitimleri ve Danışmanlığı</title>
	<link>https://harmonibilisim.com/en/java-courses/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Oracle Java Design Patterns</title>
		<link>https://harmonibilisim.com/en/oracle-java-design-patterns/</link>
		
		<dc:creator><![CDATA[Hbgurhan]]></dc:creator>
		<pubDate>Sun, 14 Jul 2019 15:16:30 +0000</pubDate>
				<category><![CDATA[Java Courses]]></category>
		<category><![CDATA[Oracle Courses]]></category>
		<guid isPermaLink="false">https://harmonibilisim.com/?p=11120</guid>

					<description><![CDATA[<p>This Java Patterns course reviews common and emerging patterns specific to Java SDK and EE development. You'll learn the depth and evolution of pattern-based techniques in Java, with particular emphasis on Java EE 6 conventions.</p>
<p>The post <a href="https://harmonibilisim.com/en/oracle-java-design-patterns/">Oracle Java Design Patterns</a> appeared first on <a href="https://harmonibilisim.com/en/home">IT Eğitimleri ve Danışmanlığı</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<table class="wp-block-table has-fixed-layout is-style-stripes"><tbody><tr><td><strong>Sağlayıcı:</strong></td><td>Oracle</td></tr><tr><td><strong>Kategori:</strong></td><td>Java, Oracle</td></tr><tr><td><strong>Eğitim Adı:</strong></td><td>Oracle Java Design Patterns Eğitimi Eğitimi</td></tr><tr><td><strong>Eğitim Süresi:</strong></td><td>4 gün</td></tr></tbody></table>



<div style="height:76px" aria-hidden="true" class="wp-block-spacer"></div>



<p>This Java Patterns course reviews common and emerging patterns specific to Java SDK and EE development. You&#8217;ll learn the depth and evolution of pattern-based techniques in Java, with particular emphasis on Java EE 6 conventions.</p>



<p><strong>Learn To:</strong></p>



<ul class="wp-block-list"><li>Dinstinguish between Java EE 5 and Java EE 6 pattern-based features.</li><li>Implement relevant patterns in each tier of the Java EE environment.</li><li>Re-factor code to improve inter-tier communications.</li><li>Relate pattern-based development to an implementation architecture.</li><li>Apply object-oriented pronciples and design guidelines.</li><li>Implement well-known patterns to Java-specific code problems.</li></ul>



<p><strong>Lab Exercises</strong></p>



<p>The lab exercises show you how to identify, apply and re-factor selected patterns into code, using a NetBeans or Eclipse IDE and the GlassFish Application Server v3. You&#8217;ll also learn a subset of UML notation to expedite communicating through design instead of code.</p>



<p><strong>Java Design Patterns</strong></p>



<p>In design patterns, the responsibility of each component is identified by role. The conventions of design pattern documentation make it easier for development teams to communicate their programming intentions and provide a reference point for the entire Java development community.</p>



<p><strong>Java-Based Frameworks</strong></p>



<p>The Java language and popular Java-based frameworks incorporate more proven development practices into their programming interfaces with each major release. These practices, referred to as design patterns, document well-known names, code implementation and re-factoring techniques, and the risks and trade-offs associated with using them.</p>



<h3 class="wp-block-heading">Course Topics</h3>



<h4 class="wp-block-heading">Reviewing Object-Oriented Principles in Java</h4>



<ul class="wp-block-list"><li>Describe how OO concepts apply to Java</li><li>Describe how OO principles apply to Java</li><li>List the goals of an OO language</li><li>Interpret Unified Modeling Language (UML) notation and create UML diagrams</li><li>Identify selected design patterns</li></ul>



<h4 class="wp-block-heading">Reviewing Gang of Four Patterns</h4>



<ul class="wp-block-list"><li>List key behavioral, creational and structural patterns</li><li>Apply the Facade pattern</li><li>Apply the Strategy pattern</li><li>Apply the Observer pattern</li><li>Apply the Composite pattern</li><li>Review the Model-View-Controller (MVC) patterns</li></ul>



<h4 class="wp-block-heading">Implementing Patterns in Java</h4>



<ul class="wp-block-list"><li>Use implementation patterns designed for Java</li><li>List forces affecting class, state, and behavioral patterns</li><li>Describe how patterns, idioms and refactoring differ from each other</li></ul>



<h4 class="wp-block-heading">Exploring Changes in Java EE Technology</h4>



<ul class="wp-block-list"><li>Describe the design goals of the Java EE model</li><li>Describe improvements in the Java EE 6 model</li></ul>



<h4 class="wp-block-heading">Implementing Integration Patterns</h4>



<ul class="wp-block-list"><li>Describe design patterns for the integration tier</li><li>Review Java EE integration changes that apply design patterns</li><li>Identify use cases for applying integration tier patterns</li></ul>



<h4 class="wp-block-heading">Implementing Patterns in Business Components</h4>



<ul class="wp-block-list"><li>Describe the role of an enterprise bean</li><li>Describe design patterns for the business tier</li></ul>



<h4 class="wp-block-heading">Implementing Infrastructural Patterns in Java EE</h4>



<ul class="wp-block-list"><li>Describe the role of infrastructural Java EE patterns</li><li>Describe the Service Starter pattern</li><li>Describe the Singleton pattern</li><li>Describe the Bean Locator pattern</li><li>Describe the Resource Binder pattern</li></ul>



<h4 class="wp-block-heading">Implementing More Infrastructure Patterns</h4>



<ul class="wp-block-list"><li>Describe how Java EE interceptors work</li><li>Describe the Dependency Injection Extender pattern</li><li>Describe the Payload Extractor pattern</li><li>Describe the Context Holder pattern</li><li>Describe the Thread Tracker pattern</li></ul>



<h4 class="wp-block-heading">Exploring Anti-Patterns</h4>



<ul class="wp-block-list"><li>Describe the Law of Leaky Abstractions</li><li>Define AntiPatterns</li><li>Describe Integration Tier AntiPatterns</li><li>Describe Business Tier AntiPatterns</li><li>Describe Presentation Tier AntiPatterns</li></ul>



<h4 class="wp-block-heading">Selecting Patterns for Architecture</h4>



<ul class="wp-block-list"><li>Define the roles of architect, designer, and developer</li><li>Describe the relationship between design patterns and architecture</li><li>List guidelines for applying patterns to an architectural solution</li></ul>
<p>The post <a href="https://harmonibilisim.com/en/oracle-java-design-patterns/">Oracle Java Design Patterns</a> appeared first on <a href="https://harmonibilisim.com/en/home">IT Eğitimleri ve Danışmanlığı</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Oracle Javascript And Html5: Develop Web Applications</title>
		<link>https://harmonibilisim.com/en/oracle-javascript-and-html5-develop-web-applications/</link>
		
		<dc:creator><![CDATA[Hbgurhan]]></dc:creator>
		<pubDate>Sun, 14 Jul 2019 15:15:18 +0000</pubDate>
				<category><![CDATA[Java Courses]]></category>
		<category><![CDATA[Oracle Courses]]></category>
		<guid isPermaLink="false">https://harmonibilisim.com/?p=11118</guid>

					<description><![CDATA[<p>This JavaScript and HTML5 course teaches you how to code application logic in web applications using JavaScript and how to create HTML5 pages to parse and send data using HTML5 forms. Create and modify the Document Object Model(DOM), create responsive layouts with CSS3, store local data with JSON, and draw on HTML5 canvas. Students will add interactive behaviors to web pages creating better user experiences and add dynamic data using AJAX, REST and WebSocket with JavaScript.</p>
<p>The post <a href="https://harmonibilisim.com/en/oracle-javascript-and-html5-develop-web-applications/">Oracle Javascript And Html5: Develop Web Applications</a> appeared first on <a href="https://harmonibilisim.com/en/home">IT Eğitimleri ve Danışmanlığı</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<table class="wp-block-table has-fixed-layout is-style-stripes"><tbody><tr><td><strong>Sağlayıcı:</strong></td><td>Oracle</td></tr><tr><td><strong>Kategori:</strong></td><td>Java, Oracle</td></tr><tr><td><strong>Eğitim Adı:</strong></td><td>Oracle Javascript And Html5: Develop Web Applications Eğitimi</td></tr><tr><td><strong>Eğitim Süresi:</strong></td><td>4 gün</td></tr></tbody></table>



<div style="height:76px" aria-hidden="true" class="wp-block-spacer"></div>



<p>This JavaScript and HTML5 course teaches you how to code application logic in web applications using JavaScript and how to create HTML5 pages to parse and send data using HTML5 forms. Create and modify the Document Object Model(DOM), create responsive layouts with CSS3, store local data with JSON, and draw on HTML5 canvas. Students will add interactive behaviors to web pages creating better user experiences and add dynamic data using AJAX, REST and WebSocket with JavaScript.&nbsp;</p>



<p><strong>Learn To:</strong></p>



<ul class="wp-block-list"><li>Code application logic using JavaScript to control user interactions and display data.</li><li>Create applications with HTML5 forms to send data to services.</li><li>Debug and inspect web applications and styles using browser&#8217;s tools.</li><li>Create design templates and standards using CSS and JavaScript that adapt to different devices including mobile with Media Queries and Responsive Design.</li><li>Read and validate data from HTML5 forms using JavaScript.</li><li>Parse, modify, and validate data using Javascript API.</li><li>Add interactivity in HTML5 forms using events and DOM modification.</li><li>Store and send JavaScript Object data to services, local storage or across different pages and HTML5 elements using JavaScript Object Notation.</li><li>Draw on HTML5 canvas using JavaScript.</li><li>Store user data in web applications using HTML5 Local Storage</li><li>Create JavaScript code to retrieve and display dynamic data from REST services using AJAX.</li><li>Create JavaScript code to interact with WebSocket for real-time communication.</li><li>Create jQuery code to animate elements, handle DOM, events, or AJAX responses.</li></ul>



<p><strong>Benefits to You</strong></p>



<p>This course will prepare any web developer with enough JavaScript, HTML5 and CSS3 knowledge to build complex and modern sites and for those looking to develop Java EE front-end web applications.</p>



<h3 class="wp-block-heading">Course Topics</h3>



<h4 class="wp-block-heading">Introduction</h4>



<ul class="wp-block-list"><li>Knowing the objectives of the course</li><li>Setting up the Environment</li></ul>



<h4 class="wp-block-heading">Web Application Essentials</h4>



<ul class="wp-block-list"><li>Creating HTML5 Applications in NetBeans</li><li>Running HTML pages and analizing them by using the browser&#8217;s development tools</li><li>Separating CSS and JavaScript content from HTML pages</li><li>Running HTML5 Applications in NetBeans</li><li>Practice: Creating HTML5 Web Applications with NetBeans 8</li><li>Practice: Separating JavaScript and CSS Resources</li></ul>



<h4 class="wp-block-heading">JavaScript Fundamentals</h4>



<ul class="wp-block-list"><li>Writing JavaScript code to declare variables, objects, functions and arrays</li><li>Writing JavaScript Arrays to store data</li><li>Defining JavaScript Objects as a key-value store</li><li>Accessing the properties of an object</li><li>Practice: Writing JavaScript code to pass tests in Jasmine</li></ul>



<h4 class="wp-block-heading">Combining HTML5 and JavaScript in Web Applications</h4>



<ul class="wp-block-list"><li>Creating HTML5 Documents</li><li>Creating HTML5 Forms to request information and process it</li><li>Validating HTML5 form input</li><li>Writing JavaScript functions for HTML5 events</li><li>Manipulating HTML5 elements through DOM</li><li>Practice: Writing JavaScript code to modify document elements</li></ul>



<h4 class="wp-block-heading">The JavaScript API</h4>



<ul class="wp-block-list"><li>Validating user input with JavaScript and Regular Expressions</li><li>Handling multiple values with JavaScript Collections</li><li>Manipulating Dates with the JavaScript Date API</li><li>Practice: Creating a meal-divider application</li><li>Practice: Calculating the total based on the age</li></ul>



<h4 class="wp-block-heading">Web Application Data</h4>



<ul class="wp-block-list"><li>Converting Objects to JSON Strings</li><li>Parsing JSON Strings into JavaScript Objects</li><li>Storing Objects by using the JSON API, Cookies, and Local Storage</li><li>Practice: Saving user input using JSON and Local Storage</li><li>Practice: Restoring saved data when page loads</li></ul>



<h4 class="wp-block-heading">Style Applications using CSS3 and JavaScript</h4>



<ul class="wp-block-list"><li>Applying CSS styles to HTML documents</li><li>Using CSS3 features to add dynamic styles to elements with events</li><li>Using Media Queries and media data to adapt to different screens</li><li>Using JavaScript to add and remove styles from elements</li><li>Practice: Writing CSS rules to style elements in the document</li></ul>



<h4 class="wp-block-heading">Advanced JavaScript</h4>



<ul class="wp-block-list"><li>Defining Functions</li><li>Creating Closures and explaining Variable Scope</li><li>Writing JavaScript functions as modules</li><li>Creating Prototypes</li><li>Creating Drag-and-Drop interactions with JavaScript</li><li>Creating JavaScript Timers and Delays to create animations in HTML</li><li>Using the HTML5 Canvas Object to draw in pages</li><li>Practices: Creating a Canvas, intervals, Drag and Drop, and implementing Mouse Gestures</li></ul>



<h4 class="wp-block-heading">AJAX and WebSocket</h4>



<ul class="wp-block-list"><li>Using AJAX with JavaScript to request data from an Application Server</li><li>Using AJAX to consume RESTful Web Services</li><li>Using AJAX calls to create &#8220;Server Push&#8221; interactions</li><li>Identifying alternatives to AJAX used in legacy code</li><li>Understanding AJAX Security</li><li>Using WebSocket to create Real-time Client/Server interactions</li><li>Identifying the required Back-End technologies for REST and WebSocket with Java EE7</li><li>Practices: Creating a Single-Page Application using RESTand a Tic-Tac-Toe Game Client with WebSocket</li></ul>



<h4 class="wp-block-heading">Developing Applications with jQuery</h4>



<ul class="wp-block-list"><li>Adding jQuery and jQuery UI libraries to your projects</li><li>Using Selectors and DOM manipulators to handle documents</li><li>Handling Events with jQuery</li><li>Animating elements and Applying effects in the document</li><li>Handling AJAX server responses</li></ul>
<p>The post <a href="https://harmonibilisim.com/en/oracle-javascript-and-html5-develop-web-applications/">Oracle Javascript And Html5: Develop Web Applications</a> appeared first on <a href="https://harmonibilisim.com/en/home">IT Eğitimleri ve Danışmanlığı</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Oracle Object-Oriented Analysis And Design Using Uml</title>
		<link>https://harmonibilisim.com/en/oracle-object-oriented-analysis-and-design-using-uml/</link>
		
		<dc:creator><![CDATA[Hbgurhan]]></dc:creator>
		<pubDate>Sun, 14 Jul 2019 15:13:51 +0000</pubDate>
				<category><![CDATA[Java Courses]]></category>
		<category><![CDATA[Oracle Courses]]></category>
		<guid isPermaLink="false">https://harmonibilisim.com/?p=11116</guid>

					<description><![CDATA[<p>This Object-Oriented Analysis and Design Using UML training teaches you how to effectively use object-oriented technologies and software modeling as applied to a software development process. Expert Oracle University instructors present one practical, complete, object-oriented analysis and design (OOAD) road map from requirements gathering to system design.</p>
<p>The post <a href="https://harmonibilisim.com/en/oracle-object-oriented-analysis-and-design-using-uml/">Oracle Object-Oriented Analysis And Design Using Uml</a> appeared first on <a href="https://harmonibilisim.com/en/home">IT Eğitimleri ve Danışmanlığı</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<table class="wp-block-table has-fixed-layout is-style-stripes"><tbody><tr><td><strong>Sağlayıcı:</strong></td><td>Oracle</td></tr><tr><td><strong>Kategori:</strong></td><td>Java, Oracle</td></tr><tr><td><strong>Eğitim Adı:</strong></td><td>Oracle Object-Oriented Analysis And Design Using Uml Eğitimi</td></tr><tr><td><strong>Eğitim Süresi:</strong></td><td>5 gün</td></tr></tbody></table>



<div style="height:76px" aria-hidden="true" class="wp-block-spacer"></div>



<p>This Object-Oriented Analysis and Design Using UML training teaches you how to effectively use object-oriented technologies and software modeling as applied to a software development process. Expert Oracle University instructors present one practical, complete, object-oriented analysis and design (OOAD) road map from requirements gathering to system design.</p>



<p><strong>Learn To:</strong></p>



<ul class="wp-block-list"><li>Use object-oriented technologies.</li><li>Use Unified Modeling Language 2.2.</li><li>Perform object-oriented analysis and design.</li><li>Follow a software development process using an OO software project.</li><li>Create a system design (the Solution model) supporting the functional requirements (FRs).</li></ul>



<p><strong>Benefits to You</strong></p>



<p>By enrolling in this course, you&#8217;ll experience the benefits of using the widely adopted graphical modeling language―the Unified Modeling Language (UML) version 2.2. Use this to help communicate concepts and decisions, understand the problem and proposed solution and manage complexity of artifacts describing the problem and proposed solution. Furthermore, you&#8217;ll develop a deeper understanding of the patterns and frameworks that help build more flexible and re-usable software components.</p>



<p><strong>Course Structure</strong></p>



<p>This course is structured to follow a generic form of software development process that focuses on the analysis and design aspects as applicable to an OO software project. This generic process can be easily adapted to specific processes, which are discussed later in the course. Expert Oracle University instructors will present a pragmatic approach to object-oriented (OO) software development following proven OO technologies, principles and patterns as applicable to OO languages like the Java(TM) programming language.</p>



<p><strong>People Who Will Benefit from this Course</strong></p>



<p>System architects, software engineers, systems analysts and designers responsible for the conception and creation of object-oriented software applications will find the most value in taking this course. Architects responsible for the conception and creation of object-oriented software applications can also benefit from this educational investment.</p>



<p>Course Topics</p>



<ul class="wp-block-list"><li>Examining Object-Oriented Concepts and Terminology&nbsp;</li><li>Introducing Modeling and the Software Development Process</li><li>Creating Use Case Diagrams</li><li>Creating Use Case Scenarios and Forms</li><li>Creating Activity Diagrams</li><li>Determining the Key Abstractions</li><li>Constructing the Problem Domain Model</li><li>Transitioning from Analysis to Design using Interaction Diagrams</li><li>Modeling Object State Using State Machine Diagrams</li><li>Applying Design Patterns to the Design Model</li><li>Introducing Architectural Concepts and Diagrams</li><li>Introducing the Architectural Tiers</li><li>Refining the Class Design Model</li><li>Overview of Software Development Processes</li><li>Overview of Frameworks</li><li>Course Review</li></ul>
<p>The post <a href="https://harmonibilisim.com/en/oracle-object-oriented-analysis-and-design-using-uml/">Oracle Object-Oriented Analysis And Design Using Uml</a> appeared first on <a href="https://harmonibilisim.com/en/home">IT Eğitimleri ve Danışmanlığı</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
