Saturday June 27, 2009
Porto Alegre - I shoot you, you shoot me
The picture was taken at FISL 10, Porto Alegre, Brazil.
Any guess who's behind the camera ?
Similar blog entries are here.
Technorati: photos
brazil
portoalegre
shootme
Posted by Arun Gupta in photography | Comments[0]
|
|
|
|
| FISL 2009 Day 3 in Pictures & Videos
Continuing from Day
1 and 2
...
I participated in Simon
Phipps Talk Show on GlassFish
and that was fun :) The usual points:
Friday June 26, 2009
Digital TV-based Banking using GlassFish, NetBeans and MySQL - Ginga community in Brazil
Learn how GlassFish
and NetBeans
helped Ginga community
to build a TV Banking application in Brazil. See a live demo of the
product, it's really exciting!
Why GlassFish ? - They love how NetBeans tooling completely hides the
complexity of what's happening underneath and the ease-of-use with
GlassFish.
Thanks Hugo Lavalle for the interview and good luck with your product!
Technorati: conf
fisl brazil glassfish
story
netbeans
mysql
ginga
digitaltv
banking
Posted by Arun Gupta in General | Comments[0]
|
|
|
|
| Porto Alegre - I shoot you, you shoot me
The picture was taken at FISL 10, Porto Alegre, Brazil.
Any guess who's behind the camera ?
Similar blog entries are here.
Technorati: photos
brazil
portoalegre
shootme
Posted by Arun Gupta in photography | Comments[0]
|
|
|
|
| supercrud.com in Brazil picked GlassFish over JBoss - Find out why!
Vinicius
Senger, founder of Globalcode
- a Java training/consulting company in Brazil, is running supercrud.com on GlassFish instead of
JBoss.
He is a Java EE architect, consultant, trainer, and do Java EE related
research as well. He is a JSF 2 Expert Group member, find NetBeans and
GlassFish integration amazing and feels its getting better all
the time. He runs supercrud.com
on GlassFish. The reasons to pick GlassFish over JBoss:
Posted by Arun Gupta in General | Comments[2]
|
|
|
|
| FISL Day 2 in Pictures & Videos
Continuing from FISL
Day 1 ...
Posted by Arun Gupta in General | Comments[5]
|
|
|
|
|
Thursday June 25, 2009
Porto Alegre - I shoot you, you shoot me
The picture was taken at FISL 10, Porto Alegre, Brazil.
Any guess who's behind the camera ?
Similar blog entries are here.
Technorati: photos
brazil
portoalegre
shootme
Posted by Arun Gupta in photography | Comments[0]
|
|
|
|
| Running inside Parque Moinhos de Vento, Porto Alegre
I ran 10 laps in Parque
Moinhos de Vento and it felt good :)

After strength training for past 2 days at the hotel, felt nice to run
outside.
Anybody interested in running together until Sunday ?
Technorati: conf
fisl running portoalegre
Posted by Arun Gupta in Running | Comments[0]
|
|
|
|
| Porto Alegre - I shoot you, you shoot me
The picture was taken at FISL 10, Porto Alegre, Brazil.
Any guess who's behind the camera ?
Similar blog entries are here.
Technorati: photos
brazil
portoalegre
shootme
Posted by Arun Gupta in photography | Comments[3]
|
|
|
|
|
Wednesday June 24, 2009

I presented on "Creating
powerful web applications using GlassFish, MySQL and NetBeans/Eclipse"
as the first talk of FISL 10 yesterday. The room was only partial full
being the first talk of FISL but got packed towards the middle so that
was exciting. The slides are available here.
The key message is that NetBeans
and Eclipse
provide a seamless development/deployment environment for GlassFish.
The several demos shown in the talk are explained at:
Tuesday June 23, 2009
![]() |
I, along with several other speakers, presented at Javali (an ancillary
event of FISL)
earlier today.
The event was sponsored by Sun Microsystems. Many thanks to Sou Java
and RS JUG for
organizing the event and thanks to Serpro for
hosting the event. There were several speakers from different companies making the event a good mix. |
Saturday June 20, 2009
ClustrMaps Archive - Jun 20, 2009
The clustrmaps
on this blog are scheduled to be archived
sometime around today. And so here is a snapshot of visitors to this
blog from Jun 20, 2008.

