Mark Yevgeny

Ranch Hand
+ Follow
since Mar 10, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
1
Received in last 30 days
0
Total given
91
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Mark Yevgeny

Hey Guys,

       I recently found that , edit option is hidden for my posts seems daunting my head .
       Please let me know why its been missing and add that privilege for me [to edit  my post]


Regards,
Ar
6 years ago

Campbell Ritchie wrote:Good luck finding new tasks. What do you know about Java8? Or what is planned for Java9?



Thanks for replying Campbell Ritchie , not sure i know either Java 8 or Java 9.
6 years ago
Hi Ranch ,
   
            I'm a Experienced Java Professional.
            I have recently resigned my current job due to bad health and no work satisfaction .
            During my recovery want to contribute to any Non Profit Organization /any of your Open source Project .

            Please let me know on this.

My skill set on Java as per working experience : Java 5,6,7 , Spring , JSF , SOAP , JPA(Hibernate) , Maven , MYSQL , POSTGRESQL  .
I'm eager learn new technologies .

Thank You,
Ar
           
6 years ago
I don't like to be a professional dev but a hobbyist only and work for non-profit organization like ranch .
This could be my answer to any person who ask me the OP question.
6 years ago

Jeanne Boyarsky wrote:
First, write some code for fun. This will re-energize you along with giving you some modern experience you can put on github when you (presumably) want to leave this job.

It will also give you the opportunity to show how things can be done better at your current job if they want to improve things.

Another approach is to look for opportunities. Can you write unit tests in a later version of Java?



My Github streak been 0 for quite a number of years , the only place i can have some fundo could be Gist and share the code review over here.

Interesting project  working on is writing an XML Parser (since i work way too much in XML) {For Fun}.
6 years ago
Hi Guys,

        To be short :
               I'm not satisfied with my current company (been here for 1.5 year)  work disgust me to the core : Its more of connecting point A (fields) to point B (fields) (SOAP).


                                          - Same old routine work (its been same for many years heard from other employee).
                                          - Old technologies through out - SOAP,java 4, Java 5 , LDAP , Oracle (to store few config) , COBOL (Main:for back-end) and other channels.
                                          - They have there own framework (No respect for this in any tech market).
                                          - Office politics (as bright as SUN).
                                          - Company is too far , need spend 4 hours on travelling (everyday).
                                          - No Problem solving skill seen here.
                                          - Pay-scale is quite lowwwww from the market standard.
                                          - The Onshore handle most of fun stuff like design and we are left with coding things (not sure why i code certain things in there way).
                                          - So not like startup  
                                          - When i suggest what i want to do or been missing to Manager/upper management they can't understand (Need a translator for them).

             - The most odd feeling is might [almost] forget other technology/language/Design/Problem Solving and become a Loser.

             Please suggest/guide me how to proceed with my career.

Thank You,
Ar

       
6 years ago

Axel Janssen wrote:



1. render of <f:ajax> (core) use white space as delimiter and (primeface) update of <p:ajax> use ", " (comma)

to


2. your making update to current element and also updating the panelgroup which means your updating same component twice

to
8 years ago
JSF
try setting
like this


next
make update like this
8 years ago
JSF
first i dont know why you have used binding (often i have no use of it), second there is an attribute for p:commandButton called rendered="true/false" you can set a listener for p:autocomplete , when you get an object (with an event="itemSelect " ) update the rendered value rendered=#{managedBean.buttonEnabler}



I would use rendered=#{managedbean.search!=null} as rendered condition in p:commandButton

go through
primeface,this

8 years ago
JSF


why itemValue is set to #{v} ? (what is v ?). on getting company object as value why cant you enable render attribute ? with update of panel or specific id.
8 years ago
JSF
I have been working on break out game (no levels , no sounds ) just 3 lives , shooting, ball speed increase (as time goes).scores added.
Here is the screen shot ! controls : mouse/keyboard.
May add to Android,ios(6+).

My question is how find out memory leaks and improvise the game further(aha! there is whole list of improvement <:>).
8 years ago
i dont know whats going wrong.
8 years ago
Its been 3 days in stretch cant find solution to all this error sometimes i get UnmarshalException (server)

package structure
rmiService
--com.trial.server

-----|Addition.java

---- |AdditionInterface.java

---- |AdditionServer.java

-----security policy
security policy


grant {
permission java.security.AllPermission;
};



Addition.java




AdditionInterface



AdditionServer


after giving arguments -Djava.security.policy and -Djava.rmi.server.codebase still get this error.
Addition Server failed: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
java.lang.ClassNotFoundException: com.trial.server.AdditionInterface


Thank you
8 years ago
Hello,

Unfortunatly using windows since my hard disk on my laptop got corrupted. I'm using XP SP3 pretty old. When i install Code Block mingw (which comes with gnu gcc compiler ) it says no compiler found.
> Is namespace in C++ is like package in java ? // little Question

Thank you
Ar
8 years ago