jibs parap

Ranch Hand
+ Follow
since Dec 07, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by jibs parap

Thanks.
Do you know, the order of the initialization is in the order of bean statements followed by import statements in the spring xml file?

Thanks for the help in advance.
13 years ago
I have a single global Spring configuration file that has several import resource entries. When this global is loaded are all the beans referenced by the resource entries instanciated too or are they created only when my application program tries to use them?In fact many of these objects are not used by my program, but has it a cost in terms of memory to let these xml files in my application context ?
Is this considered to be a good practice - using import in spring xml

Thanks.
13 years ago
Tim or others,
Im getting a good review on mediawiki so far.

Further info required:

- Do you know if any bug tracking software like Bugzilla can be integrated with mediawiki? Please recommend other bug tracking tools that can be integrated?
- Whats tbe best way to integrate a feedback form in media wiki and embed that info in there?

Thanks
15 years ago
Thanks. Im reviewing mediawiki now.
15 years ago
I work in live technical support. We are looking to implement an open source Knowledge Base; anyone has any suggestions?

Thanks
15 years ago
I am on technical live support.

We are looking for an open source knowledge base. I know there are many available.

Can you please suggest the best available(in your opinion) in the market that we may go for?

Thanks
Thanks guys; trying to figure out what could be the best way. If you have any novel ideas, please shout.
15 years ago
Yes, thats right Paul.

I think I went with a prejudiced mind...so was not clear enough. Hope everything is clear now with Pauls input. Now the answer..
15 years ago

And what does "timed out" mean


time out = session time out

Sorry guys, Im asking a strategy how best it can be done. In other words, if your client put forward this requirement to be implemented, whats the answer you are going to give them?

Most of of the replies sound like 'we can't do it, go and change the requirement' or am I misunderstood?
15 years ago
its not applet
15 years ago
Sorry, by bookmark I meant the URL that can be saved in a browser(Favorites in IE, Bookmarks in FF etc)

Please advise me a strategy how best it can be done.

Also I'd like to know how to find out if the application has been timed out.

Cheers
15 years ago
Is there any way to code in java to find out the URL the user tried is a bookmark.

Thanks
15 years ago
Thanks. I think this may be a workaround.

Is it that 'Terminate' button works as it should?

When I use 'Terminate' in Debug mode it caused the app server(weblogic) its running on, stop as well. Is there a way to keep the app server running and 'Terminate' will just stop debug session.

Any advice appreciated.

PS: I've used weblogic plug in for eclipse; not set up any debug configuration in eclipse.

Thanks