• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Need to hire someone

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    Originally posted by suityou01 View Post
    It's a tulipty question as mudskipper pointed out.

    Start with a job spec, then build your interview questions around that. This is what the pros do.
    It's a coding role, the job spec is "can you code" and "do you know Java, web services, etc".
    Originally posted by MaryPoppins
    I'd still not breastfeed a nazi
    Originally posted by vetran
    Urine is quite nourishing

    Comment


      while the under paid stuff doers crack on and cobble something together that vaguely passes the UAT tests.
      You see that suity, that's you that is.

      Comment


        Originally posted by BlasterBates View Post
        I would give up searching because you´re basically excluding most of the best Java programmers.
        Only the ones who aren't good enough.

        Most people seem to be assuming I'm just trying to be "clever" while looking for someone to build a common or garden database backed business application or do some XML manipulation or some other BAU task with a preexisting tool or framework. That isn't what we're doing, and while we're obviously not ruling out people who can do that stuff, we need to filter them because a surprising number of people who can use those sorts of tools effectively simply don't know where to start with a problem that hasn't already been half solved.

        Originally posted by BlasterBates View Post
        You´r looking exclusively for a good Java progranmer who solved that problem last week.
        No, we're not looking for someone to solve that specific problem at all. It's a leading question. I'm asking that to gain insight into how people go about clarifying requirements and solving problems, and how good they are at looking at completely abstract problems. The expectation is that if they have a good approach to solving that problem, and good background knowledge, that will transfer to other problems.

        Question #2, for those who are interested:

        How would you marshall and unmarshall java objects to/from XML if you aren't allowed to use JAXB or otherwise analyze schemas at compile time?
        Last edited by doodab; 17 July 2013, 18:07.
        While you're waiting, read the free novel we sent you. It's a Spanish story about a guy named 'Manual.'

        Comment


          Hire me, I have absolutely no idea what you're on about but I look good in a miniskirt and fishnets and can make a mean cup of tea
          Brexit is having a wee in the middle of the room at a house party because nobody is talking to you, and then complaining about the smell.

          Comment


            Bytecode generation.

            Comment


              Originally posted by doodab View Post
              Question #2, for those who are interested:

              How would you marshall and unmarshall java objects to/from XML if you aren't allowed to use JAXB or otherwise analyze schemas at compile time?
              I'd port it all to .NET/C# it's all much simpler and you can hire devs easily for half the money.

              HTH BIDI

              Comment


                Originally posted by DimPrawn View Post
                I'd port it all to .NET/C# it's all much simpler and you can hire devs easily for half the money.

                HTH BIDI
                Knock first as I might be balancing my chakras.

                Comment


                  Originally posted by suityou01 View Post
                  Here's one now.

                  Comment


                    Originally posted by DimPrawn View Post
                    I'd port it all to .NET/C# it's all much simpler and you can hire devs easily for half the money.

                    HTH BIDI
                    So how would you Marshall and unmarshall xml in .net without generating classes from schemas at compile time?
                    While you're waiting, read the free novel we sent you. It's a Spanish story about a guy named 'Manual.'

                    Comment


                      Originally posted by doodab View Post
                      So how would you Marshall and unmarshall xml in .net without generating classes from schemas at compile time?
                      System.Xml.Serialization.XmlSerializer x = new System.Xml.Serialization.XmlSerializer(DoodabsObje ct.GetType());
                      x.Serialize(Console.Out, DoodabsObject);
                      Last edited by mudskipper; 17 July 2013, 21:04. Reason: Dunno why the stupid thing keeps sticking in a non-existent space

                      Comment

                      Working...
                      X