User Omar Kooheji - Stack Overflow most recent 30 from stackoverflow.com 2009-11-27T00:17:24Z http://stackoverflow.com/feeds/user/20400 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/183685/c-set-collection 14 C# Set collection? Omar Kooheji 2008-10-08T16:33:59Z 2009-11-26T01:08:28Z <p>Does anyone know if there is a good equivelent to Java's Set collection in C#.</p> <p>It's one of the few things I miss from having moved to C#.</p> <p>I am aware that you can have a "pretend" set using a Dictionary or Hashtable and only bothering to populate the keys. But it's not very elegant.</p> <p>It's wierd every other way I turn in C# somone seems to have thought of a solution and built it into the framework, except for sets...</p> http://stackoverflow.com/questions/600045/good-php-framework-for-beginner-php-developer 2 Good PHP framework for beginner PHP Developer? Omar Kooheji 2009-03-01T16:29:38Z 2009-11-16T11:06:22Z <p>I'm starting a project in my spare time and I'd like to use PHP. I'd like to use some form of framework to speed things up.</p> <p>The problem is that I don't know very much PHP, I've used it and I'm familiar with the syntax etc, I'm just not fully in my comfort zone while using it.</p> <p>Is there a good PHP framework for people who know enough PHP to get their hands dirty but not much more?</p> <p>At the moment I'm investigating Symfony and <a href="http://cakephp.org/" rel="nofollow">Cake PHP</a>, are there any options out there that are better than these?</p> <p>If you've used either of these, or something else are there any pointers you'd like to give?</p> http://stackoverflow.com/questions/212539/java-equivalent-to-app-config 2 Java equivalent to app.config? Omar Kooheji 2008-10-17T15:03:25Z 2009-11-10T11:20:19Z <p>Is there a Java equivalent to .NET's App.Config?</p> <p>If not is there a standard way to keep you application settings, so that they can be changed after an app has been distributed?</p> http://stackoverflow.com/questions/166103/free-program-for-building-managing-test-plans 2 Free program for building/Managing Test Plans? Omar Kooheji 2008-10-03T09:39:35Z 2009-11-03T23:42:28Z <p>Is there a free tool to manage/write test plans? At the moment my firm uses an excel spreadsheet, but it's less than Ideal.</p> <p>I'm not talking about Unit tests but functional testing.</p> <p>If there isn't a Free peice of software available what features should such software have. What needs to be recorded. Becuase I might just build something myself if I can't find anything suitable.</p> http://stackoverflow.com/questions/187676/string-operations-in-java 7 String Operations in Java Omar Kooheji 2008-10-09T15:04:34Z 2009-10-21T13:13:15Z <p>I know this is a bit of a newbie question, but are there equivalents to C#'s string operations in Java?</p> <p>Specifically, I'm talking about <code>String.Format</code> and <code>String.Join</code>.</p> http://stackoverflow.com/questions/1588059/stop-eclipse-from-mangling-my-comments 0 Stop Eclipse from mangling my comments Omar Kooheji 2009-10-19T11:00:51Z 2009-10-19T11:11:30Z <p>Is there a way to stop eclipse from mangling the comments in my source files?</p> <p>My main issue is stopping it from word wrapping them. I've managed to configure eclipse to not word wrap any code but it still seems to do it to comments.</p> <p>Code that I enter like this:</p> <pre><code>public int myVariable = 100; // this variable is a very interesting variable and it does lots of stuff </code></pre> <p>End up like this:</p> <pre><code>public int myVariable = 100; // this variable // is a very // interesting // variable and // it does lots // of stuff </code></pre> http://stackoverflow.com/questions/661639/java-graphing-libraries-for-web-applicattions 0 Java Graphing Libraries for Web Applicattions? Omar Kooheji 2009-03-19T10:09:07Z 2009-10-13T07:13:52Z <p>I've been asked to enhance a JSP Application with (And I quote) "Some Sexy Graphs" I did a quick search on SO and came up with <a href="http://stackoverflow.com/questions/555804/real-time-java-graph-chart-library">this question</a> which mentions several graphing solutions, however given that this is a Web application I was wondering if there were any good graphing libraries that can render the graphs client side using JQuery or some such?</p> <p>Otherwise, has anyone who has used JFreeChart to produce charts for the Web got any pointers.</p> <p>This is the first time I've done Any JSP (I've done some Java and Have done a bit of ASP.Net) so Any pointers would be appreciated.</p> http://stackoverflow.com/questions/1538660/gettting-the-host-name-of-a-client-making-calls-over-wcf 0 Gettting the host name of a Client making calls over WCF? Omar Kooheji 2009-10-08T15:48:35Z 2009-10-08T17:55:47Z <p>Is there a way to get the host name of the cleint making the call to a net.tcp binding in WCF. I'm trying to Diagnose an issue and I'd like to find out which client is sending me the message which is causing it.</p> <p>I've tried:</p> <pre><code>OperationContext.Current.Channel.RemoteAddress.Uri.AbsoluteUri </code></pre> <p>But that only seems to give me a generic schema rather than a host name/ip address.</p> http://stackoverflow.com/questions/1538888/tools-to-package-with-distributable-for-easy-debugging 0 Tools to package with distributable for easy debugging? Omar Kooheji 2009-10-08T16:19:04Z 2009-10-08T16:58:20Z <p>We are looking for a set of free Windows tools that can be put in a "tools" directory and distributed with our applications, so that when we encounter an issue on a customer site we can diagnose it without having to copy the log files over to another machine.</p> <p>Here's what we've come up with so far:</p> <ol> <li>Notepad++</li> <li>BareGrep</li> <li>BareTail</li> <li>WinMerge</li> <li>List item</li> <li>Putty</li> <li>WinScp</li> </ol> <p>Do you have any other suggestions, or substitutes for those Apps. Ideally we want appas that just run without any installation.</p> http://stackoverflow.com/questions/773658/best-os-for-bioinformatics/1530978#1530978 0 Answer by Omar Kooheji for Best OS for bioinformatics? Omar Kooheji 2009-10-07T11:12:14Z 2009-10-07T11:12:14Z <p>I did a course in bioinformatics at University and we used a variety of tools on Windows, Linux, Solaris and some web based ones.</p> <p>I think the short answer is you'll need access to any of the above. Though you should be able to cope with just windows or linux. It just limits you to the tools available on that platform.</p> <p>In my experience (which is cursory) the tools for bioinformatics are usually written in perl, or java, and I think more recently Python, so thats mostly platform independant.</p> <p>There are some tools which will be written in c so to use them you will need to have whatver platform it was built for available, or find a build for whatever your chosen platform.</p> http://stackoverflow.com/questions/1519295/wcf-net-tcp-binding-server-refusing-more-than-5-connections 0 WCF Net Tcp Binding server refusing more than 5 connections. Omar Kooheji 2009-10-05T10:29:26Z 2009-10-05T11:52:12Z <p>I've written and rolled out to a customer an app that uses NetTcpBinding for communicaions. </p> <p>I've got a server app which accepts subscription requests from clients, then pushes data to the clients.</p> <p>The client is seeing an issue on site where the once the server has 5 clients connected to it it refuses any more.</p> <p>Has anyone seen this kind of behaviour before? Does anyone know what might be causing this? It works perfectly for less users.</p> <p>I'm attempting to diagnose this myself at the moment but I'm new to WCF so I was wondering if there was some common solution to this kind of problem?</p> <p>I get the following stack trace (Sanitzes to remove client name and product name):</p> <pre><code>2009-09-30 13:03:16,308 [1] ERROR [(null)] - Failed to subscribe to the VDN server, there was no server listening for connections at the configured URI System.ServiceModel.EndpointNotFoundException: Could not connect to net.tcp://server:4000/VDNService. The connection attempt lasted for a time span of 00:00:01.0312236. TCP error code 10061: No connection could be made because the target machine actively refused it 10.65.1.42:4000. ---&gt; System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 10.65.1.42:4000 at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.Sockets.Socket.Connect(EndPoint remoteEP) at System.ServiceModel.Channels.SocketConnectionInitiator.Connect(Uri uri, TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.SocketConnectionInitiator.Connect(Uri uri, TimeSpan timeout) at System.ServiceModel.Channels.BufferedConnectionInitiator.Connect(Uri uri, TimeSpan timeout) at System.ServiceModel.Channels.ConnectionPoolHelper.EstablishConnection(TimeSpan timeout) at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.CallOpenOnce.System.ServiceModel.Channels.ServiceChannel.ICallOnce.Call(ServiceChannel channel, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.CallOnceManager.CallOnce(TimeSpan timeout, CallOnceManager cascade) at System.ServiceModel.Channels.ServiceChannel.EnsureOpened(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&amp; msgData, Int32 type) at ClientLib.IServer.Subscribe(List`1 groups) at ClientLib.Client.Subscribe(List`1 groupNames) </code></pre> http://stackoverflow.com/questions/148828/how-to-emulate-c-as-operator-in-java/148851#148851 0 Answer by Omar Kooheji for How to emulate C# as-operator in Java Omar Kooheji 2008-09-29T14:16:45Z 2009-10-03T09:03:41Z <p>I'm speculating you could propably creas an as operator </p> <p>something like </p> <pre><code>as&lt;T,Type&gt; (left, right) which evaluates to if (typeof(left) == right) return (right)left else return null </code></pre> <p>I'm not sure how you'd do it, I'm a c# at the moment and my Java hat has gotten a bit dusty since I left university.</p> http://stackoverflow.com/questions/1504725/logging-a-subset-of-messages-by-context 0 Logging a subset of messages by context. Omar Kooheji 2009-10-01T15:41:22Z 2009-10-02T17:45:35Z <p>The applications I work on do a hell of a lot of things and I find it quite difficult to parse through the logs when I'm going over them. Especially when I'm debugging/testing a particular bit of code. and have to wade through pages and pages of irrelevant log data.</p> <p>Is there a sensible way to manage logging (Primarilly in Java, But also interested in .Net) which would allow me to commit only a sub set of things while I'm working on a particular piece of functionality but allow me to log everything at other times.</p> <p>I've considdered Labling the log statements I'm interested in and grepping for them, or wrapping the logger library (log4j/log4net) in a class which allows me to specify a context that I'm interested in, and only commit that.</p> <p>Is there a standard way to do this? </p> <p>For Example at the moment I'm not interested in the output of several scheduled tasks that run once a second, and I'm not interested in the output of the two layers that surround my middle tier classes. but I am interested in it's output.</p> http://stackoverflow.com/questions/473282/left-padding-integers-with-zeros-in-java 14 Left padding integers with zeros in Java Omar Kooheji 2009-01-23T15:21:24Z 2009-10-01T16:10:18Z <p>How do you left pad an int with zeros in java when converting to a string?</p> <p>I'm basically looking to pad out integers up to 9999 with the leading zeros.</p> <p>E.g. 1 = "0001"</p> <p>I know this is probably simple and as a parallel task I'm googling it, but SO is super quick when it comes to inane questions I should know the answer to...</p> http://stackoverflow.com/questions/126158/what-is-your-favorite-anti-pattern 16 What is your "favorite" anti pattern? Omar Kooheji 2008-09-24T09:13:17Z 2009-09-30T14:53:47Z <p>By favorite I mean the one that gets your goat the most, not the one you enjoy using the most.</p> <p>I'm fairly new to the concept of anti patterns and I'd like a list of do not do's. An explanation of why it's an antipattern and what problems it causes would be good too.</p> http://stackoverflow.com/questions/654381/what-is-the-point-of-having-using-blocks-in-c-code 0 What is the point of having using blocks in C# code? [closed] Omar Kooheji 2009-03-17T13:59:07Z 2009-09-30T13:28:39Z <p>I see loads of code snippets with the following Syntax</p> <pre><code>using (RandomType variable = new RandomType(1,2,3)) { // A bunch of code here. } </code></pre> <p>why not just declare the variable and use it?</p> <p>This Using syntax seems to just clutter the code and make it less readable. And if it's so important that that varible is only available in that scope why not just put that block in a function?</p> http://stackoverflow.com/questions/443708/callback-functions-in-java 2 Callback functions in Java Omar Kooheji 2009-01-14T16:40:16Z 2009-09-12T13:32:51Z <p>Is there a way to do pass a call back function in a Java method?</p> <p>The bahaviour I'm trying to mimic is a .Net Delegate being passed to a function.</p> <p>I've seem people suggesting creating a separate object but that seems overkill, however I am aware that sometimes overkill is the only way to do things.</p> http://stackoverflow.com/questions/857409/under-tomcat-java-lang-noclassdeffounderror-when-accessing-a-servlet 1 Under Tomcat java.lang.NoClassDefFoundError when accessing a servlet? Omar Kooheji 2009-05-13T11:24:28Z 2009-09-08T15:38:06Z <p>I'm writing a web applicaion in Eclipse, and I'm using the XStream Serialization Library to generate My JSON.</p> <p>I've encapsulated the Code that builds up the JSON in a class which is called by my servelet. Then encapsulated class has a main method for testing and when I run it everything seems to work fine.</p> <p>However when I use the call the class from my servelet I get a <code>java.lang.NoClassDefFoundError</code> error, sayying that I've not loaded the XStream libraries. I assume I've got my build path wrong, but I've set the XStream libraries to be in the build path for the project, so as far as I know it should work.</p> <p>What is likely to be going wrong here?</p> <p>Following is the exact exception:</p> <pre><code>java.lang.ClassNotFoundException: com.thoughtworks.xstream.io.HierarchicalStreamDriver at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1387) at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1233) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) at SecurePaymentAjaxData.doPost(SecurePaymentAjaxData.java:44) at javax.servlet.http.HttpServlet.service(HttpServlet.java:637) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) at java.lang.Thread.run(Thread.java:619) </code></pre> <p>And here is the relavant code that uses the xstream class:</p> <pre><code>XStream xstream = new XStream(new JettisonMappedXmlDriver()); xstream.setMode(XStream.NO_REFERENCES); xstream.alias("CallDataUpdate", CallDataUpdate.class); xstream.alias("CardStatus", CardStatus.class); String jsonData = xstream.toXML(updateData); </code></pre> <p>I stress that this code works fine when run as a java application, I'm sure it's something to do with loading the libraries, I just don't know where I've gone wrong.</p> http://stackoverflow.com/questions/114342/what-are-code-smells-what-is-the-best-way-to-correct-them/114760#114760 4 Answer by Omar Kooheji for What are Code Smells? What is the best way to correct them? Omar Kooheji 2008-09-22T13:09:34Z 2009-08-28T18:12:12Z <p>Not checking for null arguments on publicly visible methods.</p> <p><strong>Explanation</strong></p> <p>Any method which is publicly visible assumes that all its arguments have a value.</p> <p><strong>Solution</strong></p> <p>Check for null arguments and either deal with them if it's possible or just throw an ArgumentNull exception.</p> http://stackoverflow.com/questions/114342/what-are-code-smells-what-is-the-best-way-to-correct-them/114785#114785 6 Answer by Omar Kooheji for What are Code Smells? What is the best way to correct them? Omar Kooheji 2008-09-22T13:14:36Z 2009-08-28T17:50:47Z <p>Methods that are exactly the same except for one parameter.</p> <p>I recently picked up an applications to review that had 20 methods, every pair of methods were exactly the same except they were processing two different types of data...</p> <p>I refactored this into a base class with the majority of the functionality and two child classess that only overrode the processing that was different between the two types of data.</p> <p>Much easier to understand and if a change to the way things were processed was required I usually only had to make the change in one place in the base class.</p> http://stackoverflow.com/questions/473446/java-current-machine-name-and-logged-in-user 4 Java current machine name and logged in user? Omar Kooheji 2009-01-23T16:02:54Z 2009-08-23T13:24:03Z <p>Is is possible to get the name of the currently logged in user (windows/unix) and the hostname of the machine.</p> <p>I assume it's just a property of some static environment class.</p> <p>I've found this for the user name</p> <pre><code>com.sun.security.auth.module.NTSystem NTSystem = new com.sun.security.auth.module.NTSystem(); System.out.println(NTSystem.getName()); </code></pre> <p>and this for the machine name:</p> <pre><code>import java.net.InetAddress; ... String computerName; ... try { computerName = InetAddress.getLocalHost().getHostName(); } catch(Exception ex) { ... } </code></pre> <p>Is the first one just for windows?</p> <p>and what will the 2nd one do if you dont have a hostname set?</p> http://stackoverflow.com/questions/666791/web-charting-serverside-or-client-side 3 Web Charting, serverside or client side? Omar Kooheji 2009-03-20T16:01:40Z 2009-08-20T23:11:33Z <p>I'm trying to establish whether we are better off rendering charts serverside and pushing them to the browser as images or using a javascript charting library to draw the charts clientside.</p> <p>I'm looking at the JFreeChart and Dojo Charting libraries, my target is an existing JSP site that runs in JBoss.</p> <p>Does anyone have any experience with this who might be able to point out the merits/flaws of each.</p> <p>At the moment I'm seeing Client side rendering as being a hell of a lot more efficient unless the dataset is Huge.</p> http://stackoverflow.com/questions/661949/ajax-dial-control 1 Ajax Dial Control? Omar Kooheji 2009-03-19T12:00:09Z 2009-08-11T22:14:21Z <p>Does anyone know of a free Ajax Dial control?</p> <p>I'm looking for a speedometer, percentage etc control.</p> <p>I'd expect to find loads of these as they seem to be in fashion at the moment in UI Design but I've yet to find any good looking free ones, and the only commercial one I've found costs $800 for a whole library of controls most of which I don't need.</p> <p><strong>Update</strong></p> <p>The context is to show a live (or as live as possible) measure of performance, I'm looking for it for a variety of applications, such as showing how close a team is to it's target etc.</p> http://stackoverflow.com/questions/506970/object-must-be-locked-to-be-used 1 Object must be locked to be used? Omar Kooheji 2009-02-03T12:54:00Z 2009-08-06T04:03:52Z <p>I was pondering language features and I was wondering if the following feature had been implemented in any languages.</p> <p>A way of declaring that an object may only be accessed within a Mutex. SO for example in java you would only be able to access an object if it was in a synchrnoised block and in C# a Lock.</p> <p>A compiler error would ensue if the object was used outside of a Mutex block.</p> <p>Any thoughts?</p> <p><strong>UPDATE</strong></p> <p>I think some people have misunderstood the question, I'm not asking if you can lock objects, I'm asking if there is a mechanism to state at declaration of an object that it may only be accessed from within a lock/synchronised statement.</p> http://stackoverflow.com/questions/528664/simple-way-to-do-xml-in-java 14 Simple way to do Xml in Java Omar Kooheji 2009-02-09T15:40:03Z 2009-07-30T14:13:37Z <p>Is there is Simple way to read and write Xml in Java?</p> <p>I've used a SAX parser before but I remember it being unintuitive, I've looked at a couple of tutorials for JAXB and it just looks complicated.</p> <p>I don't know if I've been spoilt by C#'s XmlDocument class, but All I want to do is create an Xml Document that represents a a set of classes and their members (some are attributes some are elements).</p> <p>I would look into serialization but the XML has to have the same format as the output of a c# app which I am reverse engineering into Java.</p> http://stackoverflow.com/questions/1164703/adding-non-printable-chars-to-a-string-in-java 2 Adding non printable chars to a string in Java? Omar Kooheji 2009-07-22T11:43:14Z 2009-07-22T18:41:12Z <p>I need to add some non printable chars to a string in java so it can be sent down a tcp pipe. the chars mean something to the protocol I am using (record separator and end of message respectively)</p> <p>what is the best way to go about doing this?</p> <p>Ideally I'l like to refer to them as constants so that I can use string concatonation/stringbuilder/string.format to add them where required, without having to type them out.</p> <p>For the curious the chars I need are ASCIIx1E (Record separator) and ACSIIx03 (End of Text).</p> http://stackoverflow.com/questions/1136518/best-practice-for-writing-a-code-generator 0 Best practice for writing a code generator Omar Kooheji 2009-07-16T09:45:51Z 2009-07-16T10:00:08Z <p>I'm about to writing an app which will be making use of the state and command patterns. The States will act as a facade to the commands.</p> <p>There are 7 states and about 50 Commands which not all the states can execute, any method for which the command cannot be executed will throw an execption, otherwise It will create the command, execute it and return the result.</p> <p>Since there are such a lot of classes that are going to be so similar I'm thinking of writing some code to auto generate the code. I've got a matrix mapped out in Excel of which states allow which commands to be executed, and I was planning on outputting that to csv and useing that as the basis for the code generation.</p> <p>My idea is to manually write the interfaces that the various classes implement and then use that as a template for the code generator.</p> <p>Is this a good idea? Does anyone have any tips on the best way to go about doing this?</p> <p>I'll be codeing in Java however I think the basic principles apply to code generation in any OO language.</p> http://stackoverflow.com/questions/1124712/good-tool-for-system-design-in-java-eclipse 2 Good tool for system design in Java/Eclipse? Omar Kooheji 2009-07-14T11:08:20Z 2009-07-15T12:23:28Z <p>Does anyone know of a good tool for laying out class diagrams and the like for eclipse?</p> <p>Preferably soemthing that will let me draw up the relationships between the classes/interfaces and will then generate stub code for me to fill in. </p> <p>I've just been handed a 288 page API doc and told to implement it in Java and I want to make sure I have a good design before I start writing code.</p> http://stackoverflow.com/questions/1125446/how-do-you-verify-that-users-requirements-are-addressed-in-the-code-youre-worki/1125487#1125487 0 Answer by Omar Kooheji for How do you verify that users' requirements are addressed in the code you're working on? Omar Kooheji 2009-07-14T13:44:30Z 2009-07-14T13:44:30Z <ol> <li>Ask them what they want you to build before you build it.</li> <li>Write that down and show them the list of requirements you have written down.</li> <li>Get them to sign off on the functional design.</li> <li>Build a mock up and confirm that it does what they want it to.</li> <li>Show them the features as it is being implemented to confirm that they are correct.</li> <li>Show them the application when it's finished and allow them to go through acceptance testing.</li> </ol> <p>They still wont be happy but you will have done everything you can.</p> <p>Any features that are not in the document they signed off can be considdered change requests which you can charge them extra. Get them to sign off everything you show them, to limit your liability</p> http://stackoverflow.com/questions/1124965/backend-net-developer-to-frontend-java-developer-in-1-month/1125293#1125293 0 Answer by Omar Kooheji for Backend .NET developer to Frontend Java developer in 1 month? Omar Kooheji 2009-07-14T13:13:26Z 2009-07-14T13:13:26Z <p>I've gone from a Java developer at university to a .Net Wed developer in the space of a week. I wasn't very good at it to start with but just diving in was how I did it.</p> <p>I've since gone to being a Java backend developer and I've just finished a project as a java web App developer. It had been a few years since I used Java so some stuff had changed, and my I'd forgotten an aweful lot of stuff I "Learned" at university.</p> <p>In all instances I think the following advice stands:</p> <ol> <li>Dive in and get your hands dirty, either mocking up your upcoming project or building a bunch of toy projects.</li> <li>Find a tutorial that works for you.</li> <li>Learn how to use the IDE that you are going to be using.</li> </ol> <p>As far as becoming a java Web developer goes there are hundreds of tutorials on JSP and servlets. Learn about how to set up whatever container you will be using (Tomcat or whatever).</p> <p>Web development in Java isn't hard, personally I dont think the tools are as dummy proof as the ones in Visual Studio for ASP.Net but they are good enough.</p> http://stackoverflow.com/questions/212539/java-equivalent-to-app-config/1707247#1707247 Comment by Omar Kooheji on Java equivalent to app.config? Omar Kooheji 2009-11-16T16:48:02Z 2009-11-16T16:48:02Z This should be posted as a separate question http://stackoverflow.com/questions/1588059/stop-eclipse-from-mangling-my-comments Comment by Omar Kooheji on Stop Eclipse from mangling my comments Omar Kooheji 2009-10-19T12:33:56Z 2009-10-19T12:33:56Z I'm opposed to comments after code too but our lead developer isn't and eclipse mangling code makes diffing files for changes really difficult. http://stackoverflow.com/questions/1538888/tools-to-package-with-distributable-for-easy-debugging/1539141#1539141 Comment by Omar Kooheji on Tools to package with distributable for easy debugging? Omar Kooheji 2009-10-19T10:54:57Z 2009-10-19T10:54:57Z You get an upvote for ending all lines with a semicolon... You know you are a programmer when... http://stackoverflow.com/questions/1538888/tools-to-package-with-distributable-for-easy-debugging Comment by Omar Kooheji on Tools to package with distributable for easy debugging? Omar Kooheji 2009-10-19T10:54:09Z 2009-10-19T10:54:09Z List item is a mistake in my entering the question... :) http://stackoverflow.com/questions/1519295/wcf-net-tcp-binding-server-refusing-more-than-5-connections/1519312#1519312 Comment by Omar Kooheji on WCF Net Tcp Binding server refusing more than 5 connections. Omar Kooheji 2009-10-07T11:08:25Z 2009-10-07T11:08:25Z It's in a self hosted NT service running on windows Server 2003 R2 SP2 Standard edition. http://stackoverflow.com/questions/1519295/wcf-net-tcp-binding-server-refusing-more-than-5-connections/1519312#1519312 Comment by Omar Kooheji on WCF Net Tcp Binding server refusing more than 5 connections. Omar Kooheji 2009-10-05T10:58:34Z 2009-10-05T10:58:34Z The binding has a MaxConnections property which I'm goping to try. Thanks for your help. http://stackoverflow.com/questions/1519295/wcf-net-tcp-binding-server-refusing-more-than-5-connections/1519312#1519312 Comment by Omar Kooheji on WCF Net Tcp Binding server refusing more than 5 connections. Omar Kooheji 2009-10-05T10:42:34Z 2009-10-05T10:42:34Z There is no WCF config file for this application as I hand coded the WCF component based on a tutorial. I'll have a look to see if there might be a way to change these variables in code. http://stackoverflow.com/questions/443708/callback-functions-in-java/443741#443741 Comment by Omar Kooheji on Callback functions in Java Omar Kooheji 2009-10-01T16:02:09Z 2009-10-01T16:02:09Z I've been usign this, it's slioghtly more verbose than what I'd like, but it works. http://stackoverflow.com/questions/443708/callback-functions-in-java/1026410#1026410 Comment by Omar Kooheji on Callback functions in Java Omar Kooheji 2009-10-01T15:46:14Z 2009-10-01T15:46:14Z Yes that is what i meant. With 30 or so events you end up with 30 classes. http://stackoverflow.com/questions/1504666/mysql-how-to-store-retrieve-artist-information Comment by Omar Kooheji on MySQL: How to store/retrieve artist information? Omar Kooheji 2009-10-01T15:43:52Z 2009-10-01T15:43:52Z This smells of homework. Many to many relationship as both answers state. http://stackoverflow.com/questions/717725/understanding-recursion Comment by Omar Kooheji on Understanding recursion Omar Kooheji 2009-07-24T11:43:05Z 2009-07-24T11:43:05Z Have a look at this question it might help <a href="http://stackoverflow.com/questions/717725/understanding-recursion" rel="nofollow" title="understanding recursion">stackoverflow.com/questions/717725/&hellip;</a> http://stackoverflow.com/questions/1136518/best-practice-for-writing-a-code-generator/1136544#1136544 Comment by Omar Kooheji on Best practice for writing a code generator Omar Kooheji 2009-07-16T10:49:05Z 2009-07-16T10:49:05Z I was planning on using the code generator to do the tedious bit of writing the skeletons using a single template, and then filling in the balnks. But I do see your point. http://stackoverflow.com/questions/1136518/best-practice-for-writing-a-code-generator/1136544#1136544 Comment by Omar Kooheji on Best practice for writing a code generator Omar Kooheji 2009-07-16T10:08:21Z 2009-07-16T10:08:21Z My design has room for an abstract command class however I'll still need to code up 50 classes hence the code generation. http://stackoverflow.com/questions/1126517/why-cant-i-reference-a-textbox-by-id-when-its-in-a-createuserwizard-control/1126572#1126572 Comment by Omar Kooheji on Why Can't I Reference a TextBox by ID When it's in a CreateUserWizard Control? Omar Kooheji 2009-07-14T16:34:26Z 2009-07-14T16:34:26Z I prefer the &quot;as TextBox&quot; notation it's less likely to throw an exception http://stackoverflow.com/questions/485174/programming-fonts/593581#593581 Comment by Omar Kooheji on Programming Fonts Omar Kooheji 2009-07-14T14:04:54Z 2009-07-14T14:04:54Z This looks almost like a monospaced comicsans...