Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java libraries and frameworks overviews

Tags:

java

Which web sites could you recommend, where I shall find overviews of different java libraries and frameworks that are currently preferable to use in development of applications?

update: To be more precise, I've liked to find a site that will be like a magazine about java, where will be the overviews, comparisons, best practices, examples and other useful information about java (technics, libraries, frameworks and so on) for different purposes. The aim of magazines is not to cover all the things of their subject area, but to present more actual, interesting and useful things only.

like image 861
Timofey Gorshkov Avatar asked Jan 09 '11 19:01

Timofey Gorshkov


People also ask

Is Java a Framework or library?

The Java Collections Framework (JCF) is a set of classes and interfaces that implement commonly reusable collection data structures. The Java Media Framework (JMF) is a Java library that enables audio, video and other time-based media to be added to Java applications and applets.

What is Java and its frameworks?

Java Framework is the body or platform of pre-written codes used by Java developers to develop Java applications or web applications. In other words, Java Framework is a collection of predefined classes and functions that is used to process input, manage hardware devices interacts with system software.

Is Java EE still relevant 2022?

Are you wondering if you should learn Java in 2022? The answer is simple: yes. As the world moves more towards mobile apps and convenience, Java is becoming more and more instrumental as a language. It's one of the strongest languages we see, ranked third most popular with recruiters in the last two years.


1 Answers

I really like the design on Open Source Software in Java. They've got it laid out by type to start with, plus when you dig down you can find several competing projects for each category.

For example clicking on 'HTML Parsers' gives this (and more - this is just a partial clip): java-source.net example

I hope this helps.

like image 198
javamonkey79 Avatar answered Oct 08 '22 13:10

javamonkey79