DZone
Java Zone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
  • Refcardz
  • Trend Reports
  • Webinars
  • Zones
  • |
    • Agile
    • AI
    • Big Data
    • Cloud
    • Database
    • DevOps
    • Integration
    • IoT
    • Java
    • Microservices
    • Open Source
    • Performance
    • Security
    • Web Dev
DZone > Java Zone > Well-Written Java 8, 8 Ways

Well-Written Java 8, 8 Ways

Continuing the Java discussion backing it up with facts, tools and answers. Link this to the other Java comment explosions.

Tim Spann user avatar by
Tim Spann
CORE ·
Apr. 19, 16 · Java Zone · Opinion
Like (42)
Save
Tweet
33.58K Views

Join the DZone community and get the full member experience.

Join For Free

You can do it. Write Better Code.

It's hard, but there are tools, techniques, and tool kits to help.

I love Scala, Case Classes (okay the 22 field thing is an issue, especially when I want to model Twitter JSON) and val. That alone made it so much cleaner to write then Java. Write Scala code.   Think Functionally. Use what you learn and like in Scala in Java.

Say you are at a large enterprise, they can't get off Java that easy. Hundreds of Java developers can't all be functional programmers writing Scala.

You can make Java 8 really strong.

  1. Follow the Right Guidelines (12 Factor Apps, Reactive Programming, SOLID, TDD, AntiFragile, microservices)

  2. Use the Right Infrastructure (Containers/Docker, CloudFoundry/PaaS, Mesos, YARN, NoSQL, Hadoop, Geode, Redis)

  3. Use the Right Frameworks (Lagom, Spring Boot, Play, DropWizard, JHipster)

  4. Use the Right Tools (IntelliJ, Gradle, SBT). Never create a singleton, toString method or JavaBean set/get from scratch.

  5. Use the Right Libraries and Accelerators (Immutables, Google Auto, Cyclops-React, RetroFit, Spring Cloud Netflix, Guava, Project Lombok, Project Reactor, Chronicle Maps, LMAX Disruptor, Vertx)

  6. Use the Functional Force (Java 8 Lambdas, Javaslang)

  7. Use Java 8 for Big Data (Spark, Flink, Kakfa, Akka)

  8. Use Java for Non-JEE Internal Apps (IoT, Android, Big Data, Deep Learning)

Remember, a few companies might still be using a little Java: Google, AOL, ebay, Square,... You may find a few repositories for Java here.

Oh and unlike, say, Perl, Java isn't afraid to do some serious upgrades and changes like adding cool things from other languages and just fixing stuff.

Java (programming language)

Opinions expressed by DZone contributors are their own.

Popular on DZone

  • Data Statistics and Analysis With Java and Python
  • Java’s Encapsulation - When the Getter and Setter Became Your Enemy
  • Getting Started With RSocket Kotlin
  • Modern Application Security Requires Defense in Depth

Comments

Java Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • MVB Program
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com
  • +1 (919) 678-0300

Let's be friends:

DZone.com is powered by 

AnswerHub logo