Meeting 21: Unterschied zwischen den Versionen

Aus Java Student User Group Austria - Java + JVM in Wien Österreich / Vienna Austria
Wechseln zu: Navigation, Suche
(+1st version)
 
(2nd version)
Zeile 1: Zeile 1:
===Scala===
+
*When: Monday, November 16th, 2009
 +
*Where: Freihaus HS4
 +
 
 +
=Presentations=
 +
==Scala - An Introduction==
 
Scala is a general purpose programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It smoothly integrates features of object-oriented and functional languages, enabling Java and other programmers to be more productive. Code sizes are typically reduced by a factor of two to three when compared to an equivalent Java application.
 
Scala is a general purpose programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It smoothly integrates features of object-oriented and functional languages, enabling Java and other programmers to be more productive. Code sizes are typically reduced by a factor of two to three when compared to an equivalent Java application.
*[http://www.scala-lang.org/ Scala]
+
*[http://www.scala-lang.org/ Scala Homepage]
 +
'''Vortragende''': [[Benutzer:MSch|Martin Schürrer]] und [[Benutzer:mikegr|Greifeneder Michael]]
 +
 
 +
==Coding in JavaScript with Prototype and Scriptaculous==
 +
'''Vortragender''': [http://mir.aculo.us/ Thomas Fuchs] is author of the script.aculo.us user interface JavaScript library, a member of the '''Prototype''' core team and a Ruby on Rails core alumnus.
  
===Prototype and Scriptaculous===
 
 
Prototype is a JavaScript Framework that aims to ease development of dynamic web applications.
 
Prototype is a JavaScript Framework that aims to ease development of dynamic web applications.
 
Featuring a unique, easy-to-use toolkit for class-driven development and the nicest Ajax library around, Prototype is quickly becoming the codebase of choice for web application developers everywhere.
 
Featuring a unique, easy-to-use toolkit for class-driven development and the nicest Ajax library around, Prototype is quickly becoming the codebase of choice for web application developers everywhere.
*[http://www.prototypejs.org/ Prototype]
+
*[http://www.prototypejs.org/ Prototype Homepage]
  
script.aculo.us provides you with easy-to-use, cross-browser user interface JavaScript libraries to make your web sites and web applications fly with an animation framework, drag and drop, Ajax controls, DOM utilities, and unit testing. It's an add-on to the Prototype framework.  
+
'''script.aculo.us''' provides you with easy-to-use, cross-browser user interface JavaScript libraries to make your web sites and web applications fly with an animation framework, drag and drop, Ajax controls, DOM utilities, and unit testing. It's an add-on to the Prototype framework.  
*[http://script.aculo.us/ Scriptaculous]
+
*[http://script.aculo.us/ script.aculo.us Homepage]

Version vom 11. Oktober 2009, 17:09 Uhr

  • When: Monday, November 16th, 2009
  • Where: Freihaus HS4

Presentations

Scala - An Introduction

Scala is a general purpose programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It smoothly integrates features of object-oriented and functional languages, enabling Java and other programmers to be more productive. Code sizes are typically reduced by a factor of two to three when compared to an equivalent Java application.

Vortragende: Martin Schürrer und Greifeneder Michael

Coding in JavaScript with Prototype and Scriptaculous

Vortragender: Thomas Fuchs is author of the script.aculo.us user interface JavaScript library, a member of the Prototype core team and a Ruby on Rails core alumnus.

Prototype is a JavaScript Framework that aims to ease development of dynamic web applications. Featuring a unique, easy-to-use toolkit for class-driven development and the nicest Ajax library around, Prototype is quickly becoming the codebase of choice for web application developers everywhere.

script.aculo.us provides you with easy-to-use, cross-browser user interface JavaScript libraries to make your web sites and web applications fly with an animation framework, drag and drop, Ajax controls, DOM utilities, and unit testing. It's an add-on to the Prototype framework.