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 strongm 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: *

  • Users: solmyr72
  • Order by date
  1. solmyr72

    Please recommend some commonly-used javascript libraries?

    Thanks very much for all replies :)
  2. solmyr72

    javascript xml loading

    Thank you very much, 'tsuji', for this detailed reply. You were right, of course, especially with [5] : the 'load' function returns false. Would you happen you know if javascript/browsers can report the exact error details ? In any case, thanks very much.
  3. solmyr72

    javascript xml loading

    Hi, I'm new to the javascript XML(DOM) API. I'm trying to: - Read some xml data (from the server, synchronously). - Parse it (using javascript DOM API). Unfortunately, javascript keept telling me that it found an empty xml document (no child nodes)... Could anyone guess what's wrong ? BTW I...
  4. solmyr72

    Please recommend some commonly-used javascript libraries?

    Hi, I'm relatively new to javascript. I was wondering whether there are any good javascript libraries out there? Ones that are very widely used ? Like, maybe even 'standard de-facto' ? I'm especially interested in libraries that help enhance GUI ( like trees, menus, tables)... But any other...
  5. solmyr72

    MySQL: index for a very large table

    This is the first time I try to use MySQL for very large tables. Up till now I used if for small tables, and was very pleased (great job, guys - thanks). Experienced users warned me against possible problems with *index* definition for large tables: they claim MySQL indices are stored...
  6. solmyr72

    Warning when doing JNDI lookup without "resource-ref"

    I need to do a JNDI lookup *without* using "resource-ref" : Object dataSrouce= new InitialContext().lookup("jndi/myDataSource"); // I do *not* want to register a "resource-ref" and // use lookup("java:comp:/env/myDataSource") Websphere, of course, issues the following well-known message ...
  7. solmyr72

    Resource Adapter: re-deploy without restarting server ?

    Hi, I have a Resource Adapter (".rar" file) deployed into Websphere 5.1.1 . Unfortunately, whenever I update the installation (new version of the ".rar" file), I also have to restart the server(!) . Otherwise the changes don't apply, and it keeps using the old rar... Is that how it's supposed...
  8. solmyr72

    Customized Resource Adapters (Java Connector Architecture)

    Hi, I'm writing a Resource Adapter (Connector), and would like to rely on websphere to pool my connections. However, whenever there's a communication error (IOException), i'd like to report it back to Websphere, and ask Websphere throw the connection away from the pool and not re-use it...
  9. solmyr72

    WAS 5 newbie question: host name

    Hi, I'm installing websphere 5.1 application server for the first time in my life (so far I've only used the WSAD test environment...). It's Base edition, on Windows. During the installation process I'm asked to enter a host name (by default, the wizard suggets to use my machines' name, as...
  10. solmyr72

    was 5.1.1 with jre 1.4 ?

    Hi, I have WAS 5.1, which means that by default it uses java (jre) 1.3. A collegue has mentioned it's possible to make WAS it use java 1.4 . He also recommended to use *IBM's* implementation of jre 1.4. I've tried searching the ibm website, but I must be doing something wrong because I can't...
  11. solmyr72

    "J2EE application client" on remote machine

    Hi, Could any one please provide hint on how to deploy a "J2EE application client" ? Here's what I have: 1. I used WSAD wizards to created an EJB project, with some session beans ("remote"). 2. I Used WSAD wizards to create a "J2EE application client" project. Added a "main" method that tries...
  12. solmyr72

    WSAD 5 EJB: where to define Convertors (eg VapNumberToIntegerConverter

    Hi, I'm using EJB entity beans on WSAD 5.1.1 I've read about "converters" (to control mapping between SQL column type and java field types... e.g. you may have a legacy SQL column of type NUMBER(22), which should be mapped into a java int ). The documentation recommends using a Convertor (e.g...
  13. solmyr72

    Deploying EAR through WSAD admin console : "invalid binaries path" ?

    Hi, I'm having trouble deploying even the simplest EAR file through WSAD admin console. It throws an exception indicating "invalid binaries path". Would anyone happen to know anything about it ? The details: 1) Use WSAD to create a simple J2EE project called BEar, containing a single...
  14. solmyr72

    dynamically creating a new, invisible form

    Thanks very much. Brilliant signature BTW :)
  15. solmyr72

    dynamically creating a new, invisible form

    Hi, I'm writing a javascript for IE 6 (yes, I know it's better to be protable, but we only need it for a limited number of IE 6 users). I would greately appreciate advice as to whether there's a way to dynamically create a new form which is *invisible* (in memory only), populate it, and then...
  16. solmyr72

    Creating a menu with page designer and templates (newbie)

    Hi, Could anyone please advise a newbie on the following. I'm attempting to use the WSAD page designer. I Chose a template (standard one that comes with WSAD). It has a menu. I'd like the menu to show some links: [home][news][downloads] But WSAD has it showing: [highlighted][normal] My 2...
  17. solmyr72

    struts tiles: would you recommend it ?

    Hi, Would anyone care to share their view on struts tiles ? In particular, we have an application where most pages follow a standard template (header, footer, navigation bar, etc). My dilemma is basically between: 1) Using < tiles-definitions > , so that struts would automatically assign...
  18. solmyr72

    newbie question - site navigator

    Thanks very much :)
  19. solmyr72

    newbie question - site navigator

    Hi, Newbie question: I'm trying to create a site with a "site navigator" to the left (namely, a thin vertical panel with links such as "home", "members", "downloads", etc). Html tutorials appear to suggest one of the following methods: A table (the navigator is one cell, the main site...
  20. solmyr72

    Do datasources have to support distributed transactinos?

    Hi, We're trying to use a customized datasource class. It does not support distributed transactions (which are not required by the application anyway). However, WSAD refused to allow this. At runtime, it throws an exception saying "DSRA8101E "DataSource class cannot be used as one-phase"...

Part and Inventory Search

Back
Top