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 ?
User Profile
Collapse
-
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 :... -
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
-
[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
I want to know how to make "rpm" command aware of that library in order to avoid specifying "--nodeps" option.... -
Have a look at waitpid() and at associated macros such as WEXITSTATUS().Leave a comment:
-
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
Leave a comment:
-
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 -
-
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 -
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.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.Leave a comment:
-
-
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? -
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().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...Leave a comment:
-
Hi!
Try something like :
Code:head -35624615 filename | tail -4
Leave a comment:
-
-
I don't know why but every command related to a rule has to start with a tab.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.Leave a comment:
-
No activity results to display
Show More
Leave a comment: