1 Replies - 3896 Views - Last Post: 14 December 2007 - 09:47 AM

#1 khan379   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 1
  • Joined: 13-December 07

UI Development Design using Swing or Jsp

Post icon  Posted 13 December 2007 - 05:24 PM

I am in the Design phase of my first project. the technology involved is not defined and the team(of 2) is not sure what would be best to use. we got to work on a staging table. mostly updating it. one complete partition(can have as many as 100K rows) has to be displayed in the UI. once it is updated the effected rows need to be inserted/updated to another permanent table, both in Oracle.
so in short, the GUI should allow sorting and filtering options to the user to work on the staging table records. I am not sure how JSP's will fit into this piture. the network traffic is a big concern here.
we might go with Swing Jtable. will that be feasible for this kind of UI? also can this be implemented using MVC(can be struts?) or just Model 1 architecture should do?
I thought of using hibernate for the ORM but the DBA told that the schema is a bit conplex to work with hibernate. so i might be using plain JDBC prepare statements.
can anyone put some light based on there experience.
suggestion and views are welcome!

Is This A Good Question/Topic? 0
  • +

Replies To: UI Development Design using Swing or Jsp

#2 Programmist   User is offline

  • Refactorer in Chief
  • member icon

Reputation: 256
  • View blog
  • Posts: 1,843
  • Joined: 02-January 06

Re: UI Development Design using Swing or Jsp

Posted 14 December 2007 - 09:47 AM

Mods:
This probably belongs in the Java area, although there have been a couple of posts just like this lately, so maybe it belongs in the bin instead. Oops, did I say that? :)
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1