User mugafuga - Stack Overflow most recent 30 from stackoverflow.com 2009-12-22T06:28:38Z http://stackoverflow.com/feeds/user/30807 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/342264/groovy-webtest-chokes-on-context-root-in-url-invoke 1 groovy webtest chokes on context root in url invoke mugafuga 2008-12-04T22:03:13Z 2009-09-14T17:43:39Z <p>I am trying to wrap my head around canoo webtest</p> <p>I setup a simple groovy webtest. I have even made and run the xml equivalent and I get the same error when it tries to encode the url.</p> <p>I get an error when I use a context root. I don't get an error when I just use the url with out the context root. <code>ie."http://somesite.com"</code></p> <p>Other than there being extra letters and such there is also another slash but apparently the stupid byte code decoder could handle a slashes with the http:// part... Why not something as simple as a directory</p> <p>I would think webtest would be able to handle something as simple as a directory within a site or a context root or at least detecting and encoding the data correctly. Loading any type of url would be of paramount importance if you were writing an application called "Web"test.. </p> <pre><code>invoke(url: "http://somesite.com/CONTEXTRoot", description: "Load dev java site") verifyTitle("Title to check") </code></pre> <p>or </p> <pre><code>&lt;?xml version="1.0" ?&gt; &lt;!DOCTYPE project SYSTEM "../dtd/Project.dtd"&gt; &lt;project default="test"&gt; &lt;target name="test"&gt; &lt;webtest name="check login and welcome page load and work"&gt; &lt;invoke description="Go to dev site" url="http://devsite.com/CONTEXTRoot/" /&gt; &lt;clickButton label="Enter Application" /&gt; &lt;/webtest&gt; &lt;/target&gt; &lt;/project&gt; </code></pre> <p>Stacktrace:</p> <pre><code>E:\canoo\WebSiteFunctionalTests\tests\WebSiteWebTest.xml:11: Unexpected exception caught: sun.io.MalformedInputException at com.canoo.webtest.steps.StepUtil.handleException(StepUtil.java:120) at com.canoo.webtest.steps.Step.handleException(Step.java:379) at com.canoo.webtest.steps.Step.execute(Step.java:110) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) ... Caused by: sun.io.MalformedInputException at sun.io.ByteToCharUTF8.convert(ByteToCharUTF8.java:262) at sun.nio.cs.StreamDecoder$ConverterSD.convertInto(StreamDecoder.java:314) at sun.nio.cs.StreamDecoder$ConverterSD.implRead(StreamDecoder.java:364) at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:250) at java.io.InputStreamReader.read(InputStreamReader.java:212) at org.cyberneko.html.HTMLScanner.load(HTMLScanner.java:1166) at org.cyberneko.html.HTMLScanner.read(HTMLScanner.java:1127) at org.cyberneko.html.HTMLScanner$ContentScanner.scan(HTMLScanner.java:1913) at org.cyberneko.html.HTMLScanner.scanDocument(HTMLScanner.java:893) at org.cyberneko.html.HTMLConfiguration.parse(HTMLConfiguration.java:495) at org.cyberneko.html.HTMLConfiguration.parse(HTMLConfiguration.java:448) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at com.gargoylesoftware.htmlunit.html.HTMLParser$HtmlUnitDOMBuilder.parse(HTMLParser.java:680) at com.gargoylesoftware.htmlunit.html.HTMLParser.parse(HTMLParser.java:240) at com.gargoylesoftware.htmlunit.DefaultPageCreator.createHtmlPage(DefaultPageCreator.java:127) at com.gargoylesoftware.htmlunit.DefaultPageCreator.createPage(DefaultPageCreator.java:101) at com.canoo.webtest.engine.Configuration$2.createPage(Configuration.java:655) </code></pre> http://stackoverflow.com/questions/1312390/what-server-performance-issues-do-low-bandwidh-clients-cause/1312420#1312420 0 Answer by mugafuga for What server performance issues do low-bandwidh clients cause? mugafuga 2009-08-21T14:49:49Z 2009-08-21T14:49:49Z <p>Your max connections could go too high depending on your user population.</p> <p>If you expect a ton of clients then adjust the web server connections to support it.</p> http://stackoverflow.com/questions/1311042/android-tile-bitmap/1312213#1312213 0 Answer by mugafuga for Android Tile Bitmap mugafuga 2009-08-21T14:14:08Z 2009-08-21T14:14:08Z <p>You would do this in the xml instead of the java code. I haven't attempted this myself but I did find this example.</p> <pre><code>&lt;xml version="1.0" encoding="utf-8"?&gt; &lt;LinearLayout android:id="@+id/MainLayout" xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" android:background="@drawable/backrepeat" &gt; </code></pre> <p>then in an xml called backrepeat.xml</p> <pre><code>&lt;bitmap android="http://schemas.android.com/apk/res/android" android:src="@drawable/back" android:tileMode="repeat" /&gt; </code></pre> <p><a href="http://androidblogger.blogspot.com/2009/01/how-to-have-tiled-background-cont.html" rel="nofollow">reference</a></p> http://stackoverflow.com/questions/474890/the-best-way-to-clean-your-plugins-out-of-eclipse-3-2 0 The best way to clean your plugins out of eclipse 3.2 mugafuga 2009-01-23T22:35:47Z 2009-08-17T17:22:05Z <p>Since the configuration manager and update manager for eclipse 3.2 is devoid of nice options for REMOVING or DELETING all my plugins it can be cumbersome to deal with needing to get your plugins in order. Just getting your dependencies worked out can be a nightmare when you have installed one version too high than you needed depending on the jdk version you are developing for.</p> <p>Other than trashing the files in the plugins and features directory (which sometimes works) what other options do we have in a M$ environment?</p> <p>In the situation where you are using RAD 7 you have to deal with the shared SDP70Shared folder too which is a bit ethereal as well.</p> <p>I want to see a fool proof way to clean house for regular eclipse 3.x, RAD, or any all in one package that will work.</p> http://stackoverflow.com/questions/1122708/cant-deploy-googleappengine-project/1155159#1155159 -4 Answer by mugafuga for Can't deploy GoogleAppEngine project! mugafuga 2009-07-20T18:35:38Z 2009-07-20T18:35:38Z <p>First plug in the internets so that the data flows thru the toobs. Next apply the lotion to the skin. Then put the lotion in the bucket. Next click the mouse button really really hard and really really fast. Because google has javascripts in their codez that break your mouse so that you have to do that now.</p> <p>It works now because I totally fixored it. </p> http://stackoverflow.com/questions/1045829/how-can-i-handle-an-ioexception-which-i-know-can-never-be-thrown-in-a-safe-and-r/1045904#1045904 1 Answer by mugafuga for How can I handle an IOException which I know can never be thrown, in a safe and readable manner? mugafuga 2009-06-25T19:57:08Z 2009-06-25T19:57:08Z <p>I did a little googling and found this glob of code. It's a bit more flexible of an approach me thinks</p> <p>Compliments of this <a href="http://www.linuxtopia.org/online%5Fbooks/programming%5Fbooks/thinking%5Fin%5Fjava/TIJ311%5F022.htm" rel="nofollow">article</a></p> <pre><code>class SomeOtherException extends Exception {} public class TurnOffChecking { private static Test monitor = new Test(); public static void main(String[] args) { WrapCheckedException wce = new WrapCheckedException(); // You can call f() without a try block, and let // RuntimeExceptions go out of the method: wce.throwRuntimeException(3); // Or you can choose to catch exceptions: for(int i = 0; i &lt; 4; i++) try { if(i &lt; 3) wce.throwRuntimeException(i); else throw new SomeOtherException(); } catch(SomeOtherException e) { System.out.println("SomeOtherException: " + e); } catch(RuntimeException re) { try { throw re.getCause(); } catch(FileNotFoundException e) { System.out.println( "FileNotFoundException: " + e); } catch(IOException e) { System.out.println("IOException: " + e); } catch(Throwable e) { System.out.println("Throwable: " + e); } } monitor.expect(new String[] { "FileNotFoundException: " + "java.io.FileNotFoundException", "IOException: java.io.IOException", "Throwable: java.lang.RuntimeException: Where am I?", "SomeOtherException: SomeOtherException" }); } } ///:~ </code></pre> http://stackoverflow.com/questions/303221/survey-of-gis-programming/972819#972819 0 Answer by mugafuga for Survey of GIS Programming mugafuga 2009-06-09T22:27:50Z 2009-06-09T22:27:50Z <p>I am working with the ESRI 9.2 java stack on windoze.</p> http://stackoverflow.com/questions/900019/select-element-in-the-multiple-selection-display-style-without-allowing-multiple/953458#953458 0 Answer by mugafuga for SELECT element in the multiple selection display style without allowing multiple selection mugafuga 2009-06-04T22:32:17Z 2009-06-04T22:32:17Z <p>You could write js that would deselect any extra selections onclick</p> http://stackoverflow.com/questions/250545/schema-dump-on-legacy-oracle-database-using-dbschemadump-using-rake 1 schema dump on legacy oracle database using db:schema:dump using rake mugafuga 2008-10-30T15:14:19Z 2009-04-29T17:50:59Z <p>Does anyone know of any specific DSL implementations used to import legacy Oracle database schemas. I have tried to just run db:schema:dump on my existing db I want to port to a new ruby app. However, the rake dies about halfway through with out any error. It kinda just locks up. I started looking for the best way to tackle this and found examples of how to override some stuff for SQLServer but not much for Oracle. </p> <p>I basically want to pull in the schema and generate a scaffold and model from it.</p> <p>Is there a more simple way to do this or will I have to invent the wheel?</p> http://stackoverflow.com/questions/748958/how-do-you-create-a-postresults-servlet-for-selenium-core 0 How do you create a /postResults servlet for selenium core. mugafuga 2009-04-14T19:15:39Z 2009-04-15T12:33:31Z <p>I looked at the documentation and all it says is to create a servlet... With what? </p> <p>Is there code I need to use for this servlet?</p> <p>Does it just need to be blank and have the name of postResults?</p> <p>Is there a provided ant script for this?</p> <p>I can't find anything on google or selenium's site that lets me in on this.</p> <p>Thanks</p> <p>UPDATE: I found the following example </p> <pre><code> &lt;servlet&gt; &lt;servlet-name&gt;postResults&lt;/servlet-name&gt; &lt;servlet-class&gt;com.thoughtworks.selenium.results.servlet.SeleniumResultsServlet&lt;/servlet-class&gt; &lt;load-on-startup&gt;1&lt;/load-on-startup&gt; &lt;/servlet&gt; &lt;servlet-mapping&gt; &lt;servlet-name&gt;postResults&lt;/servlet-name&gt; &lt;url-pattern&gt;/postResults&lt;/url-pattern&gt; &lt;/servlet-mapping&gt; </code></pre> <p>However I can't seem to find this Class file anywhere in my selenium jars. I have the RC and regular core downlaods but no dice. Where do I get this jar file from?</p> http://stackoverflow.com/questions/748958/how-do-you-create-a-postresults-servlet-for-selenium-core/751494#751494 1 Answer by mugafuga for How do you create a /postResults servlet for selenium core. mugafuga 2009-04-15T12:33:31Z 2009-04-15T12:33:31Z <p>If you are using the pure html/javascript capabilities of Selenium like I am then you know that you do not get a results report when testing unless you have a postResults servlet setup somewhere to push the results to.</p> <p>I found a solution by taking apart the fitRunner plug-in to determine what I would need to get one setup.</p> <p>This is a java solution btw.</p> <p><a href="http://jira.openqa.org/browse/SEL-102" rel="nofollow">http://jira.openqa.org/browse/SEL-102</a> you can download a zip file here with everything you would need and a bunch of stuff you don't need.</p> <p>In your webapp just add the servlet mapping you find in the web.xml to your web app. make sure the package your reference is created as such below</p> <p>Then add the following jars you will find in the zip to your web app library if you don't already have them.</p> <p>jstl.jar and standard.jar</p> <p>create two classes your.package.path.SeleniumResultServlet</p> <p>paste the following code in it.</p> <pre><code>package com.your.package.path; import java.io.IOException; import java.util.Collection; import java.util.LinkedList; import java.util.List; import javax.servlet.ServletException; import javax.servlet.ServletOutputStream; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; public class SeleniumResultsServlet extends HttpServlet { private static TestResults results; public static TestResults getResults() { return results; } public static void setResults(TestResults testResults) { results = testResults; } protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { if (request.getParameter("clear") != null) { results = null; ServletOutputStream out = response.getOutputStream(); out.println("selenium results cleared!"); } else { forwardToResultsPage(request, response); } } protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { String result = request.getParameter("result"); String totalTime = request.getParameter("totalTime"); String numTestPasses = request.getParameter("numTestPasses"); String numTestFailures = request.getParameter("numTestFailures"); String numCommandPasses = request.getParameter("numCommandPasses"); String numCommandFailures = request.getParameter("numCommandFailures"); String numCommandErrors = request.getParameter("numCommandErrors"); String suite = request.getParameter("suite"); int numTotalTests = Integer.parseInt(numTestPasses) + Integer.parseInt(numTestFailures); List testTables = createTestTables(request, numTotalTests); results = new TestResults(result, totalTime, numTestPasses, numTestFailures, numCommandPasses, numCommandFailures, numCommandErrors, suite, testTables); forwardToResultsPage(request, response); } private List createTestTables(HttpServletRequest request, int numTotalTests) { List testTables = new LinkedList(); for (int i = 1; i &lt;= numTotalTests; i++) { String testTable = request.getParameter("testTable." + i); System.out.println("table " + i); System.out.println(testTable); testTables.add(testTable); } return testTables; } private void forwardToResultsPage(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { request.setAttribute("results", results); request.getRequestDispatcher("/WEB-INF/jsp/viewResults.jsp").forward(request, response); } public static class TestResults { private final String result; private final String totalTime; private final String numTestPasses; private final String numTestFailures; private final String numCommandPasses; private final String numCommandFailures; private final String numCommandErrors; private final String suite; private final List testTables; public TestResults(String postedResult, String postedTotalTime, String postedNumTestPasses, String postedNumTestFailures, String postedNumCommandPasses, String postedNumCommandFailures, String postedNumCommandErrors, String postedSuite, List postedTestTables) { result = postedResult; numCommandFailures = postedNumCommandFailures; numCommandErrors = postedNumCommandErrors; suite = postedSuite; totalTime = postedTotalTime; numTestPasses = postedNumTestPasses; numTestFailures = postedNumTestFailures; numCommandPasses = postedNumCommandPasses; testTables = postedTestTables; } public String getDecodedTestSuite() { return new UrlDecoder().decode(suite); } public List getDecodedTestTables() { return new UrlDecoder().decodeListOfStrings(testTables); } public String getResult() { return result; } public String getNumCommandErrors() { return numCommandErrors; } public String getNumCommandFailures() { return numCommandFailures; } public String getNumCommandPasses() { return numCommandPasses; } public String getNumTestFailures() { return numTestFailures; } public String getNumTestPasses() { return numTestPasses; } public String getSuite() { return suite; } public Collection getTestTables() { return testTables; } public String getTotalTime() { return totalTime; } public int getNumTotalTests() { return Integer.parseInt(numTestPasses) + Integer.parseInt(numTestFailures); } } } </code></pre> <p>then go ahead and create a UrlDecoder class in the same package</p> <pre><code> package your.package.path; import java.io.UnsupportedEncodingException;import java.net.URLDecoder; import java.util.Iterator; import java.util.LinkedList; import java.util.List; /** * @author Darren Cotterill * @author Ajit George * @version $Revision: $ */ public class UrlDecoder { public String decode(String string) { try { return URLDecoder.decode(string, System.getProperty("file.encoding")); } catch (UnsupportedEncodingException e) { return string; } } public List decodeListOfStrings(List list) { List decodedList = new LinkedList(); for (Iterator i = list.iterator(); i.hasNext();) { decodedList.add(decode((String) i.next())); } return decodedList; } } </code></pre> <p>In your web-inf create a folder called jsp</p> <p>copy the viewResults.jsp into it that is in the zip file. copy the c.tld to the /web-inf</p> <p>restart your server</p> <p>if you get some goofy errors when trying to load the postResults servlet from selenium try changing the taglib reference int the viewResults.jsp to use the sun url instead due to different version dependencies it may not work. servlet 1.0 vs. 2.0 stuff.</p> <pre><code>&lt;%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %&gt; </code></pre> <p>Then when you run the test runner and choose automatic option in your selenium screen you will have a postResults servlet that you can use and customize at will.</p> <p>Hope this helps others. Having a way to format test results is a great help when trying to create documentation and the stuff that comes out of the zip with regular selenium doesn't give you this basic functionality and you have to bake it up yourself. </p> http://stackoverflow.com/questions/689685/where-can-i-find-a-web-based-svn-admin-app-that-does-this 0 Where can I find a web based svn admin app that does this... mugafuga 2009-03-27T13:03:34Z 2009-03-27T13:44:56Z <p>I am looking for a web based svn admin that can use LDAP Users and Groups which can create repos add/modify hooks of a repo through the web interface. </p> <p>For example you have a LDAP group that has access to multiple repos. You can then have one user in the group that can be an admin of all users in the group.</p> <p>This admin can create internal/single-repo groups for AD users and set access to repos for all users and repo groups.</p> <p>Browsing the code base is not as important because there are a million tools that anyone uses for that during development.</p> <p>Is there a web admin tool for svn that does all of this?</p> http://stackoverflow.com/questions/603582/birt-2-2-dynamic-schema-name 0 BIRT 2.2 dynamic schema name mugafuga 2009-03-02T19:15:06Z 2009-03-03T19:00:54Z <p>Is it possible to make the schema name dynamic in a BIRT query.</p> <p>I tried this:</p> <pre><code>SELECT CURRENT DATE AS DATE, (CASE WHEN DAYOFWEEK(CURRENT DATE) = 1 THEN 'SUNDAY' WHEN DAYOFWEEK(CURRENT DATE) = 2 THEN 'MONDAY' WHEN DAYOFWEEK(CURRENT DATE) = 3 THEN 'TUESDAY' WHEN DAYOFWEEK(CURRENT DATE) = 4 THEN 'WEDNESDAY' WHEN DAYOFWEEK(CURRENT DATE) = 5 THEN 'THURSDAY' WHEN DAYOFWEEK(CURRENT DATE) = 6 THEN 'FRIDAY' WHEN DAYOFWEEK(CURRENT DATE) = 7 THEN 'SATURDAY' END) AS DAYOFWEEK FROM **?**.COBOL_CALENDAR WHERE SERVICE_DATE = CURRENT DATE" </code></pre> <p>This generates the following error: The following items have errors: </p> <pre><code>ReportDesign (id = 1): + Cannot get the result set metadata. SQL statement does not return a ResultSet object. SQL error #1: [IBM][CLI Driver][DB2] SQL0104N An unexpected token "?" was found following "". Expected tokens may include: "( TABLE FINAL &lt;IDENTIFIER&gt; XMLTABLE". SQLSTATE=42601 </code></pre> <p>But the ? only seems to work for the where clause.</p> <p>I need to pass the schema as a param and use dynamically because it changes based on dev/cat/prod</p> <p>is there not some way to genereate sql outsite of the birt xml and inject it somehow??</p> <p>I did some more searching on the subject and found this solution</p> <pre><code>&lt;method name="beforeOpen"&gt;&lt;![CDATA[this.queryText = "SELECT CURRENT DATE AS DATE, "+ "(CASE WHEN DAYOFWEEK(CURRENT DATE) = 1 THEN 'SUNDAY'"+ " WHEN DAYOFWEEK(CURRENT DATE) = 2 THEN 'MONDAY'"+ " WHEN DAYOFWEEK(CURRENT DATE) = 3 THEN 'TUESDAY'"+ " WHEN DAYOFWEEK(CURRENT DATE) = 4 THEN 'WEDNESDAY'"+ " WHEN DAYOFWEEK(CURRENT DATE) = 5 THEN 'THURSDAY'"+ " WHEN DAYOFWEEK(CURRENT DATE) = 6 THEN 'FRIDAY'"+ " WHEN DAYOFWEEK(CURRENT DATE) = 7 THEN 'SATURDAY'"+ " END) AS DAYOFWEEK"+ "FROM "+params["SCHEMA"]+".COBOL_CALENDAR"+ " WHERE SERVICE_DATE = CURRENT DATE";]]&gt;&lt;/method&gt; </code></pre> <p>However regardless of how many examples that are out there on this issue injecting sql in this manner only generates the following error. </p> <pre><code>ReportDesign (id = 1): + Cannot get the result set metadata. SQL statement does not return a ResultSet object. SQL error #1: [IBM][CLI Driver][DB2] SQL0104N An unexpected token "SCHEMANAME" was found following "". Expected tokens may include: ", FROM INTO". SQLSTATE=42601 </code></pre> <p>I even tried the <code>reportContext.getParameterValue("SCHEMANAME")</code> route with the same results.</p> http://stackoverflow.com/questions/603582/birt-2-2-dynamic-schema-name/607657#607657 1 Answer by mugafuga for BIRT 2.2 dynamic schema name mugafuga 2009-03-03T19:00:54Z 2009-03-03T19:00:54Z <p>ARRRGH it was a stupid problem with spaces!! </p> <p>" END) AS DAYOFWEEK"+ "FROM "+params["SCHEMA"]+".COBOL_CALENDAR"+</p> <p>Adding a space in front of the FROM fixed it.</p> <p>bangs head on lcd display.</p> http://stackoverflow.com/questions/570713/grails-base-dir-system-property/571067#571067 2 Answer by mugafuga for grails base.dir system property mugafuga 2009-02-20T20:14:59Z 2009-02-20T20:14:59Z <p>Thanks j,</p> <p>I found the best dynamic solution possible. As a rule I never like to code absolute paths into any piece of software. Property file or no.</p> <p>So here is how it is done:</p> <pre><code>def basePath = grailsAttributes.getApplicationContext().getResource("/files/").getFile().toString() </code></pre> <p>grailsAttributes is available in any controller.</p> <p>getResource(some relative dir) will look for anything inside of the web-app folder.</p> <p>So for example in my dev system it will toString out to "C:\WORKSPACEFOLDER\PROJECTFOLDER\web-app\ with the relative dir concated to the end</p> <p>like so in my example above C:\WORKSPACEFOLDER\PROJECTFOLDER\web-app\files</p> <p>I tried it in WAS 6.1 and it worked in the container no problems. You have to toString it or it will try to return the object.</p> <p>mugafuga</p> http://stackoverflow.com/questions/570713/grails-base-dir-system-property 2 grails base.dir system property mugafuga 2009-02-20T18:22:56Z 2009-02-20T20:14:59Z <p>I have a simple grails file upload app.</p> <p>I am using transeferTo to save the file to the file system. </p> <p>To get the base path in my controller I am using</p> <pre><code>def basePath = System.properties['base.dir'] // HERE IS HOW I GET IT println "Getting new file" println "copying file to "+basePath+"/files" def f = request.getFile('file') def okcontents = ['application/zip','application/x-zip-compressed'] if (! okcontents.contains(f.getContentType())) { flash.message = "File must be of a valid zip archive" render(view:'create', model:[zone:create]) return; } if(!f.empty) { f.transferTo( new File(basePath+"/files/"+zoneInstance.title+".zip") ) } else { flash.message = 'file cannot be empty' redirect(action:'upload') } println "Done getting new file" </code></pre> <p>For some reason this is always null when deployed to my WAS 6.1 server.</p> <p>Why does it work when running dev but not in prod on the WAS server? Should I be accessing this information in a different way?</p> http://stackoverflow.com/questions/288289/in-websphere-6-x-ldap-query-using-ldapcontext-is-the-transmission-of-credentials 2 In Websphere 6.x LDAP query using LdapContext is the transmission of credentials encrypted? mugafuga 2008-11-13T21:02:51Z 2009-02-04T20:30:15Z <p>In Websphere when you do an LDAP query using LdapContext are the transmission of credentials encrypted?</p> <pre><code>LdapContext ctx = new InitialLdapContext (env, null); </code></pre> <p>Lets say I make an LdapContext for a web app to do some custom LDAP calls.</p> <p>How do I know if my call is secure / encrypted?</p> http://stackoverflow.com/questions/474890/the-best-way-to-clean-your-plugins-out-of-eclipse-3-2/491976#491976 0 Answer by mugafuga for The best way to clean your plugins out of eclipse 3.2 mugafuga 2009-01-29T15:13:16Z 2009-01-29T15:13:16Z <p>The best solution I have found thus far is to uninstall and rebuild from scratch. Sometimes you can delete files in the plugins dir and run CCleaner on the registry and that might fix issues but it is problematic depending on the situation. If there were an application that really could make sense of eclipse plugins everyone would use it but there isn't. </p> http://stackoverflow.com/questions/99045/handling-browser-pop-up-windows-with-selenium/429196#429196 2 Answer by mugafuga for Handling browser pop-up windows with Selenium mugafuga 2009-01-09T18:40:46Z 2009-01-09T18:40:46Z <p>It works!! Just to make it easier for the folks who prefer selenese.</p> <p>This worked for me using IE7(normal mode). </p> <p>What a freaking hassle. Thank the spaghetti monster in the sky for SO or there is no way I would have got this working in IE.</p> <pre><code>&lt;tr&gt; &lt;td&gt;getEval&lt;/td&gt; &lt;td&gt;selenium.browserbot.getCurrentWindow().open('', 'windowName');&lt;/td&gt; &lt;td&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;click&lt;/td&gt; &lt;td&gt;buttonName&lt;/td&gt; &lt;td&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;windowFocus&lt;/td&gt; &lt;td&gt;windowName&lt;/td&gt; &lt;td&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;waitForPopUp&lt;/td&gt; &lt;td&gt;windowName&lt;/td&gt; &lt;td&gt;3000&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;selectWindow&lt;/td&gt; &lt;td&gt;windowName&lt;/td&gt; &lt;td&gt;&lt;/td&gt; &lt;/tr&gt; </code></pre> http://stackoverflow.com/questions/398874/as3-flvplaybackcaptioning-component-displaying-images/421032#421032 1 Answer by mugafuga for AS3 FLVPLaybackCaptioning Component Displaying Images? mugafuga 2009-01-07T16:38:51Z 2009-01-07T16:38:51Z <p>From what I have read about it, it seems to only accept xml data. If you are able to determine whre you are at in the video as it plays you might be able to make a listener to check that then load it in a placeholder.</p> <p>One other trick I have used in the past is to load images into a multiline text symbol by using a simple image html tag as the content of the text. If you could dynamically populate the src= part of that tag then it might work but the FLVPlaybackCaptioning doesn't seem to support images directly. </p> <p>You could make your xml consist of <code>&lt;img src="captionimage.gif"&gt;</code> and load that xml into the text and see if that works.</p> http://stackoverflow.com/questions/418448/flash-programming-anyone-know-how-to-work-with-an-array-of-images/420973#420973 0 Answer by mugafuga for Flash Programming - Anyone know how to work with an array of images? mugafuga 2009-01-07T16:24:21Z 2009-01-07T16:24:21Z <p>If I were you I would first work through this tutorial and see if you experience any ahHA moments.</p> <p><a href="http://flashexplained.com/actionscript/making-the-ultimate-dynamic-image-gallery-in-flash-8/" rel="nofollow">http://flashexplained.com/actionscript/making-the-ultimate-dynamic-image-gallery-in-flash-8/</a></p> http://stackoverflow.com/questions/412697/id-attribute-of-subview-tag/420602#420602 1 Answer by mugafuga for id attribute of subview tag mugafuga 2009-01-07T14:57:00Z 2009-01-07T14:57:00Z <p>The component tree uses ids to reference everything. With jsf you should always reference everything with a unique id or you can let jsf do it but if you do explicitly specify the same name in more than one tag you will have problems.</p> http://stackoverflow.com/questions/404083/is-orm-still-the-vietnam-of-computer-science/404089#404089 1 Answer by mugafuga for Is ORM still the "Vietnam of Computer Science"? mugafuga 2008-12-31T21:40:41Z 2008-12-31T21:40:41Z <p>Yes it still applies</p> http://stackoverflow.com/questions/398216/displaying-code-snippets-in-sharepoint-wiki/404069#404069 0 Answer by mugafuga for Displaying code snippets in Sharepoint wiki mugafuga 2008-12-31T21:27:48Z 2008-12-31T21:27:48Z <p>No because MOSS's wiki is just a new page with the word "wiki" attached to the link. </p> http://stackoverflow.com/questions/403965/good-ruby-rails-testing-tutorial/403997#403997 0 Answer by mugafuga for Good Ruby/Rails testing tutorial? mugafuga 2008-12-31T20:36:04Z 2008-12-31T20:36:04Z <p>For Ruby I hear webrat is the best because it doesn't use a browser so it's fast too, however it won't help you test javascript. </p> <p><a href="http://agilewebdevelopment.com/plugins/webrat" rel="nofollow">http://agilewebdevelopment.com/plugins/webrat</a></p> http://stackoverflow.com/questions/403569/can-you-organize-imports-for-an-entire-project-in-eclipse-with-a-keystroke 4 Can you organize imports for an entire project in eclipse with a keystroke? mugafuga 2008-12-31T17:33:49Z 2008-12-31T19:57:17Z <p>Wouldn't it be nice to just do a keystroke and have eclipse organize all imports in all java classes instead of just the one you are looking at? Is this possible? Is there a keystroke for it?</p> http://stackoverflow.com/questions/403825/does-it-make-sense-to-use-a-framework-for-a-simple-java-web-app/403842#403842 2 Answer by mugafuga for Does it make sense to use a framework for a simple java web app? mugafuga 2008-12-31T19:23:39Z 2008-12-31T19:23:39Z <p>Yes it does make sense. Apps can grow and change and might require something a framework can provide easily in the future. </p> <p>For example at my workplace we have simple jsp / servlet app. It needs to be rewritten just because of what I explained above. If someone would have taken the time to just get the framework setup we would be in better shape today.</p> http://stackoverflow.com/questions/395675/reference-groovy-domain-class-from-java-class-using-eclipse/403589#403589 1 Answer by mugafuga for Reference Groovy domain class from Java class using Eclipse? mugafuga 2008-12-31T17:39:42Z 2008-12-31T17:39:42Z <p>I haven't been able to make this work in eclipse either. Until spring gets the groovy / grails eclipse plugins whipped up to do something other than mere color coding your best bet is to use an IDE like Intelij which has the best groovy support at the moment. </p> http://stackoverflow.com/questions/234646/what-is-the-best-java-rpg-role-playing-game-engine-for-an-experienced-programme 5 What is the best java RPG (Role Playing Game) engine for an experienced programmer? mugafuga 2008-10-24T17:57:35Z 2008-12-31T02:51:49Z <p>I am looking into building a smallish Java rpg. I haven't found any good examples of a RPG engine that would be the most powerful yet most stable for an experienced Java programmer. </p> <p>Any and all types. I just want to learn as much as possible about what is out there.</p> <p>2d, 3d, or Isometric</p> <p>Thanks in advance everyone.</p> http://stackoverflow.com/questions/397228/is-grails-worth-it/398535#398535 3 Answer by mugafuga for Is Grails worth it? mugafuga 2008-12-29T20:08:54Z 2008-12-29T20:08:54Z <p>It will be worth it when they finish the eclipse plugin. The sooner the better I say. Trying to sell groovy to my boss isn't going to be simple until that happens.</p> http://stackoverflow.com/questions/1122708/cant-deploy-googleappengine-project/1155159#1155159 Comment by mugafuga on Can't deploy GoogleAppEngine project! mugafuga 2009-07-20T22:13:48Z 2009-07-20T22:13:48Z Just two negs? come on SO nazis you can do better than that. http://stackoverflow.com/questions/234296/coldfusion-vs-php/236077#236077 Comment by mugafuga on ColdFusion vs PHP mugafuga 2009-06-25T19:33:05Z 2009-06-25T19:33:05Z Zend as a framework is free. You can also use the PDT stuff for eclipse == free http://stackoverflow.com/questions/566735/does-anyone-know-how-to-make-arc-gis-maps-render-faster/652614#652614 Comment by mugafuga on Does anyone know how to make Arc GIS Maps render faster? mugafuga 2009-06-09T22:36:31Z 2009-06-09T22:36:31Z I too am in java adf hell. Check out fiddler for ie. Watch what happens when you do a vertex move with the snaptool enabled. The stupid thing is updating the editor window many many times for no good reason before actually moving the vertex. Fiddler will show you how poorly written the adf implementation truely is. Billions of 302 requests for images that have already been served. constant updating of div views that do not need it. For as much money as this software costs.... AHHHHHHRRRRRRGGGGGGHHHH!!!! its insane. I have an esri guy at my workplace right now. I hope he gets them to fix it. http://stackoverflow.com/questions/748958/how-do-you-create-a-postresults-servlet-for-selenium-core/749018#749018 Comment by mugafuga on How do you create a /postResults servlet for selenium core. mugafuga 2009-04-15T12:35:06Z 2009-04-15T12:35:06Z Seleniums results pane isn't comprehensive so you have to have a results servlet jet there is no developed easy to implement out of the zip file solution that comes with selenium. So they make you come up with it. http://stackoverflow.com/questions/748958/how-do-you-create-a-postresults-servlet-for-selenium-core/749018#749018 Comment by mugafuga on How do you create a /postResults servlet for selenium core. mugafuga 2009-04-14T19:39:41Z 2009-04-14T19:39:41Z This does not answer my question at all http://stackoverflow.com/questions/474890/the-best-way-to-clean-your-plugins-out-of-eclipse-3-2/474987#474987 Comment by mugafuga on The best way to clean your plugins out of eclipse 3.2 mugafuga 2009-01-29T15:12:19Z 2009-01-29T15:12:19Z This is great if you needs something quick but it doesn't let you get specific on the versions of the plugins. If you have to run a specific version of BIRT for example... you only get one choice. http://stackoverflow.com/questions/474890/the-best-way-to-clean-your-plugins-out-of-eclipse-3-2/475067#475067 Comment by mugafuga on The best way to clean your plugins out of eclipse 3.2 mugafuga 2009-01-26T14:51:09Z 2009-01-26T14:51:09Z This I know and I also know that their excuse for a configuration manager is lacklustre at best http://stackoverflow.com/questions/382314/is-this-a-typical-work-environment-or-am-i-just-unlucky/404102#404102 Comment by mugafuga on Is this a typical work environment, or am I just unlucky? mugafuga 2008-12-31T22:01:21Z 2008-12-31T22:01:21Z Get back to work I am tired of pulling your weight mr t.... hehehehehe http://stackoverflow.com/questions/404105/recommended-anecdotal-history-books-on-programming-in-the-60s-and-70s Comment by mugafuga on Recommended anecdotal/history book(s) on programming in the 60s and 70s mugafuga 2008-12-31T21:48:47Z 2008-12-31T21:48:47Z Just get him to talk about punch cards they love talking about that stuff. http://stackoverflow.com/questions/404085/send-email-to-many-users Comment by mugafuga on Send email to many users mugafuga 2008-12-31T21:42:26Z 2008-12-31T21:42:26Z Do you have a web site that is supposed to do this? or are you just learning how to be a spammer ? http://stackoverflow.com/questions/383777/php-function-to-get-facebook-status/404017#404017 Comment by mugafuga on PHP function to get Facebook status? mugafuga 2008-12-31T21:00:04Z 2008-12-31T21:00:04Z Which would be really bad for all http://stackoverflow.com/questions/383777/php-function-to-get-facebook-status/404017#404017 Comment by mugafuga on PHP function to get Facebook status? mugafuga 2008-12-31T20:59:26Z 2008-12-31T20:59:26Z I thinks you should stick with the API for privacy reasons I would think that if you could do it with an rss feed you could potentially bypass fb privacy functions for any user. http://stackoverflow.com/questions/358486/why-do-you-post-to-stack-overflow/358488#358488 Comment by mugafuga on Why do you post to stack overflow? mugafuga 2008-12-31T20:45:23Z 2008-12-31T20:45:23Z I do it for the 1337 rep just like Jon Skeet http://stackoverflow.com/questions/403825/does-it-make-sense-to-use-a-framework-for-a-simple-java-web-app/403916#403916 Comment by mugafuga on Does it make sense to use a framework for a simple java web app? mugafuga 2008-12-31T20:42:02Z 2008-12-31T20:42:02Z You must have worked on my project too ;) http://stackoverflow.com/questions/403754/how-are-operating-systems-made/403830#403830 Comment by mugafuga on How are Operating Systems "Made"? mugafuga 2008-12-31T20:41:24Z 2008-12-31T20:41:24Z 1 &lt;3 mr. t!!!!!