Using bean in JSF
I am using Sun Java Studio Creator Update 2 for developing JSF web
apps. I want to display a table (datatable) that gets it row data
from
a bean/java class that connects to the database using JDBC and gets
the rows from a table.
I know one way to display database table data is using data provider
from Server tab and bind the table to the row source. But I don't
want
to use visual tools for database connectivity, just use a business
logic bean like we use in simple JSP.
Please help....
.
Relevant Pages
- RE: Userform to add and update a table
... One of the most common scenarios in application development is to display ... the walkthrough illustrates many of the basic ... Access to a server with the Pubs SQL Server sample database. ... Creating the Windows Form. ... (microsoft.public.sqlserver.programming) - Re: Picture property for Access 2K forms
... and it works great...until you look at the database size involved. ... or by simply scaling down the image display in the ... > supported by those filters. ... To associate a graphic file with an OLE Server, ... (microsoft.public.access.devtoolkits) - Binding table with backened bean in JSF
... I am using Sun Java Studio Creator Update 2 for developing JSF web ... apps. ... I know one way to display database table data is using data provider ... (comp.lang.java.databases) - Binding table with backened bean in JSF
... I am using Sun Java Studio Creator Update 2 for developing JSF web ... apps. ... I know one way to display database table data is using data provider ... (comp.lang.java.programmer) - Using bean in JSF
... I am using Sun Java Studio Creator Update 2 for developing JSF web ... apps. ... I know one way to display database table data is using data provider ... (comp.lang.java.programmer) |
|