Hooking up JDeveloper 12.1.3 to a GitHub repository

Lucas Jellema 2
0 0
Read Time:1 Minute, 21 Second

This article describes how a JDeveloper application can be published to a GitHub repository – through an intermediary local repository – using the Team (Versioning) support in JDeveloper 12.1.3.

 

Create GitHub repository
image

image

Set the name to blog_repository and click on the button Create repository.

image

Copy the remote URL to the clipboard.

Create directory and initialize [local] Git repository in /blog_repository (note: this example is created on Linux; the system had Git already set up).

image

Open JDeveloper

Create Sample Application in local directory /blog_repository

image

Use Team | Git | Add All to stage all files in the sample application:

image

image

The list of pending changes is updated

image

Use Team | Git | Commit All to commit all stages resources – to the local repository (nothing is yet pushed to the remote GitHub repository)

image

Provide the initial commit comment:

image

Now is the time to push the committed sources to the remote repository:

image

The Push to Git wizard opens. provide the remote URL for the GitHub repository (saved in clipboard).

image

Provide connection details and press Next.

image

Press Next. A summary is presented of what the push wizard will do: push all locally committed resources to the remote repository.

image

Press Finish.

The Push takes place. A small progress indicator is a visualization of the push.

image

When the push is complete, we can check in the GitHub browser interface if the resources have indeed been pushed:

image

Next steps include:

  • developing the sample application
  • adding and committing new and changed files to the local Git repository
  • pushing new and changed files – that have been committed locally – to the remote GitHub repository
  • check version history, compare versions etc.

About Post Author

Lucas Jellema

Lucas Jellema, active in IT (and with Oracle) since 1994. Oracle ACE Director and Oracle Developer Champion. Solution architect and developer on diverse areas including SQL, JavaScript, Kubernetes & Docker, Machine Learning, Java, SOA and microservices, events in various shapes and forms and many other things. Author of the Oracle Press book Oracle SOA Suite 12c Handbook. Frequent presenter on user groups and community events and conferences such as JavaOne, Oracle Code, CodeOne, NLJUG JFall and Oracle OpenWorld.
Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

2 thoughts on “Hooking up JDeveloper 12.1.3 to a GitHub repository

Comments are closed.

Next Post

10 tips for ADF Application (Module Pool) tuning

Performance tuning is one of the things that is often left behind during development. Project leaders and business owners seem to think it happens on its own or just push it to the background when the deadline comes close. Another thing that doesn’t help is that performance tuning for ADF […]
%d bloggers like this: