CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: OMID128

Search: Search took 0.04 seconds.

  1. Replies
    7
    Views
    7,248

    Re: CORBA , RMI and now JSHOOTER !

    ok thanks
  2. Re: what is JWMS the newest java architecture ? and what is maplet ?

    yes of course
    why not ?

    maplet is based on servlet but it's reflective so it's faster than servlet.
    but it's as powerful as servlet and also more than servlet
  3. Re: what is JWMS the newest java architecture ? and what is maplet ?

    Maplet has two method, initialize() and rater()

    both of them are optional,initialize is for initializing your variable or for example for connecting to data base ,and you can commit it in rater()...
  4. Re: what is JWMS the newest java architecture ? and what is maplet ?

    for downloading samples for maplet goto :

    https://www.ibm.com/developerworks/mydeveloperworks/groups/service/html/communityview?communityUuid=4d8031a4-58d3-4270-a160-6795db7b6bb5
  5. Replies
    7
    Views
    6,420

    Re: add method at runtime with JCompiler ![CODE]

    it was the question of most of developer .

    if you claim you are a developer so it must be your question too

    so I answer a question of all of the developer
  6. Replies
    7
    Views
    6,420

    add method at runtime with JCompiler ![CODE]

    What is JCompiler?

    This class considerably helps you to compile at the run time. For using it, you should inherit from the JCompiler class, then use the “addFileToWindowsRuntime”, create a new...
  7. Replies
    7
    Views
    3,415

    Re: Accept Connect Request and Read Broadcast

    I used Jshooter there is few sample for it,but it solved my problem tnx
  8. Re: Hibernate Exception: a different object with the same identifier value was alread

    I used Jconnection tnx
  9. Replies
    4
    Views
    1,809

    Re: JDBC ClassNotFound Exception

    I used Jconnection it help with JDBC and hibernate but his problem is to connection to database

    u must check the connection to your database

    and also you can use ODBC

    but jconnection make it...
  10. Replies
    13
    Views
    3,563

    Re: [RESOLVED] Trying to Format MySQL Tables JDBC

    yes my suggestion is jconnection

    it will help you
  11. Replies
    7
    Views
    7,248

    Re: CORBA , RMI and now JSHOOTER !

    ok tnx for ur suggestion i'll do that
  12. Replies
    7
    Views
    7,248

    Re: CORBA , RMI and now JSHOOTER !

    why u are doing such these things ?
    i just introduce a new technology

    if u don't like this , don't use it why u hate it ?
  13. Replies
    1
    Views
    5,762

    Re: JDBC ,Hibernate or JConnection ?

    I developed a sample for Jconnection and attached to this post

    enjoy it !!! ;)
  14. Replies
    1
    Views
    5,762

    JDBC ,Hibernate or JConnection ?

    What is JConnection?
    JConnection is a tool for developers at the DB layer that solve lots of amateurs’ problems. This tool helps you to work with JDBC and Hibernate.
    JDBC Class
    This class helps...
  15. Re: what is JWMS the newest java architecture ? and what is maplet ?

    no
    this my title for my lecture.the exact thing I wrote for my ibm group
  16. Replies
    7
    Views
    7,248

    CORBA , RMI and now JSHOOTER !

    Distributed Applications
    CORBA
    CORBA products provide a framework for the development and execution of distributed applications. But why would one want to develop a distributed application in the...
  17. what is JWMS the newest java architecture ? and what is maplet ?

    The Java Web Model Service architecture is based on MVC.It improves all disadvantages ,and add some adavantages points to it.As Struts comes to help us to implement our project based on MVC , we need...
Results 1 to 17 of 17





Click Here to Expand Forum to Full Width

Featured