Click here to Skip to main content
15,920,217 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi , I am Junior Developer , i want create Web Application with Java EE , something like Facebook let say , i need framework or library for add blogs and interacting with this blogs , can you help me , sorry for my language it is bad

What I have tried:

i did not try any framework befor
Posted
Updated 12-Jan-18 7:45am

1 solution

Seeing as you are a junior dev the best skill you can start to develop, in my opinion, is the ability to think critically and analyze what you are doing, break it down into smaller pieces, and figure out how to research those issues.

What you are asking is as simple as a google search

A simple search of "blog frameworks for Java EE" resulted in this as the top result Apache Roller[^]

Google[^]

Now if you actually attempt to develop whatever your project may be and run into issues then feel free to come back with a clear explanation of your problem and relevant code samples and I am sure you will find more meaningful help.

In the mean time, evaluate what you are trying to do, break it down into smaller pieces (ex: Creating a blog -> I would start by figuring out how to add data to a database and display it from a database in a web page to start) in order to get past the hump of "where do i start".
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900