Ramina Nibilian

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

Recent posts by Ramina Nibilian

Hi
I need some advise about choosing and understanding IOC and dependency injection Frameworks.
I read that there are some DI/IOC container out there like :
HiveMind , Spring , Pico , ..
I saw that all of them except Pico need XML Declaration ,
I want to ask which one is easy to use , which one has more feature,
Another thing which i need to know is :
Is there any IOC which use Anotation for introducing dependencies and services?

is there any book about IOC frameworks ?



Thank you.
Hi
Im looking for A CASE tool :
wich i draw my db schema and then i have the choice to forward it to any database i like.

e.g db2 or My sql ..

thank you
Hi
thank you for reply.
you mean there is no way to get some Key from resource files with java code ?
i need to access my resource files from java codes inside a JSP
It not neccessery to access them via TAGs and combine tags with scriptlet in my case.
19 years ago
JSP
Hi , thank you for reading my post.
I face a problem with internationalizing my application .
I need to read and put some message inside my scriptlets.
You think i defined some String variable in my jsp files via Scriptlets and i need to assign
some keys from my resource boudle to them.
I tried to use , for example


but it returns errors.
Generated servlet error:
Syntax error on token "<", delete this token
......

I use Struts as web application framework.
can you pleas help me with this ?
Thank you so much.
19 years ago
JSP
Hi
I have a very strange problem with my web application
I used SiteMesh successfully with my web application
Now the problem is that :
some of my web pages (.jsp) files are in subdirectory of my root www
you think that in :
jsp/pages/products/aaaa.jsp
when i click on link wich should open aaaa.jsp
it opens the page but all other part of my page scrambe
it seems that application context changes
images are lost , links does not works correctly ..

e.g : an image with links like this does not open
images/search.gif

when i check the image src in html page it was :
its images/search.gif


What should i do pleas?
19 years ago
JSP
Hi
Once i looket at Netbeans 4.1 and i saw It can internationalize the String resources
I almost finished my web application and now
NetBeans does not externalize Strings from JSP file
opening and externalizing Strings of about 100 .JSP file is a killer task
how can i externalize Strings from JSP files in an automatic way ?
can some one pleas help me with this ?
is there any other tools out there for doing this ?

Any help is really appropriated



Thank you
Hi alan
thank you for replying
I mean with javascript , how i can unselect it with java script ?

thank you.
19 years ago
Hi
can some one pleas help me :
i have a html:radio on my form , if user select it and ther want to deselct it ?
what should i do


thank you
19 years ago
Hi
I have a problem in creating Web services in RAD
I used its java beans web service creator Wizard and choosed Axis and Tomcat for deploying
now when it finishes first of all the client test code has some compilation problem : I replaced setScopedProperty with setProperty and its compile time problem resolved.
now it has some more serius problem : it i tried to test the generated ws with web services explorer and also with generated JSP files
when i do this following exception raised :
Exception:
AxisFault
faultCode: {http://xml.apache.org/axis/}Server.userException
faultString: java.lang.InstantiationException: org.irsaa.kalali.dictionary.DictSearcher
faultActor: null
faultDetail:
stackTrace: java.lang.InstantiationException: org.irsaa.kalali.dictionary.DictSearcher
at java.lang.Class.newInstance0(Class.java:335)
at java.lang.Class.newInstance(Class.java:303)
at org.apache.axis.providers.java.JavaProvider.makeNewServiceObject(JavaProvider.java:463)
at org.apache.axis.providers.java.JavaProvider.getNewServiceObject(JavaProvider.java:206)
at org.apache.axis.providers.java.JavaProvider.getServiceObject(JavaProvider.java:144)
at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:258)
at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:71)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:156)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:126)
at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:437)
at org.apache.axis.server.AxisServer.invoke(AxisServer.java:316)
at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:701)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:335)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:118)
at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:595)
.....

Thank you
19 years ago
Hi
Im trying to build a web service from my existing java class in RAD 6 update 1
I follow all of the steps correctly but when i run my application it gives me the
following exception.
I test my web application with web service explorer and generated jsp files.
Im trying to expose a java class with 2 methodes the methods search some
indexes which are built by LUCENE .
exception which it return is like follow :

java.io.IOException: No serializer found for class org.apache.lucene.document.Document in registry org.apache.axis.encoding.TypeMappingImpl@167c5e3
org.apache.axis.AxisFault.makeFault(AxisFault.java:120)
org.apache.axis.SOAPPart.writeTo(SOAPPart.java:275)
org.apache.axis.SOAPPart.getAsString(SOAPPart.java:488)
org.apache.axis.SOAPPart.getAsBytes(SOAPPart.java:379)
org.apache.axis.Message.getContentType(Message.java:400)
org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:735)
javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:335)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)




What should i do ?
i returned Vector from my search methods . i think there are no documents for traveling somewhere between client / server part
to raise the need for a serializer for document type

Is there other tool wich can generate WS from java beans?

Thank you for reading my post
19 years ago
Hi
Im usnig RAD 6 nad i want to change my application context wihch is Run on tomcat test server , how i can change the context root?
for example from /project1 to /ramina


Thank you for reading my post
19 years ago
Hi
Thank you for post
Yes ,Exactly Im looking for a OSS to add it to my new web site and it index my pages and give me the ability to search my site with it.

do you know any ?
Thank you Bear Bibeault
you say that there is a tag for doing this
then
Can you tell me the Meta tag?
does All browser support it?

thank you
Hi
Thank you very much
I found valuable comment for my problem here.

Thanks
19 years ago
JSP
Hi
Thank you for reading my post.
I get a host for my website from a friend. it is on windows
Tomcat is serving on port 9080 and my application is loaded as a war
into tomcat webapps directory
Now if some one need to access my website he/she should goto http://www.dddd.com:8090/je/

is there any way to forward visitors to http://www.dddd.com:8090/je/ when they reach : www.dddd.com ? i have premission to load html file into a web folder which is root of my domain .
i mean is there some meta tag for this ?


Thank you
[ June 12, 2005: Message edited by: Bear Bibeault ]