728x90
반응형
ps. SCALA 도 연산자 오버로딩이 쉽다느니, machine learning code 만들때 쓰면 좋다느니 하는 이야기를 들은것도 같은데... 정확한 기억인지 잘 모르겠는. 난 그냥 C++ 이나 JAVA 로 충분하고 이 primitive(?) 언어가 가장 강력해 보이는데... 굳이 새로운 언어들 개발하고 하는게 잘 이해가 안될때가... Coding 을 쉽게 하고 싶어서라면 editor 를 잘 만드는 쪽이 언어를 새로 디자인하는 것보단 더 효율이 좋고, 싸게 먹히지 않을래나? =ㅇ=;;;
특히나 database 랑 연결하는 connector 들, API 들도 새로운 언어별로 다 따로 배우고 해야 할텐데, 잘 엄두가 안남.
## Blocking I/O server frameworks
Simple 로 분류하긴 좀 미안한 것들은 뭐라고 부류해야 할래나? =ㅇ=;;; 써본게 아니라 comment 할게 거의 없는;;
### SpringMVC (Model View Controller)
우리나라 전자정부 프레임워크 지침에 쓰이는 framework 라는듯? 난 잘 모름. 정부가 특정 framework 쓰라고 하는것도 뭔가 시대에 안맞는거 같은데...
참조 : http://docs.spring.io/spring/docs/current/spring-framework-reference/html/mvc.html
### Django
참조 : https://www.djangoproject.com/djangoproject.com - documentation (en/1.9)
Wiki - Django (web framework) ### Ruby on Rails 이건 server framework 가 아니라 그냥 programming language 중 하나인가? 참조 : http://rubyonrails.org/
Wiki - Ruby on Rails ## Database library (SQL : Structured Query Language / SQL connector) 서버 돌릴때 그냥 매번 똑같은 html 파일만 쏴주는 service 가 아니라면, SQL 등의 database 랑 연결해서 쓰는게 거의 필수적이라고 할 수 있음 kipid's blog :: SQL (Structured Query Language) 을 배워보자, 2014-03-06. JAVA 의 경우 JDBC (Java DataBase Connector) 란 API 를 제공. 나머지 언어들도 비슷한게 있을듯. 이런 API 이용해서 MySQL 같은 database service 들이랑 연계해서 사용해야 함. ## RRA
- Wiki - Web application framework
- Wiki - Server-side scripting
// 그닥 많은 정보는 없는듯. - trends.builtwith.com :: Framework Usage Statistics, Statistics for websites using Framework technologies
- kipid's blog :: 여러가지 프로그래밍 언어들 (List of programming languages), 2014-01-24
- kipid's blog :: Learning PHP, 2014-05-22
- kipid's blog :: Learning Vert.x, 2014-05-23
- kipid's blog :: Learning Node.js, 2014-05-22
- https://www.playframework.com/
General
Specific framework
728x90
반응형
'[IT/Programming] > HTML related' 카테고리의 다른 글
CSS3 examples (0) | 2019.03.04 |
---|---|
괜찮은 에디터들 소개 및 추천 (Introducing/Recommending good code editors) (2) | 2019.03.04 |
Delayed (Lazy) Loading in HTML by JavaScript (+jQuery) (0) | 2019.02.22 |
Cloud Server Services (eg. Amazon Web Services) (0) | 2019.02.22 |
CSS Specificity or Priority (우선순위) (0) | 2019.02.19 |
Youtube Download (0) | 2019.02.18 |
Learning AngularJS (0) | 2019.02.18 |