1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Java Development

Discussion in 'Software' started by tollgen, Nov 21, 2013.

Java Development

Discussion in 'Software' started by tollgen, Nov 21, 2013.

  1. tollgen

    tollgen Tagged

    any java developers on here?

    I am starting to get into it more for work

    any good places for exercises or tutorials?
  2. Weetabix

    Weetabix Staff Member Tagged Donator

    People still use Java?
  3. GFiSH

    GFiSH Staff Member Tagged Donator

    According to the install 3,000,000,000 devices use Java.

    We did have a full Java development team at work, but with redundancies, and migration to .Net we only have one left.

    Our developers created many things including an app that runs on our self service kiosks so that passengers (at most of the airports we fly from) can check themselves onto flights without needing to queue for the check-in desk.
  4. tollgen

    tollgen Tagged

    yep java is one of the most popular and used languages out there!

    g y did they migrate onto .net?

    i work in a java app and will be gettin java dev down the line
  5. GFiSH

    GFiSH Staff Member Tagged Donator

    I don't know the reasons, the decisions would've been made at a much higher level than me. All I know is that new stuff is coded in .Net and the existing Java stuff has either been recoded in .Net out deemed legacy and left as is.
  6. Weetabix

    Weetabix Staff Member Tagged Donator

    There's been a few high profile exploits of late though, peeps are moving away from it.
  7. DragonSVD

    DragonSVD Professional Target Staff Member Tagged

    Java isnt going away any time soon. We just launched a new major system that uses Java. Learn how to secure Java and make your apps defensible. Security Architects get paid really well and are highly in demand.... :)

    Seriously, I deal with security problems in apps all day long. One thing I have learned is that schools and programs that teach how to code never teach how to do it securely. I have one guy on my staff who works with our many different dev teams on a daily basis trying to implement security frameworks. Usually when we find a vulnerability we have to explain to the developer how to fix the coding problem. A developer who doesnt introduce security flaws is a near impossible thing to find.

    I would start with the 12 rules, if there is something you dont understand in these, that is where you should focus your learning.

    http://www.javaworld.com/jw-12-1998/jw-12-securityrules.html