TOTD #93 showed how to get started with
Java
EE 6 using NetBeans 6.8 M1 and GlassFish v3 by
building a simple Servlet 3.0 + JPA 2.0 web application. JPA 2.0
+ Eclipselink was used for the database connectivity and Servlet
3.0 was used for displaying the results to the user. The sample
demonstrated how the two technologies can be mixed to create a
simple web application. But Servlets are meant for server-side
processing rather than displaying the results to end user.
JavaServer Faces 2 (another new specification in
Java EE 6) is designed to fulfill that purpose.
…
TOTD #93 showed how to get started with
Java
EE 6 using NetBeans 6.8 M1 and GlassFish v3 by
building a simple Servlet 3.0 + JPA 2.0 web application. JPA 2.0
+ Eclipselink was used for the database connectivity and Servlet
3.0 was used for displaying the results to the user. The sample
demonstrated how the two technologies can be mixed to create a
simple web application. But Servlets are meant for server-side
processing rather than displaying the results to end user.
JavaServer Faces 2 (another new specification in
Java EE 6) is designed to fulfill that purpose.
…
NetBeans 6.8 M1 introduces support for
creating Java EE 6 applications ... cool!
This Tip Of The Day (TOTD) shows how to create a simple web
application using JPA 2.0 and Servlet 3.0 and deploy on GlassFish
v3 latest promoted build (58 as of this writing). If you can work with
the one week older build then NetBeans 6.8 M1 comes pre-bundled
with 57. The example below should work fine on that as
well.
- Create the database, table, and populate some data into it as
shown below:
~/tools/glassfish/v3/58/glassfishv3/bin >sudo mysql --user root
…
NetBeans 6.8 M1 introduces support for
creating Java EE 6 applications ... cool!
This Tip Of The Day (TOTD) shows how to create a simple web
application using JPA 2.0 and Servlet 3.0 and deploy on GlassFish
v3 latest promoted build (58 as of this writing). If you can work with
the one week older build then NetBeans 6.8 M1 comes pre-bundled
with 57. The example below should work fine on that as
well.
- Create the database, table, and populate some data into it as
shown below:
~/tools/glassfish/v3/58/glassfishv3/bin >sudo mysql --user root
…
NetBeans 6.8 M1 introduces support for
creating Java EE 6 applications ... cool!
This Tip Of The Day (TOTD) shows how to create a simple web
application using JPA 2.0 and Servlet 3.0 and deploy on GlassFish
v3 latest promoted build (58 as of this writing). If you can work with
the one week older build then NetBeans 6.8 M1 comes pre-bundled
with 57. The example below should work fine on that as
well.
- Create the database, table, and populate some data into it as
shown below:
~/tools/glassfish/v3/58/glassfishv3/bin >sudo mysql --user root
…
This blog introduces a new application that will provide basic
tracking of your running distance and generate charts to monitor
progress. There are numerous similar applications that are
already available/hosted and this is a very basic application.
What's different about this ?
The first version of this application is built using JRuby,
Ruby-on-Rails, GlassFish Gem, MySQL, and NetBeans IDE. This
combination of technologies is a high quality Rails stack that is
used in production deploymnet at various places. Still
nothing different ?
A similar version of this application will be built using a
variety of Web frameworks such as Java
EE, Grails, …
This blog introduces a new application that will provide basic
tracking of your running distance and generate charts to monitor
progress. There are numerous similar applications that are
already available/hosted and this is a very basic application.
What's different about this ?
The first version of this application is built using JRuby,
Ruby-on-Rails, GlassFish Gem, MySQL, and NetBeans IDE. This
combination of technologies is a high quality Rails stack that is
used in production deploymnet at various places. Still
nothing different ?
A similar version of this application will be built using a
variety of Web frameworks such as Java
EE, Grails, …
This blog introduces a new application that will provide basic
tracking of your running distance and generate charts to monitor
progress. There are numerous similar applications that are
already available/hosted and this is a very basic application.
What's different about this ?
The first version of this application is built using JRuby,
Ruby-on-Rails, GlassFish Gem, MySQL, and NetBeans IDE. This
combination of technologies is a high quality Rails stack that is
used in production deploymnet at various places. Still
nothing different ?
A similar version of this application will be built using a
variety of Web frameworks such as Java
EE, Grails, …
Wikis and Blogs have been critical to the success of GlassFish. I'm always interested in other tools that leverage self-publishing and social networks and our MySQL relatives just announced the MySQL Librarian, a tool very similar to Slynkr but with additional refinements... and strongly tied to the MySQL community - a tie that I think that is what is missing in SDN Share. |
Check it out in …
[Read more]
Recently, we have started receiving inquiries about hosting options for SailFin. A few months back SailFin team had setup a demo server in a Go Daddy server. It has worked out quite well so far. Now, Sreeram has written a blog about running SailFin (V2 b20) with Amazon EC2. He gives details such as enabling SIP UDP port, MySQL configuration and using DynDNS to setup the domain name. Try it … |