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 Mike Lewis 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: yanis97
  • Order by date
  1. yanis97

    scan a byte array

    Hi; I have a method which return a byte array from a BLOB (Oracle) : public static byte[] getBLOB(int id, Connection conn) throws Exception { ResultSet rs = null; PreparedStatement pstmt = null; String query = "SELECT data FROM Table1 WHERE id = ?"; try { pstmt =...
  2. yanis97

    communication IHM/Engine

    Hi Tim; The GUI is writed in Delphi and the engine in Java and the both are on same machine (engine to use a database Oracle). Regards
  3. yanis97

    communication IHM/Engine

    Hi; I have a GUI which will communicate with an engine of complex mathematical calculations. For example: I choose a sample via the GUI and then I must send a event (with parameters) to this engine which starts calculations and stores the results into the database. Question: which means to...
  4. yanis97

    JMS and MS env

    Hi; I seek a powerful product (paying) to interface with a jms queue independently of SA. I have tested ActivreJMS but it is a small tool not adapted for production site (performance). Aim its to be able starting from a env Microsoft (DLL or a exe) to send/receive msgs (Sync/async) on one or...
  5. yanis97

    analyze of a BLOB

    Hi; I get from Oracle Table a field BLOB with a big size (contains many data) and I would like to write a class which to get this field and to analyze the data for creating of the structures and objects. For example into this field, at position 1 to 10, its of variables, position 12 at 45 its...
  6. yanis97

    dao

    Hi; I wish to have your opinion on the various tools and API to access into a database in J2ee. My constraints are: 1 - Structure of the base not optimized 2 - Many data stored in the form of blobe 3 - Much data into database 4 - Oracle 10 as db server Mapping O/T not possible, Ibatis...
  7. yanis97

    jms implementation

    Hi; I search : 1- a jms implementation (source code or a example) for realizing the following fonction : When a message is posted by a client to the queue, my component extracts the trade details and sends them inside of a mail (via javamail). - Which are the errors not to make whan one uses...
  8. yanis97

    jms or web service

    Hi Dian; The client already exists (the service will just be published). So your conclusion is not to use the services but another solution like jms ? Regards;
  9. yanis97

    jms or web service

    Hi Sedj; If I realize a web service, how the two services (That which sending the data write in Delphi and my application which receive these data) communicate between them (via a msg queue or another model). Regards
  10. yanis97

    jms or web service

    Hi Sedj; Then which is the solution that you advised by knowing that my input are SOAP messages ? Regards;
  11. yanis97

    jms or web service

    Hi; I would like to realize a application which receive from a system of the messages via SOAP (events). Next it apply rules to them (events) and if same conditions are match, it send events into a mail or store events into a database. I would like to use a web service but I do not know if its...
  12. yanis97

    pdf generation with Quickreport

    Hi; I use the version 3.62 of the QuickReport and I would like to generate direclty of the pdf files from of the Qrp files stored in a database in using the "TQRPDFDocumentFilter" module. But do not works (it does not pass anything the whole) My code is : procedure TForm1.Button1Click(Sender...
  13. yanis97

    Password generator

    Hi; I would like to use a effective password generator (in java) without GUI (batch mode). Regards;
  14. yanis97

    Password generator

    Hi; I would like to use a effective password generator (in java) without GUI (batch mode). Regards;
  15. yanis97

    Workflow Engine

    Hi; I search a Workflow engine (or a tool) open source Java/J2ee for the management of the workflow which is complete (more used). regards;
  16. yanis97

    Protected the login/password into a mail

    Hi; I search a solution to : - Generate automatically a password - I send the login/password into a mail and I would like to protect the login and the password ? Regards:
  17. yanis97

    lock/unlock a site

    Hi Jeff; Its OK but I need to execute a thread which supervises all the time (each minute) the changement of the flag ! But I do not want to do this => performance problem. Regards;
  18. yanis97

    lock/unlock a site

    Hi; At 20 pm , each day a data replication on a SQL server 2000 is started. My J2ee application use this SQL server and I would like to synchronise with the replication. Just before to launch the data replication, I start a filter servlet to lock the site (acces denied for the maintenance) and...
  19. yanis97

    Synchronise two directories (LDAP)

    Hello; I search a solution for the following problem : My Web application uses a LDAP to locate into a DMZ to identify of the externs users. This directory contains 2 organizations: the external users + interns and it is update by another LDAP located into the LAN (local network)by using...
  20. yanis97

    J2ee implementation with jaas/LDAP

    Hi; I search a good j2ee implementation or light framework using jaas API and LDAP directory to authentifie and affects a profil to a user. I have already analyse the framework : JGuard. regards;

Part and Inventory Search

Back
Top