User Profile

Collapse

Profile Sidebar

Collapse
ruskalym
ruskalym
Last Activity: Sep 17 '08, 03:35 AM
Joined: Sep 20 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ruskalym
    replied to J2EE frameworks choice for web app
    in Java
    Thanks for this advice.
    I didn't know Caché, it seems to be a powerful database engine.

    However, I need to interface with an Oracle 10g interface, so I will have to choose between Hibernate and Oracle TopLink.

    For the MVC framework, I want to use a framework that facilitates the development of the View/Presentation layer. I don't think Spring can help with that. Do you have any hint ?
    See more | Go to post

    Leave a comment:


  • ruskalym
    started a topic J2EE frameworks choice for web app
    in Java

    J2EE frameworks choice for web app

    Hello,

    I need advice from experts who have experience with J2EE MVC and persistence frameworks.

    I need to choose frameworks which allow simple, fast and efficient development of Web applications.

    There are so many of them and I don't know how to compare...

    Please help me choose between the following...

    Persistence : EJB (Enterprise JavaBeans) / JPA / Hibernate
    MVC :...
    See more | Go to post

  • ruskalym
    started a topic Convert XML nodes to raw text

    Convert XML nodes to raw text

    Hello,

    I am trying to make a dynamic AJAX form in a webpage and I want to dynamically change a <select> box's options.

    So I have a server-side PHP script which generates following response :

    Code:
    <?xml version="1.0" encoding="iso-8859-1"?>
    <WebResponse>
    <WebResponseInd id="0">
    <Response>
    <Result>
      <option
    ...
    See more | Go to post

  • ruskalym
    started a topic [RPM] Register library as dependency

    [RPM] Register library as dependency

    Hello there!

    I am experimenting some troubles with the RPM package system.
    When I try to install new packages, i get :
    Code:
    error: Failed dependencies:
    libexpat.so.0 is needed by neon-0.24.7-8.i586
    Actually I manually installed libexpat.so.0 to /usr/lib.

    I want to know how to make "rpm" command aware of that library in order to avoid specifying "--nodeps" option....
    See more | Go to post

  • ruskalym
    replied to call external shell script
    in C
    Have a look at waitpid() and at associated macros such as WEXITSTATUS().
    See more | Go to post

    Leave a comment:


  • ruskalym
    replied to C - Segfault when compiling wth -O2
    in C
    Thanks for advice.

    I'll try to trace with that method.

    At the moment, this is the end of the system call trace when the application crashes :

    Code:
    read(3, 0xbff2b3b0, 32)                 = -1 EAGAIN (Resource temporarily unavailable)
    select(4, [3], NULL, NULL, NULL)        = 1 (in [3])
    read(3, "\1\0q\5\0\0\0\0\305\0\340\2\2\0\0\0\10\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0", 32) = 32
    ...
    See more | Go to post

    Leave a comment:


  • ruskalym
    started a topic C - Segfault when compiling wth -O2
    in C

    C - Segfault when compiling wth -O2

    Hello!

    I have a problem with C code. It triggers segmentation fault when compiled with -O2. There is no segmentation fault when I omit this flag.

    However, I cannot locate the line that triggers the segfault because GDB is unable to give me a backtrace when I compile with -O2 -g -ggdb.

    Any explanation, clue or help is welcome...

    rus
    See more | Go to post

  • ruskalym
    replied to Mobile phone / PDA recognition
    in PHP
    Thanks for this clue, I'll try looking this way...
    See more | Go to post

    Leave a comment:


  • ruskalym
    started a topic Mobile phone / PDA recognition
    in PHP

    Mobile phone / PDA recognition

    Hello!

    Is there a way to check if a user is connected through his cellular or through a PDA?

    I'd like to find it out in order to redirect mobile users to a lighter version of the website.

    Thx
    See more | Go to post

  • ruskalym
    replied to How to avoid object creation in heap/stack
    in C
    Hello,

    To create an object in heap, you can allocate it through `new` keyword.

    To create an object in stack, you can define it as a local variable, in a function or a method.
    See more | Go to post

    Leave a comment:


  • Open properties window of C:\Dev-Cpp\ and try to recursively remove read-only restrictions if it is defined for this folder.
    See more | Go to post

    Leave a comment:


  • ruskalym
    replied to Tab in Make file
    You already asked that before x_x
    See more | Go to post

    Leave a comment:


  • ruskalym
    started a topic X window resizing

    X window resizing

    Hello scripters!

    Is there a command that can resize a window once its owner process is running ?

    I have an application that does not understand -geometry option, so I would like to resize it through command.

    Is it possible?
    See more | Go to post

  • ruskalym
    replied to file Handling
    in C
    Hello,

    If you open your file through open(), then use read() and write().
    If you open your file through fopen(), then use fread() and fwrite().
    See more | Go to post

    Leave a comment:


  • What is your working directory?

    What path is the target binary in?

    The problem may issue from access control restrictions to Program Files directory, thanks to Vista...
    See more | Go to post

    Leave a comment:


  • Hi!

    Try something like :
    Code:
    head -35624615 filename | tail -4
    See more | Go to post

    Leave a comment:


  • ruskalym
    replied to Generating random numbers
    in C
    What kind of hell is the result you get?
    See more | Go to post

    Leave a comment:


  • ruskalym
    replied to Tab in Make file
    I don't know why but every command related to a rule has to start with a tab.
    See more | Go to post

    Leave a comment:


  • If you know the address of one of structure's members and know which member it is, you can find out base address by substracting sizes of previous members. This works for packed structure, otherwise you have to take care about memory alignment issues.
    See more | Go to post

    Leave a comment:


  • ruskalym
    replied to where do I get wx-config
    You should install wxWidgets toolkit.
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...