Geoffrey Laurens

Greenhorn
+ Follow
since Sep 19, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Geoffrey Laurens

I Have already found the solutions
10 years ago
Why this code is not working/my JTable won't updated after i click the button



But this code is working, but it fill on startup not when click button.


Can anyone help me to fix my code? thanks.

10 years ago
Hai Java Master,

Can anyone help me with JMX+RMI+GlassFish. Where should i start first? can anyone give me a tutorial/step by step simple example? Thanks Befor....


Regards


Geoffrey
16 years ago
Hai Java Master,

Can anyone help me with JMX+RMI+GlassFish. Where should i start first? can anyone give me a tutorial/step by step simple example? Thanks Befor....


Regards


Geoffrey
16 years ago
Hello Java Master,

i'm new using GlassFish. this is my first time using GlassFish. Before Using glassfish, i deploy my application using Tomcat 6. Now i'm trying to change it using glassfish. With Tomcat 6 there is no problem. i put all my applicationContext.xml in WEB-INF/classes. but in GlassFish my applicationContext wouldn't be loaded by glassfish, even when i put my applicationContext.xml in WEB-INF/classes. so when i'm trying to call some beanId, then error message appear, said than there is No Bean Name "xxxxx". Is there something that i miss?

i load the applicationContext using this code :



i use "applicationContext-*.xml" because i have more than 1 applicationContext. in Tomcat 6 there is no problem. but in glassfish the applicationContext wouldn't be loaded.

Thanks Before.
i load the applicationContext using this code :

i use "applicationContext-*.xml" because i have more than 1 applicationContext. in Tomcat 6 there is no problem. but in glassfish the applicationContext wouldn't be loaded.

Thanks.
16 years ago
Hello Java Master,

i'm new using GlassFish. this is my first time using GlassFish. Before Using glassfish, i deploy my application using Tomcat 6. Now i'm trying to change it using glassfish. With Tomcat 6 there is no problem. i put all my applicationContext.xml in WEB-INF/classes. but in GlassFish my applicationContext wouldn't be loaded by glassfish, even when i put my applicationContext.xml in WEB-INF/classes. so when i'm trying to call some beanId, then error message appear, said than there is No Bean Name "xxxxx". Is there something that i miss? Thanks Before.
16 years ago
Can any body tell me how to change LOCALE with spring MVC? in struts we use this "request.getSession().setAttribute(org.apache.struts.Globals.LOCALE_KEY, new java.util.Locale("en", "US")", can any body tell me?

Thanks
16 years ago
thanks for all your reply, it works.........
18 years ago
Can anybody(Java Master) help me???

How can i cast an object just by send a string parameter.
example :

and i have and Object tipe of Object.

usually we do this.


But how can i do a dynamic casting???
18 years ago
spring context.... they have 2 application. web application and standallone(this application execute batch) the batch application execute update/insert data from table into temp table every day.... Both application using spring framework they talk about putting 2 appliction into 1 container....??? i don't understand that.... or i may be a i have misunderstanding about the meaning/or about what they are talking about what is that mean??? i'm still learning abount spring framework very hard....
18 years ago
to All Java Master...

Hai, i'm new in java.... i have a question....
sometimes i'll heard people talk about container.....
what is a container exactly? can any body give me a full explanations.... (isn't it a stupid question)


Thanks before
18 years ago
ok Mr. Stan i'll add new subject later. i want to try the model and frame first. thanks for the suggestion.
18 years ago
No Mr. Stan, your not taking it too literally. In a matter of fact, your clue and suggestion already describe all the things that i want to no.

Can i ask another question hehehehe?

i want to create an example like this (web project) that including java applet in it. the problem is when we run applet on a client, the client must download all the signed jar that included in the applet. (If the project is small it's doesn't matter) but when the project is big is a matter....
because i included all the classes in one jar. so i want to separate all the classes, so the client doesn't had to download to much jar. i want to leave the classes that had dependance with a database and a model in server but the classes that had dependance with a view in a client.....

what i don't know is how can i do it/what should i do?

thanks for all your suggestion
18 years ago
so in another word, i should create a class Model with it's attribute. and create FrameA class that had an attribute type of Model, then when i call FrameB i send a Model refer from FrameA to FrameB, if i change any value Model in FrameB it's also infected Model in FrameA. should i send the Model referance from FrameA into DrameB from constructor or there is another way? hehehehe
18 years ago