Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
your name? I'm Java Hipster! #rakuten_tech_osaka
Search
Shinichi Kozake
October 22, 2016
Technology
0
3.4k
your name? I'm Java Hipster! #rakuten_tech_osaka
LT Slide
Rakuten Technology Conference 2016 in Osaka
Shinichi Kozake
October 22, 2016
Tweet
Share
More Decks by Shinichi Kozake
See All by Shinichi Kozake
アーキテクトとは
kozake
0
2.2k
Ionic React でサービス開発したお話
kozake
0
140
ドキッ!失敗だらけのシステム開発
kozake
1
830
やはり俺のWeb APIは間違えている
kozake
0
540
すごい大規模 たのしく作ろう
kozake
4
2.4k
KHipster ~JHipsterで始めるKotlin Web プログラミング~
kozake
0
900
Docker with JHipster
kozake
1
570
実践JHipster #jsug #sf_36
kozake
2
7.7k
Ionicでアプリ作ったよ!開発方法の紹介
kozake
2
1k
Other Decks in Technology
See All in Technology
From Live Coding to Vibe Coding with Firebase Studio
firebasethailand
1
400
みんなのSRE 〜チーム全員でのSRE活動にするための4つの取り組み〜
kakehashi
PRO
2
120
robocopy の怖い話/scary-story-about-robocopy
emiki
0
430
大規模イベントを支える ABEMA の アーキテクチャ 変遷 2025
nagapad
6
610
Google Cloud で学ぶデータエンジニアリング入門 2025年版 #GoogleCloudNext / 20250805
kazaneya
PRO
7
1.5k
2025新卒研修・HTML/CSS #弁護士ドットコム
bengo4com
3
4.6k
金融サービスにおける高速な価値提供とAIの役割 #BetAIDay
layerx
PRO
1
560
Microsoft Learn MCP/Fabric データエージェント/Fabric MCP/Copilot Studio-簡単・便利なAIエージェント作ってみた -"Building Simple and Powerful AI Agents with Microsoft Learn MCP, Fabric Data Agent, Fabric MCP, and Copilot Studio"-
reireireijinjin6
1
210
Mambaで物体検出 完全に理解した
shirarei24
2
170
LIFF CLIとngrokを使ったLIFF/LINEミニアプリのお手軽実機確認
diggymo
0
140
生成AIによる情報システムへのインパクト
taka_aki
1
230
Rubyの国のPerlMonger
anatofuz
2
690
Featured
See All Featured
Rails Girls Zürich Keynote
gr2m
95
14k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Speed Design
sergeychernyshev
32
1k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
332
22k
Reflections from 52 weeks, 52 projects
jeffersonlam
351
21k
Building an army of robots
kneath
306
45k
Faster Mobile Websites
deanohume
308
31k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
Transcript
ZPVSOBNF *`N+BWB)JQTUFS
.Z/BNF
ZPVSOBNF ,P[BLF
%PZPVLOPX +)JQTUFS
JHipster is JHipster is a Yeoman generator Spring Boot +
AngularJS Our goal is to generate for you a complete and modern Web app Open Source Yeoman is the web's scaffolding tool for modean webapps. All development is done on GitHub. https://github.com/jhipster/generator-jhipster
#PIWNCT,5 5RTKPI$QQV Spring Boot and AngularJS is FullStack and Grate
F/W.
#PIWNCT,5 5RTKPI$QQV However.. both are very Large F/W. Learning cost
is heavy.
With JHipster, Quickly you can make scaffold of web framework
using these. Excellent sample is very effective for the project.
execute these commands, $mkdir rakuten-hipster $ cd rakuten-hipster $ yo
jhipster *QYVQETGCVGCRR It’s very easy to make the project with JHipster!!
██ ██ ██ ████████ ███████ ██████ ████████ ████████ ███████ ██
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ████████ ██ ███████ █████ ██ ██████ ███████ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██████ ██ ██ ████████ ██ ██████ ██ ████████ ██ ██ http://jhipster.github.io Welcome to the JHipster Generator v3.9.1 Documentation for creating an application: https://jhipster.github.io/creating-an-app/ Application files will be generated in folder: /Users/s_kozake/rakuten-hipster ? (1/13) Which *type* of application would you like to create? (Use arrow keys) ❯ Monolithic application (recommended for simple projects) Microservice application Microservice gateway [BETA] JHipster UAA server (for microservice OAuth2 authentication) *QYVQETGCVGCRR and answer a few questions,
Server app generated successfully. Client app generated successfully. *QYVQETGCVGCRR Your
web project is Ready!
$ ./gradlew bootrun *QYVQTWP execute the commands, Then, built-in Tomcat
is start up!!
Your web application is Ready!
Authentication and Authorization
Internationalization
Metrics
Health Checks
Configuration
Log Setting
WebAPI Document by Swagger
The Web Application has all!
$ yo jhipster:heroku *QYVQFGRNQ[ execute the commands,
Deploy to Heroku! IUUQTSBLVUFOIJQTUFSIFSPLVBQQDPN then, published to the Internet!!
5IFTZTUFNJT ɾ-BSHFTDBMF ɾNJTTJPODSJUJDBM ɾNPSFUIBONJMMJPOEPMMBST Right now, I'm going to develop
a system with JHipster!( ๑°ω°๑)و guu!
&WFSZPOF USZ+)JQTUFS and, Teach me Please! :-)
https://rakuten-hipster.herokuapp.com/#/chat The chat room is using the web socket. Of
course, WebSocket are available in jHipster. The required time to develop was about 1 day. :-) 1MFBTFEPDPNNFOUPOJU
5IBOLZPVBMM GPSMJTUFOJOH (((ο( ƅ˜ƅ*)ο)))