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?
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...