install weblogic in mac

alis-MacBook-Pro:~ aliakbarazizkhani$  cd /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Homealis-MacBook-Pro:Home aliakbarazizkhani$ sudo mkdir -p jre/lib WARNING: Improper use of the sudo command could lead to data lossor the deletion of important system files. Please double-check yourtyping when using sudo. Type "man sudo" for more information.To proceed, enter your password, or type Ctrl-C to abort.Password:alis-MacBook-Pro:Home aliakbarazizkhani$ cd... [Read More]

Bulk fetching with Hibernate

If you need to process large database result sets from Java you can opt for JDBC to give you the low level control required. On the other hand if you are already using an ORM in your application falling back to JDBC might imply some extra pain. You would be... [Read More]

kent beck new post

point of the "code/code/fix/fix" vs "code/fix/code/fix" question wasn't which is "right", but identifying criteria to use when choosing;   when the first thing i want to do to address the complexity of a program is write a complexity analyzer, i've gone too inception. just clean;   they are both expensive,... [Read More]

WEBLOGIC BEA-002616: Failed to listen on channel on listenAddress:port

Technology, KeyWords: WebLogic Server 10.3, Cluster, Exception; Too many open files, Socket, Linux, SLES Error Message: <BEA-002616> <Failed to listen on channel "Default"…>   Problem: <Critical> <Server> <BEA-002616> <Failed to listen on channel "Default" on IP_NR:Port, failure count: 1, failing for 0 seconds, java.net.SocketException: Too many open files>   Description... [Read More]

Cross-Site Request Forgery (CSRF)

Nowadays, web application security is one of the most important issues in the information system development process. According to Gartner [1] the 75% of the attacks performed nowadays are aimed to web applications, because operative system security and net level security have increased considerably. As a result, it is considered... [Read More]