Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. icecuber

    JSTL and accessing Beans

    I have a similar problem... i'm a tag lib newbie and i have to understand how pass object from scriptlet <% .. %> world to tablig.... i feel tha tag lib are very clean.. but they are only for bean!?!?!? how can i iterate over a list or even a simply plain array of string object? i have to...
  2. icecuber

    Calculate Directory Size - is there a smart way?

    Inside the Commons IO - package org.apache.commons.io i find the Class FileUtils that has a method that implements the trivial solution : sizeOfDirectory public static long sizeOfDirectory(File directory) Recursively count size of a directory (sum of the length of all files)...
  3. icecuber

    Calculate Directory Size - is there a smart way?

    I have to Calculate Directory Size, the trivial method is to open all subdirectory recursively and add the size of all the file the dir contains... this may be VERY LONG and DISK-INTENSIVE... there's another way? or the trivial solution is the best?? thanks in advice?
  4. icecuber

    CSS 3 column layout INSIDE a TD

    Sorry i was quite hurry while i post this question, the problem is that i'd like to do the same of the link i posted but in jsp and one of the problem i've found is that i don't understand how to do it... i thought that i can made a 3 column layer inside a table cell, but i don't understand...
  5. icecuber

    CSS 3 column layout INSIDE a TD

    i have to create an event calendar (in jsp), like i see here: http://webcalendar.sourceforge.net/demo/month.php?year=2005&month=10 (this is in php) there's a <tr> for every week and a <td> for every day, i'm trying to do the same: a sort of 3 column layout inside: at top left the day of the...
  6. icecuber

    I have to choose a framework for Web Developmet

    Dear Dian i'd like to find a Framework that can help me to develop & test the most part of kind of (robust) project and mantein it, that's is widely supported & used, that can help me to learn.... For now i'll want to have a look to Struts & Tapestry and maybe to Spring and the way to combine...
  7. icecuber

    I have to choose a framework for Web Developmet

    Dear Dian for me one of the most significant page was Job requirements.... Struts is the most wanted Skill i'd like to know the opinion of this community at least to filter down the framework to consider!!
  8. icecuber

    I have to choose a framework for Web Developmet

    Sorry it's not very close to Tomcat but i thought that a lot of tomcat developer use some kind of Web FrameWork on top of tomcat Sorry for Cross-Posting but this thread can apply to a lot of java / jsp / tomcat forums :(
  9. icecuber

    I have to choose a framework for Web Developmet

    I Find a framework comparison What do U think about it? https://equinox.dev.java.net/framework-comparison/WebFrameworks.pdf
  10. icecuber

    I have to choose a framework for Web Developmet

    I Find a framework comparison What do U think about it? https://equinox.dev.java.net/framework-comparison/WebFrameworks.pdf
  11. icecuber

    I have to choose a framework for Web Developmet

    Dear Timw i have some Classic Web App... only JSP code i'd like to elevate this thing.. a data structure that define a user interaction and from this made a web form for the user and save the information on the database i have a look to Jakarta Tapepestry it seems something like i'm searching...
  12. icecuber

    I have to choose a framework for Web Developmet

    I have to choose a framework for Web Developmet and i'd like to know your opinion what is the best!? Why? it's simple to learn, develop & debug? has DataBase Layer?! And finally i have some "Classic" web app... it's possible to integrate with this?!?!? Thanks in advice
  13. icecuber

    I have to choose a framework for Web Developmet

    I have to choose a framework for Web Developmet and i'd like to know your opinion what is the best!? Why? it's simple to learn, develop & debug? has DataBase Layer?! And finally i have some "Classic" web app... it's possible to integrate with this?!?!? Thanks in advice
  14. icecuber

    Java Simple Card

    I'd like give user a card with some info, so i'd like to read some data from this card... but i don't need to run something on the card like JavaCard standard... i prefer something simpler, at least on the card there's only the ID of the user, Where i can find a list of Reader/Writer with java...
  15. icecuber

    Java Simple Card

    I'd like give user a card with some info, so i'd like to read some data from this card... but i don't need to run something on the card like JavaCard standard... i prefer something simpler, at least on the card there's only the ID of the user, Where i can find a list of Reader/Writer with java...
  16. icecuber

    how debug servlet

    a Year Ago or so i try Several way to develop JSP under Eclipse... i don't find a friendly way to do it.. I try Lomboz but was a pain!!! What are U using? a new version of Lomboz? MyEclipse??? Thanks a lot
  17. icecuber

    How To Test Jsp Web Application

    I found something great!!! http://maxq.tigris.org/ is a web test tool very close to what i'm looking for: First - i don't have to write a looong test class like other: it create a local proxy server, and then can record all the navigation post and so on and then replay it... BUT i don't know...
  18. icecuber

    date in form ddmmyyyy needs simple valid/invalid test

    I choose a different approach... in a jsp web app i use a pop-up javascript calendar.. so the user simply can not insert an INVALID date
  19. icecuber

    how debug servlet

    I regolary use NetBeans 4.1 to debug JSP, i think u can test servlet too since JSP are converted to Servlet...
  20. icecuber

    How To Test Jsp Web Application

    I Have to test a "classic" web application.. no framework is used here... plain jsp that write to a db... but there's a lot of form and javascript for validation and some pop-up windows and frames too... i need a tool that can fill the form and then check if data are written correctly, that a...

Part and Inventory Search

Back
Top