<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Three-Tier on Janik von Rotz</title>
    <link>https://janikvonrotz.ch/tags/three-tier/</link>
    <description>Recent content in Three-Tier on Janik von Rotz</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 30 Mar 2015 16:41:24 +0000</lastBuildDate>
    <atom:link href="https://janikvonrotz.ch/tags/three-tier/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Build a Java 3-tier application from scratch – Part 3: Object-relational mapping</title>
      <link>https://janikvonrotz.ch/2015/03/30/build-a-java-3-tier-application-from-scratch-part-3-object-relational-mapping/</link>
      <pubDate>Mon, 30 Mar 2015 16:41:24 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2015/03/30/build-a-java-3-tier-application-from-scratch-part-3-object-relational-mapping/</guid>
      <description>&lt;p&gt;Welcome to third part of my 3-tier application tutorial. Within this and the next part we are going to develope simple webservice that communicates with the database and maps Java objects to data tables.&#xA;We will create a controller that communicates with our MySQL database using the EclipseLink ORM to abstract this process.&lt;/p&gt;&#xA;&lt;p&gt;Here&amp;rsquo;s a picture of what we want to achieve. A simple webservice that&amp;rsquo;s serves depending on the url an array of json data.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://janikvonrotz.ch/wp-content/uploads/2015/03/Java-3-tier-webservice.png&#34; alt=&#34;Java 3-tier webservice&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Build a Java 3-tier application from scratch - Part 2: Model setup</title>
      <link>https://janikvonrotz.ch/2015/03/28/build-a-java-3-tier-application-from-scratch-part-2-model-setup/</link>
      <pubDate>Sat, 28 Mar 2015 18:01:51 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2015/03/28/build-a-java-3-tier-application-from-scratch-part-2-model-setup/</guid>
      <description>&lt;p&gt;Last time we&amp;rsquo;ve set up our basic project structure with gradle. This time we are going to create the models aka our Java classes. Below is uml diagram showing all classes, interfaces and their relationship.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://janikvonrotz.ch/wp-content/uploads/2015/03/3-tier-java-application-Classmodel.png&#34; alt=&#34;3-tier java application Classmodel&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Build a Java 3-tier application from scratch - Part 1: Introduction and project setup</title>
      <link>https://janikvonrotz.ch/2015/03/15/build-a-java-3-tier-application-from-scratch-part-1-introduction-and-project-setup/</link>
      <pubDate>Sun, 15 Mar 2015 16:57:38 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2015/03/15/build-a-java-3-tier-application-from-scratch-part-1-introduction-and-project-setup/</guid>
      <description>&lt;p&gt;Welcome to my first post of the Java 3-tier application tutorial. In this tutorial I will tell show how you can develope a Model-View-Controller based Java desktop and server application using the latest tools and frameworks.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Installing and Configuring SharePoint 2013 Farm</title>
      <link>https://janikvonrotz.ch/2014/04/14/installing-and-configuring-sharepoint-2013-farm/</link>
      <pubDate>Mon, 14 Apr 2014 09:29:48 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2014/04/14/installing-and-configuring-sharepoint-2013-farm/</guid>
      <description>&lt;p&gt;&lt;em&gt;This post of is part of my &lt;a href=&#34;https://janikvonrotz.ch/projects/install-sharepoint-2013-three-tier-farm/&#34;&gt;Install SharePoint 2013 Three-tier Farm&lt;/a&gt; project.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;This is a shortened version of my best practice for installing a SharePoint server.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Install SharePoint 2013 Three-tier Farm – Installing and Configuring Office Web Apps Server</title>
      <link>https://janikvonrotz.ch/2014/03/25/install-sharepoint-2013-three-tier-farm-installing-and-configuring-office-web-apps-server/</link>
      <pubDate>Tue, 25 Mar 2014 09:18:05 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2014/03/25/install-sharepoint-2013-three-tier-farm-installing-and-configuring-office-web-apps-server/</guid>
      <description>&lt;p&gt;&lt;em&gt;This post of is part of my &lt;a href=&#34;https://janikvonrotz.ch/projects/install-sharepoint-2013-three-tier-farm/&#34;&gt;Install SharePoint 2013 Three-tier Farm&lt;/a&gt; project.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;With Windows Server 2012 the deployment of Offic Web Apps Server got a lot easier.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Install SharePoint 2013 Three-tier Farm - Installing and Configuring SharePoint SQL Server</title>
      <link>https://janikvonrotz.ch/2014/02/25/install-sharepoint-2013-three-tier-farm-installing-and-configuring-sharepoint-sql-server/</link>
      <pubDate>Tue, 25 Feb 2014 13:52:33 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2014/02/25/install-sharepoint-2013-three-tier-farm-installing-and-configuring-sharepoint-sql-server/</guid>
      <description>&lt;p&gt;&lt;em&gt;This post of is part of my &lt;a href=&#34;https://janikvonrotz.ch/projects/install-sharepoint-2013-three-tier-farm/&#34;&gt;Install SharePoint 2013 Three-tier Farm&lt;/a&gt; project.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;In this post I&amp;rsquo;ll show my best practice for an new SQL Server to run SharePoint properly.&lt;/p&gt;&#xA;&lt;p&gt;Let&amp;rsquo;s get started with local user rights.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Install SharePoint 2013 Three-tier Farm - Deploy the SQL Server Backup Job</title>
      <link>https://janikvonrotz.ch/2014/02/07/install-sharepoint-2013-three-tier-farm-deploy-the-sql-server-backup-job/</link>
      <pubDate>Fri, 07 Feb 2014 10:24:03 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2014/02/07/install-sharepoint-2013-three-tier-farm-deploy-the-sql-server-backup-job/</guid>
      <description>&lt;p&gt;&lt;em&gt;This post of is part of my &lt;a href=&#34;https://janikvonrotz.ch/projects/install-sharepoint-2013-three-tier-farm/&#34;&gt;Install SharePoint 2013 Three-tier Farm&lt;/a&gt; project.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;A clean SQL Server maintenance plan should include three processes, backup, integrity check and index optimize.&lt;/p&gt;&#xA;&lt;p&gt;You could simply set up a SQL Server maintenance plan within the SQL Server management studio. But be aware that there are better solutions, E.g. &lt;a href=&#34;https://ola.hallengren.com/&#34;&gt;Ola Hallengren&amp;rsquo;s SQL Server Maintenance Solution&lt;/a&gt; is my absolutely favourite.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Install SharePoint 2013 Three-tier Farm - Run the SharePoint 2013 Service Account Creator</title>
      <link>https://janikvonrotz.ch/2014/01/27/install-sharepoint-2013-three-tier-farm-run-the-sharepoint-2013-service-account-creator/</link>
      <pubDate>Mon, 27 Jan 2014 13:24:53 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2014/01/27/install-sharepoint-2013-three-tier-farm-run-the-sharepoint-2013-service-account-creator/</guid>
      <description>&lt;p&gt;&lt;em&gt;This post of is part of my &lt;a href=&#34;https://janikvonrotz.ch/projects/install-sharepoint-2013-three-tier-farm/&#34;&gt;Install SharePoint 2013 Three-tier Farm&lt;/a&gt; project.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;As many other Windows services SharePoint and SQL Server requires different service accounts in order to run secure and reliable.&lt;/p&gt;&#xA;&lt;p&gt;There are different concepts and strategies to create service accounts for a SharePoint installation. One of the most reliable solution I&amp;rsquo;ve found &lt;a href=&#34;https://absolute-sharepoint.com/2013/01/sharepoint-2013-service-accounts-best-practices-explained.html&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Install SharePoint 2013 Three-tier Farm - Designing the Logical Architecture</title>
      <link>https://janikvonrotz.ch/2014/01/27/install-sharepoint-2013-three-tier-farm-designing-the-logical-architecture/</link>
      <pubDate>Mon, 27 Jan 2014 09:10:29 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2014/01/27/install-sharepoint-2013-three-tier-farm-designing-the-logical-architecture/</guid>
      <description>&lt;p&gt;&lt;em&gt;This post of is part of my &lt;a href=&#34;https://janikvonrotz.ch/projects/install-sharepoint-2013-three-tier-farm/&#34;&gt;Install SharePoint 2013 Three-tier Farm&lt;/a&gt; project.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;I assume that the reader of this tutorial has already defined the business requirements for this SharePoint installation.&lt;/p&gt;&#xA;&lt;p&gt;The physical architecture depends on the requirements of the logical design. That&amp;rsquo;s why you have to define you logical architecture first.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Install SharePoint 2013 Three-tier Farm - Architecture and Licensing</title>
      <link>https://janikvonrotz.ch/2013/12/10/install-sharepoint-2013-three-tier-farm-architecture-and-licensing/</link>
      <pubDate>Tue, 10 Dec 2013 12:35:07 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2013/12/10/install-sharepoint-2013-three-tier-farm-architecture-and-licensing/</guid>
      <description>&lt;p&gt;&lt;em&gt;This post of is part of my &lt;a href=&#34;https://janikvonrotz.ch/projects/install-sharepoint-2013-three-tier-farm/&#34;&gt;Install SharePoint 2013 Three-tier Farm&lt;/a&gt; project.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://janikvonrotz.ch/wp-content/uploads/2013/12/Network-Scheme-SharePoint-Farm.png&#34;&gt;&lt;img src=&#34;https://janikvonrotz.ch/wp-content/uploads/2013/12/Network-Scheme-SharePoint-Farm.png&#34; alt=&#34;Network Scheme SharePoint Farm&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;As the server architecture is already given in this case, I&amp;rsquo;m only going to show you the hardware requirements of those servers.&lt;/p&gt;&#xA;&lt;h1&gt;Server additional&lt;/h1&gt;&#xA;&lt;p&gt;Each server installation provides:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;    &lt;li&gt;latest service pack&lt;/li&gt;&#xA;    &lt;li&gt;64 Bit&lt;/li&gt;&#xA;    &lt;li&gt;resources for less than 1000 users&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Install SharePoint 2013 Three-tier Farm</title>
      <link>https://janikvonrotz.ch/2013/12/10/install-sharepoint-2013-three-tier-farm/</link>
      <pubDate>Tue, 10 Dec 2013 11:20:29 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2013/12/10/install-sharepoint-2013-three-tier-farm/</guid>
      <description>&lt;h1&gt;About&lt;/h1&gt;&#xA;&lt;p&gt;Based on new business requirements our intranet SharePoint needs an update from version 2010 to 2013.&#xA;The new installation will be part in our existing Office 365 hybrid environment.&#xA;As I&amp;rsquo;ve completed the Core Solutions of Microsoft SharePoint Server 2013 course I going to perform this project on my own.&#xA;In this series of posts I would like to share my knowledge and experience in building this new intranet based on SharePoint 2013.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