The legend is:

And here is the same map with smaller clusters:

The entries tagged milestogo
show other similar statistics.
Technorati: blogs
bsc milestogo
clustrmaps
Posted by Arun Gupta in General | Comments[0]
|
|
|
|
|
Friday June 19, 2009
I received the following photographs from a GlassFish
Fan (aka Ben Leadholm) in Minnesota.

And here is a picture of his daughter, Rachel, sporting the fancy GlassFish tattoo:

Thanks Ben and Rachel for promoting/using GlassFish and sharing the
pictures!
Do you have any similar pictures ? Send me an email arun dot gupta at
sun dot com and will be happy to share them with others.
The GlassFish number
plates and Tattoos (and much more) were distributed at the recently
concluded JavaOne 2009.
Technorati: conf
javaone
glassfish
minnesota
Posted by Arun Gupta in General | Comments[0]
|
|
|
|
|
Thursday June 18, 2009
TOTD #85: Getting Started with Django Applications on GlassFish v3
GlassFish v3 is an extensible App server. Basically the core App server
functionality can be easily extended using add-ons such as an OSGi
module. This allows to keep the core light-weight and install the
required features on demand. The add-ons can be easily installed using
the Update
Center. The what/why/how about extensibility is described in
the GlassFish
v3 Extensibility One-pager.
GlassFish v3 provides support for Dynamic Languages and Web Frameworks
such as Ruby-on-Rails, Groovy/Grails, and Python/Django using this
extensibility. This blog has published multiple tips on using
Ruby-on-Rails at rubyonrails+totd
and a few tips on Groovy/Grails at grails+totd.
This blog will explain how to get started with deploying Python/Django
applications on GlassFish
v3 Preview. The blog will use Jython interpreter
which is the Java implemention of Python.
Vivek already blogged about the detailed
instructions and this blog shows how to run the pre-bundled
samples.
| java -jar ~/Downloads/jython_installer-2.5.0.jar |

| alias
jython25=~/tools/jython2.5.0/bin/jython alias django-admin-jy="jython25 ~/tools/jython2.5.0/bin/django-admin.py" |
| ~/tools/jython/jython2.5rc4 >jython25 Jython 2.5rc4 (Release_2_5rc4:6470, Jun 8 2009, 13:23:16) [Java HotSpot(TM) 64-Bit Server VM (Apple Inc.)] on java1.6.0_13 Type "help", "copyright", "credits" or "license" for more information. >>> |
| ~/tools >tar xzvf
~/Downloads/Django-1.0.2-final.tar.gz Django-1.0.2-final/ Django-1.0.2-final/AUTHORS Django-1.0.2-final/django/ . . . Django-1.0.2-final/scripts/rpm-install.sh Django-1.0.2-final/setup.cfg Django-1.0.2-final/setup.py ~/tools/Django-1.0.2-final >jython25 setup.py install running install running build running build_py . . . running install_egg_info Writing /Users/arungupta/tools/jython/jython2.5.0/Lib/site-packages/Django-1.0.2_final-py2.5.egg-info |
| ~/tools/glassfish/v3/preview/glassfishv3/bin >./updatetool |

| ~/tools/glassfish/v3/preview/glassfishv3/glassfish >./bin/asadmin start-domain |
| ~/tools/glassfish/v3/preview/glassfishv3/glassfish
>./bin/asadmin
create-jvm-options -Djython.home=/Users/arungupta/tools/jython2.5.0
created 1 option(s) Command create-jvm-options executed successfully. |
| ~/tools/Django-1.0.2-final/examples >~/tools/glassfish/v3/preview/glassfishv3/glassfish/bin/asadmin
deploy . Command deploy executed successfully. |



| ~/tools/Django-1.0.2-final/examples >jython25 manage.py runserver Validating models... 0 errors found Django version 1.0.2 final, using settings 'examples.settings' Development server is running at http://127.0.0.1:8000/ Quit the server with CONTROL-C. |

Posted by Arun Gupta in web2.0 | Comments[3]
|
|
|
|
|
Today's Page Hits: 3877
Total # blog entries: 927