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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by yanis97

  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;

Part and Inventory Search

Back
Top