• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Datagrid in JSP

 
Ranch Hand
Posts: 48
Oracle MySQL Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am new in jee programming but not new in java. I want to make web oriented library software and want to do it in java. I wonder is there good datagrids for jsp (i mean a tag library)? Or could i use javascript datagrid for this?
 
Ivan Bisevac
Ranch Hand
Posts: 48
Oracle MySQL Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nobody? How do you make datagrids in jsp?
 
Ranch Hand
Posts: 247
Eclipse IDE Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Datagrids cannot be made using JSPs... Since JSP is server side scripting language... But the data populated inside Datagrid can be done dynamically using JSP...

For better DataGrid, you can go for DOJO DataGrid (or) ext-js DataGrid...
 
Ivan Bisevac
Ranch Hand
Posts: 48
Oracle MySQL Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Which of them is better?
 
Ram Narayan.M
Ranch Hand
Posts: 247
Eclipse IDE Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have used DOJO DataGrid... Its good... And its free... ext-Js is not free... So you can apt Dojo DataGrid...

http://dojotoolkit.org/
 
Sheriff
Posts: 67753
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Ram Narayan.M wrote:Datagrids cannot be made using JSPs... Since JSP is server side scripting language...


Nonsense. Of course they can be. Client-side datagrids are a viable alternative, but it can completely be done with server-side technology as well.
 
reply
    Bookmark Topic Watch Topic
  • New Topic