|
|
|
|
January 1st, 2012
10:03 am Все технических посты переехали сюда.
|
March 24th, 2008
04:18 pm Just discovered two very-very nice features of Eclipse: 1. Build in TCP/IP monitor that acts as intercepting proxy. No need for special Fiddler configuration or TCPMON anymore. 2. Ctrl+3. Click it and type "tcp monitor" or "new class" and see what happens.
P.S. Btw, the feature that all IntelliJ users was so proud of: the ability to find class by its capital letters is also supported. I'm not sure when it was added to IDE, but now it just works.
|
March 23rd, 2008
February 13th, 2008
11:40 am - Running "cmd" from current page in Windows Explorer The following registry file will do the job:
cmd_here.reg
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\CMD here]
[HKEY_CLASSES_ROOT\Directory\shell\CMD here\command] @="C:\\WINDOWS\\System32\\cmd.exe /k cd \"%1\""
Moved to Blogger
|
August 22nd, 2007
09:33 am - Configuring proxy in Java Usually to configure proxy you need to define the following system properties: -Dhttp.proxySet=true -Dhttp.proxyHost=<host> -Dhttp.proxyPort=<port>
But unfortunately it doesn't always work.
( So what can be done? )
|
August 21st, 2007
08:42 am - How to get context of another war in tomcat Lets say you have two web applications that run in the same tomcat server. And for some weird reason you want to call code of the other war. ( So what can you do? )
|
August 1st, 2007
09:14 am - WebScarab And again about useful programs and tools. Meet the OWASP WebScarab. It operates as an intercepting proxy, allowing the operator to review and modify requests before they are sent to the server, and to review and modify responses returned from the server before they are received by the browser.
To use it with JVM you'll need to add the following properties: HTTP: -Dhttp.proxySet=true -Dhttp.proxyHost=[Proxy Machine] -Dhttp.proxyPort=[port number] HTTPS: -Dhttps.proxySet=true -Dhttps.proxyHost=[Proxy Machine] -Dhttps.proxyPort=[port number]
|
July 10th, 2007
09:32 am - Running Eclipse And again about Eclipse. Did you know that you don't have to specify command line arguments in the command line? Yeah, I know that it sounds stupid, but it's true. Instead of specifying them in the command line, you may put them in eclipse.ini file in the eclipse root directory. To apply, you'll need to put them in a column, just one after the other.
In example my eclipse.ini now looks like this: -showsplash org.eclipse.platform -clean -vm C:\jdk1.5.0_11\bin\javaw.exe -vmargs -XX:MaxPermSize=256m -Xms512m -Xmx1024m
P.S. As a bonus I'd like to tell you about jconsole. It's very simple tool that allows you to monitor your java application and it's provided by SUN starting JDK 5 free of charge. To use it, add -Dcom.sun.management.jmxremote to your application system properties and run jconsole.
|
June 19th, 2007
09:13 am - Utilities List of some useful utilities on the PC:
Text Editor: UltraEdit Remote Connection: DameWare Ports: TcpView System Processes: Process Explorer WebServices Sniffer (Proxy): tcpmon Merge: Beyond Compare, Araxis Merge File System Management: Total Commander Archive (incl jars, wars and ears): WinRAR Database: TOAD, PL/SQL Developer SOAP Client: SOAP Sonar
Added by khitrenovich HTTP traffic: HTTP Analyzer (tracing only), Fiddler ("patching")
Added by gava Sniffer: Ethereal (Wireshark)
Will be updated
The post was moved to Tarlog on Software blog. Please, leave any new comments there.
|
June 14th, 2007
11:44 am - Eclipse plugins Plugins that I use with Eclipse (WTP) platform:
copyfully_1.1.0. - Copy Full Qualified Class Name de.loskutov.FileSync_1.3.2 - File Sync
Decompiler: JAD JAD Plugin for Eclipse
Plugins that I don't use, but that are worth checking: Commons4E coverlipse Easy Explorer Implementors log4e
This post will be updated.
|
March 14th, 2007
|
|
|
|
|
LiveJournal.com |
|