vincent_disco
Feb 7th, 2006, 10:45 PM
hello all,
i have spent many and many an hour searching the internet for information regarding what other frameworks i can use with spring for added features.
first i will explain necessary requirements:
the most important feature is to handle large uploads and downloads. it will be a single zip-like compressed file containing images and an xml file.
user login (i have this code using spring controllers/validators/beans from a previous project, but would be willing to use different framework) will also exist.
mysql database in the backend. therefore, there will be many different forms which make queries to the database. (already have this set up using spring beans/controllers/validators).
allow the user to change "themes", although my team is considered using all css to handle this. got any arguments i can give them against this? or anything that would be better?
the model must come from the database and be injected into the view from beans. aside:would i still use spring beans if i use recommended frameworks?
create online photo album administration. any ideas on how to allow reordering of images? preferably drag and drop of thumbnails (similar to an app like iphoto on macosx), but a list of filenames with scrollbar would suffice. selecting multiple images or list items necessary. if able to set up similar to iphoto, considering using ajax to also fill form input textfield for filename/title/description when a thumbnail or filename is selected from list.
would like to detect any change to form input textfields and automatically save changes as if submit button pressed but refreshed to the same session form. an example would be a celsius/f degree converted that output a value below the form input textbox so to check the value 30, you would first see 3 translated, then after 0 was added, the translation would change.
drop down menus when hover over table cell....each cell being a link as well.
these are frameworks i want to use alongside spring. i am willing to use more than one if that means i will get all functionality. here is a quick overview of opinions i have generated using an algorithm in my brain that i am trying to reverse engineer: (please agree with or correct me)
struts: has good following, support, but is aged. newer frameworks out that learned from its mistakes. has ability to use tiles...aside:does this mean you can inject views into table cells? overall, use another framework for a new project.
jsf/myfaces: do i use either of these for my ui? if i do choose to use one of them, which should i use? what necessary functionality could one of them fulfill? also, what cool stuff can you do with them? i was not able to find that much very current tutorials on them also....which worries me about their current support. jsf WILL be big, but is it the best out right now?
tapestry: most of the stuff i have found hails 4.0 as having many unique features. but again, what necessary functionality could it fulfill and what cool stuff can it do? does it have an equivalent to struts tiles? it sounds cutting-edge, but still has somewhat limited support and following. may not be around in a year or few?
jsp: its the obvious choice. do i have others? i got the impression jsf does not work smoothly with it. opinions?
dwr: ajax has its obvious advantage to only update a portion of the screen instead of refreshing the whole thing. it seems you could do a similar thing with struts tiles? before dwr, ajax/java integration sounded pretty tedious, but this has some good reviews. can anyone comment on the ease-of-use and learning curve? also on stability?
lastly, anyone ever integrated php with java and spring?
if you've made it this far, please reply on anything you are knowledgable about. as its my duty on the team to research alternate frameworks for their ease-of-use functionality. my deadline is coming close, so i figure id take in any other opinions than ive been able to find on google.
thanks in advance,
vincent disco
i have spent many and many an hour searching the internet for information regarding what other frameworks i can use with spring for added features.
first i will explain necessary requirements:
the most important feature is to handle large uploads and downloads. it will be a single zip-like compressed file containing images and an xml file.
user login (i have this code using spring controllers/validators/beans from a previous project, but would be willing to use different framework) will also exist.
mysql database in the backend. therefore, there will be many different forms which make queries to the database. (already have this set up using spring beans/controllers/validators).
allow the user to change "themes", although my team is considered using all css to handle this. got any arguments i can give them against this? or anything that would be better?
the model must come from the database and be injected into the view from beans. aside:would i still use spring beans if i use recommended frameworks?
create online photo album administration. any ideas on how to allow reordering of images? preferably drag and drop of thumbnails (similar to an app like iphoto on macosx), but a list of filenames with scrollbar would suffice. selecting multiple images or list items necessary. if able to set up similar to iphoto, considering using ajax to also fill form input textfield for filename/title/description when a thumbnail or filename is selected from list.
would like to detect any change to form input textfields and automatically save changes as if submit button pressed but refreshed to the same session form. an example would be a celsius/f degree converted that output a value below the form input textbox so to check the value 30, you would first see 3 translated, then after 0 was added, the translation would change.
drop down menus when hover over table cell....each cell being a link as well.
these are frameworks i want to use alongside spring. i am willing to use more than one if that means i will get all functionality. here is a quick overview of opinions i have generated using an algorithm in my brain that i am trying to reverse engineer: (please agree with or correct me)
struts: has good following, support, but is aged. newer frameworks out that learned from its mistakes. has ability to use tiles...aside:does this mean you can inject views into table cells? overall, use another framework for a new project.
jsf/myfaces: do i use either of these for my ui? if i do choose to use one of them, which should i use? what necessary functionality could one of them fulfill? also, what cool stuff can you do with them? i was not able to find that much very current tutorials on them also....which worries me about their current support. jsf WILL be big, but is it the best out right now?
tapestry: most of the stuff i have found hails 4.0 as having many unique features. but again, what necessary functionality could it fulfill and what cool stuff can it do? does it have an equivalent to struts tiles? it sounds cutting-edge, but still has somewhat limited support and following. may not be around in a year or few?
jsp: its the obvious choice. do i have others? i got the impression jsf does not work smoothly with it. opinions?
dwr: ajax has its obvious advantage to only update a portion of the screen instead of refreshing the whole thing. it seems you could do a similar thing with struts tiles? before dwr, ajax/java integration sounded pretty tedious, but this has some good reviews. can anyone comment on the ease-of-use and learning curve? also on stability?
lastly, anyone ever integrated php with java and spring?
if you've made it this far, please reply on anything you are knowledgable about. as its my duty on the team to research alternate frameworks for their ease-of-use functionality. my deadline is coming close, so i figure id take in any other opinions than ive been able to find on google.
thanks in advance,
vincent disco