Category: Career
-
JPA is a specification defined for java by sun. It does not provide any implementation. It was originally developed by EJB 3.0 software expert group, but it is not limited to EJB software components. Hibernate has an implementation of JPA.
-
netstat and ps netstat -tulpn | grep 3306 Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 1138/mysqld ls -l /proc/3306/exe find out process details ps aux|grep 3306
-
Ambition Careers, Recruitment and Contracting Career Central Charterhouse Europhia Consulting Hudson JobsCentral JobsDB Job Hunter Job-Search Online Job Seek Jobstreet Keppel Group Michael Page International Ministry of Health Monster Jobs in Social Service RecruitAsia Robert Walters Ross Human Directions Singapore Classified Jobs SingaporeJobsOnline Singapore Ministry of Defence (Defence Executive Officers) Singapore Job-Q.com Social Service Career…
-
how how how? linux comment: which java
-
Reading this book to prepare interview.
-
Magnolia CMS is open-source content management system, while Oracle UCM is not open-source. Magnolia follows JCR ( java content repository ) standard, therefore, it prevents vendor-lock in. Oracle UCM sits on Oracle Weblogic, it benefits from powerful application server weblogic, such as clustering support comes easily.
-
Need to take the certification for SOA.
-
First of all, JVM memory for 32 bit OS, JVM max is 4GB of RAM. Java Heap java heap is a continuous memory region where all the Objects data will be stored. Java Heap parameters: -Xmx : max heap size (ex: -Xmx1024) -Xms : min heap size. Having -Xms = 1.8GB (32bit) can be bad,…
-
Starts from restart the machine: reboot /sbin/shutdown -r now ####check process: ps aux| less ps aux| grep xxx ####backup tar -cpzf $DESDIR/$FILENAME $SRCDIR