한국스프링사용자모임에서 스프링 두번째 세미나합니다. 자바개발자 분이나 MVC모델에 관심이 있으신 분들은 참석해 보세요. 조금 늦었지만 이프릴 세미나에서 약속한대로 한국 스프링 사용자 모임을 만들게 되어 다행입니다. 가장 중요한 소식인 세미나 소식을 먼저 전합니다. 이번 세미나는 국민대에서 장소를 협찬해주셨고, 아직 내용이 결정되지 않았지만 오픈소스를 지원하는 몇몇 업체의 후원을 받을 예정입니다. 세미나 내용은 Spring DAO 내부의 템플릿 구현 방식을 골자로 하는 첫번째 세션을 토비님이 발표하고, 제가 두번째 세션인 Spring MVC에 대해 진행할 예정입니다. 지난 이프릴 세미나의 경험을 토대로 이번에는 라이브 코딩을 보여주기 적합한 장소를 섭외했으며 시간도 110분으로 연장했습니다. 충분한 코드 시연으로 내용 전달에 만전을 기하려고 기획한 것이지만 긴 세션으로 인해 지루해질 소지도 있고 사용자 참여도 늘리기 위해 스프링 퀴즈왕이라는 짧막한 이벤트도 마련했습니다. 경품 내용이나 구체적인 진행 방향은 아직 논의중이지만 재미있는 시간이 되도록 준비하겠습니다. |
Category: Programming
CSS Reference Card
Ajax Development Links
General Articles
From Jesse James Garrett (who coined the term)
- Ajax: A New Approach to Web Applications (original article defining Ajax)
- Why Ajax Matters Now
Basic Tutorials
- Basic Ajax Tutorials
- developer.mozilla.org – AJAX – Getting Started
- Mastering Ajax – 3 part series
- Rasmus’ 30 second AJAX Tutorial – A wanderer’s journal
- Max Kiesler – Round-up of 30 AJAX Tutorials
- Building an Ajax Page
For specific languages or libraries
General Ajax Information
Solutions to specific Ajax related issues
- Using XSLT v2 to Generate JSON from XML for use with AJAX.
- Ajax Image JPG Uploader
- Eric’s Hashlistener, a tiny script to support the back-button
- Fixing the Back Button and Enabling Bookmarking for AJAX Apps
- Improve Javascript Performance by Eliminating String Concatenation
- AJAX Without XML
- Javascript refactoring for safer faster better AJAX
Article argues that its time for Javascript coding practices to mature into professional software engineering, discusses various ways to improve Javascript code and has examples of Javascript refactoring from real-life projects.