Meeting 49: Unterschied zwischen den Versionen

Aus Java Student User Group Austria - Java + JVM in Wien Österreich / Vienna Austria
Wechseln zu: Navigation, Suche
(jython scripting)
K (Schützte „Meeting 49“: Wiederkehrender Vandalismus (‎[edit=autoconfirmed] (unbeschränkt) ‎[move=autoconfirmed] (unbeschränkt)))
 
(4 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
 
* When: Monday, December 10th, 2012 - 7pm to 9pm
 
* When: Monday, December 10th, 2012 - 7pm to 9pm
* Where: University of Technology Vienna, [http://www.wegweiser.ac.at/tuwien/hoersaal/F4.html Freihaus HS4] ([http://maps.google.de/maps?f=q&source=s_q&hl=de&geocode=&q=wiedner+hauptstra%C3%9Fe+4,+wien&sll=48.199421,16.368127&sspn=0.007165,0.01929&ie=UTF8&hq=&hnear=Wiedner+Hauptstra%C3%9Fe+4,+Wieden+1040+Wien,+%C3%96sterreich&z=16 Google Maps])
+
* Where: University of Technology Vienna, [http://www.wegweiser.ac.at/tuwien/hoersaal/F4.html Freihaus HS4] ([http://maps.google.de/maps?f=q&source=s_q&hl=de&geocode=&q=wiedner+hauptstra%C3%9Fe+8-10,+wien&sll=48.199421,16.368127&sspn=0.007165,0.01929&ie=UTF8&hq=&hnear=Wiedner+Hauptstra%C3%9Fe+8-10,+Wieden+1040+Wien,+%C3%96sterreich&z=16 Google Maps])
  
  
 
== Apache SOLR ==
 
== Apache SOLR ==
Siegfried Göschl will tell us about [http://lucene.apache.org/solr/ Apache Solr] - a "popular, blazing fast open source enterprise search platform from the Apache Lucene project".  
+
[[Benutzer:Sgoeschl|Siegfried Göschl]] will tell us about [http://lucene.apache.org/solr/ Apache Solr] - a "popular, blazing fast open source enterprise search platform from the Apache Lucene project".  
 
He will show us some basics of Solr and then tell us about a migration he has done on the popular austrian site willhaben.at
 
He will show us some basics of Solr and then tell us about a migration he has done on the popular austrian site willhaben.at
  
  
 
== Jython ==
 
== Jython ==
Robert Bachmann will introduce us to [http://www.jython.org/ Jython], a implementation of the Python language on the JVM:
+
Robert Bachmann will introduce us to [http://www.jython.org/ Jython], an implementation of the Python language on the JVM:
  
* A Case study: Using Python for testing Java & .Net packages
+
* Use Cases
 +
* Limitations
 
* How to use Java classes from Jython
 
* How to use Java classes from Jython
 
* How to use Jython classes from Java
 
* How to use Jython classes from Java
* How to use Jython for scripting with:
+
* How to use Jython for scripting with <code>[http://docs.oracle.com/javase/6/docs/api/javax/script/package-summary.html javax.script]</code>
** <code>[http://docs.oracle.com/javase/6/docs/api/javax/script/package-summary.html javax.script]</code>
+
* A Case study: Using Python for testing Java & .Net packages
** [http://commons.apache.org/bsf/ Apache Commons - Bean Scripting Framework]
 
* Common pitfalls
 
 
* Performance considerations
 
* Performance considerations
 +
 +
[[Category:Meeting]]

Aktuelle Version vom 18. März 2013, 07:54 Uhr


Apache SOLR

Siegfried Göschl will tell us about Apache Solr - a "popular, blazing fast open source enterprise search platform from the Apache Lucene project". He will show us some basics of Solr and then tell us about a migration he has done on the popular austrian site willhaben.at


Jython

Robert Bachmann will introduce us to Jython, an implementation of the Python language on the JVM:

  • Use Cases
  • Limitations
  • How to use Java classes from Jython
  • How to use Jython classes from Java
  • How to use Jython for scripting with javax.script
  • A Case study: Using Python for testing Java & .Net packages
  • Performance considerations