<?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: Christian Beulke</title>
    <description>The latest articles on DEV Community by Christian Beulke (@cbeulke).</description>
    <link>https://dev.to/cbeulke</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%2F355236%2F637e6e8e-b3a2-4165-a35f-4b15c02d1113.jpeg</url>
      <title>DEV Community: Christian Beulke</title>
      <link>https://dev.to/cbeulke</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/cbeulke"/>
    <language>en</language>
    <item>
      <title>Rapid development with JHipster and Vaadin - as simple as it sounds!</title>
      <dc:creator>Christian Beulke</dc:creator>
      <pubDate>Fri, 18 Dec 2020 17:12:21 +0000</pubDate>
      <link>https://dev.to/cbeulke/rapid-development-with-jhipster-and-vaadin-as-simple-as-it-sounds-511</link>
      <guid>https://dev.to/cbeulke/rapid-development-with-jhipster-and-vaadin-as-simple-as-it-sounds-511</guid>
      <description>&lt;p&gt;Maybe it's too obvious, maybe it's too simple... Nonetheless, the lazy backend engineer that I am, I was looking for a solution to make my life as easy as possible when it comes to repeating tasks like implementing data models as well as building business UI (no fanciness, just a user interface to work with!).&lt;/p&gt;

&lt;h2&gt;
  
  
  JHipster for backend generation
&lt;/h2&gt;

&lt;p&gt;When it comes to generating data models and all the stuff related like repositories, service classes etc. I think JHipster is a quite fair solution.&lt;/p&gt;

&lt;h2&gt;
  
  
  Vaadin for frontend implementation
&lt;/h2&gt;

&lt;p&gt;Regarding UI building as a java developer Vaadin is amazing for it spares me all the communication handling between server and client while also supporting very advanced interface components.&lt;/p&gt;

&lt;h2&gt;
  
  
  Combining them...
&lt;/h2&gt;

&lt;p&gt;Bringing them both together is as simple as it can be. Create a JHipster application with the jhipster cli, add the Vaadin dependencies to the application &lt;em&gt;pom.xml&lt;/em&gt; and you are ready to go! Building UI classes with &lt;code&gt;@Route&lt;/code&gt; annotations works out of the box.&lt;/p&gt;

&lt;p&gt;Next step for me is to find out how to implement a useful authentication and authorization solution. My experiences will appear here soon.&lt;/p&gt;

&lt;p&gt;P.S.: Though for now I am really happy with the "JHipster/Vaadin combo", feel free to suggest alternatives for backend generation / UI implementation! I am really interested to broaden the focus :-)&lt;/p&gt;

</description>
      <category>java</category>
      <category>jhipster</category>
      <category>vaadin</category>
    </item>
  </channel>
</rss>
