blog.joealex.org
Joe Alex's Blog: January 2009
http://blog.joealex.org/2009_01_01_archive.html
Data Scientist - Codes in Java, Scala, Python; Does Analytics, Machine Learning, Predictive Analysis; Uses Hadoop, Cassandra, Elasticsearch, Spark. Saturday, January 31, 2009. What's up with Google search results. Today morning All Google search results were being tagged as potentially dangerous. Seems like a bug or probably due to StopBadware.org being down. The issue seems to have been fixed by now. See the following snapshots. Oops! View Screen shots :. Posted by Joe Alex. Subscribe to: Posts (Atom).
blog.joealex.org
Joe Alex's Blog: August 2009
http://blog.joealex.org/2009_08_01_archive.html
Data Scientist - Codes in Java, Scala, Python; Does Analytics, Machine Learning, Predictive Analysis; Uses Hadoop, Cassandra, Elasticsearch, Spark. Friday, August 21, 2009. Have been playing around with Cassandra. For sometime. Cassandra is a hybrid of Dynamo and BigTable. More details on my experiences in a later post. This is just a placeholder to keep track of the growing list of Cassandra clients. Please let me know if you need to add one. (View a list of popular articles. Posted by Joe Alex.
blog.joealex.org
Joe Alex's Blog: GDrive from Google
http://blog.joealex.org/2009/02/gdrive-from-google.html
Data Scientist - Codes in Java, Scala, Python; Does Analytics, Machine Learning, Predictive Analysis; Uses Hadoop, Cassandra, Elasticsearch, Spark. Sunday, February 01, 2009. Recently tried Zumo Drive. Embedded java webserver) and hsqldb. In-memory/disk based small database written in java). Hmm. did you know you were letting them run a webserver and a database in your machine just by installing the client? Etc Most of them support from anywhere to any device. Another interesting technology which has...
blog.joealex.org
Joe Alex's Blog: Monitor JAX-WS soap traffic request and response
http://blog.joealex.org/2009/06/to-monitor-jax-ws-soap-traffic-request.html
Data Scientist - Codes in Java, Scala, Python; Does Analytics, Machine Learning, Predictive Analysis; Uses Hadoop, Cassandra, Elasticsearch, Spark. Wednesday, June 10, 2009. Monitor JAX-WS soap traffic request and response. System.setProperty("com.sun.xml.ws.transport.http.client.HttpTransportPipe.dump", "true");. Posted by Joe Alex. February 3, 2010 at 6:25 PM. Excellent post and writing style. Bookmarked. Subscribe to: Post Comments (Atom). Washington DC, United States. View my complete profile.
blog.joealex.org
Joe Alex's Blog: Cassandra DB clients
http://blog.joealex.org/2009/08/cassandra-db-clients.html
Data Scientist - Codes in Java, Scala, Python; Does Analytics, Machine Learning, Predictive Analysis; Uses Hadoop, Cassandra, Elasticsearch, Spark. Friday, August 21, 2009. Have been playing around with Cassandra. For sometime. Cassandra is a hybrid of Dynamo and BigTable. More details on my experiences in a later post. This is just a placeholder to keep track of the growing list of Cassandra clients. Please let me know if you need to add one. (View a list of popular articles. Posted by Joe Alex. I forke...
blog.joealex.org
Joe Alex's Blog: February 2009
http://blog.joealex.org/2009_02_01_archive.html
Data Scientist - Codes in Java, Scala, Python; Does Analytics, Machine Learning, Predictive Analysis; Uses Hadoop, Cassandra, Elasticsearch, Spark. Sunday, February 01, 2009. Recently tried Zumo Drive. Embedded java webserver) and hsqldb. In-memory/disk based small database written in java). Hmm. did you know you were letting them run a webserver and a database in your machine just by installing the client? Etc Most of them support from anywhere to any device. Another interesting technology which has...
blog.joealex.org
Joe Alex's Blog: April 2009
http://blog.joealex.org/2009_04_01_archive.html
Data Scientist - Codes in Java, Scala, Python; Does Analytics, Machine Learning, Predictive Analysis; Uses Hadoop, Cassandra, Elasticsearch, Spark. Wednesday, April 08, 2009. Google App Engine adds Java support. GAE adds much awaited Java support. If you want to try Java on GAE Sign up now. Access is limited to first 10000 developers. http:/ appengine.google.com/promo/java runtime. New in GAE :. 100% Java standards based (servlet, jsp, war, web.xml). Java Runtime support for 1.6 JVM. Posted by Joe Alex.
blog.joealex.org
Joe Alex's Blog: Minimalistic CSV parser
http://blog.joealex.org/2009/06/minimalistic-csv-parser.html
Data Scientist - Codes in Java, Scala, Python; Does Analytics, Machine Learning, Predictive Analysis; Uses Hadoop, Cassandra, Elasticsearch, Spark. Tuesday, June 09, 2009. Notes = Arrays.asList(note.split(",") ;. Posted by Joe Alex. Subscribe to: Post Comments (Atom). Washington DC, United States. View my complete profile. Override default JAX-WS endpoint address in wsdl. Monitor JAX-WS soap traffic request and response. Follow me on Twitter.
blog.joealex.org
Joe Alex's Blog: Override default JAX-WS endpoint address in wsdl
http://blog.joealex.org/2009/06/override-default-jax-ws-endpoint.html
Data Scientist - Codes in Java, Scala, Python; Does Analytics, Machine Learning, Predictive Analysis; Uses Hadoop, Cassandra, Elasticsearch, Spark. Wednesday, June 10, 2009. Override default JAX-WS endpoint address in wsdl. BindingProvider)port).getRequestContext().put(BindingProvider.ENDPOINT ADDRESS PROPERTY, MyENDPOINT);. Posted by Joe Alex. August 19, 2009 at 3:06 PM. Is there a portable solution? August 20, 2009 at 2:08 AM. August 24, 2009 at 10:41 AM. October 19, 2011 at 1:14 AM.
blog.joealex.org
Joe Alex's Blog: June 2009
http://blog.joealex.org/2009_06_01_archive.html
Data Scientist - Codes in Java, Scala, Python; Does Analytics, Machine Learning, Predictive Analysis; Uses Hadoop, Cassandra, Elasticsearch, Spark. Wednesday, June 10, 2009. Override default JAX-WS endpoint address in wsdl. BindingProvider)port).getRequestContext().put(BindingProvider.ENDPOINT ADDRESS PROPERTY, MyENDPOINT);. Posted by Joe Alex. Monitor JAX-WS soap traffic request and response. Posted by Joe Alex. Tuesday, June 09, 2009. Notes = Arrays.asList(note.split(",") ;. Posted by Joe Alex.