Mork Afur

- Total activity 89
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 26
-
Created IDEA 12.0.2 doesn't update the sun-jaxws.xml file -- Web Service Won't Deploy
After repeatedly trying to get a JAX-WS Web Service to deploy, I noticed that the sun-jaxws.xml file had no endpoint information.<?xml version="1.0" encoding="UTF-8"?><endpoints xmlns='http://java.... -
Created How to generate Persistence units?
Hello,I'm having a hibernate project setup issue. During project setup, I didn't select JEE persietence, but instead just told Intellij I was using Hibernate.-------------------------------Here's w... -
Created Hibernate tools -- be able to generate a DAO?
I saw here:http://plugins.intellij.net/plugin?pr=idea&pluginId=124That the Hibernate plug-in hasn't been updated since 2005 and is only version 0.7.Huh? That's 7 years ago.Perhaps there's another v... -
Created Can I please configure right-click menu options?
AnsweredWhen I highlight code, I usually use the mouse.A couple of often-used items I like to then have available on the right-click, right after highligting code, are:1. Comment line or block2. Surround w... -
Created Importing Huge Eclipse Project with Multiple Frameworks into IDEA 12
I would like to import an existing Eclipse project into IDEA 12 that uses multiple frameworks (JSF, Spring Core, Spring MVC, and Struts). This project is using barebones Eclipse and I'm hoping that... -
Created Easily Deploy to Tomcat Webapps Folder?
I like the way you can just run an IDEA web project using the ">" button. Nice. Everything works great ... as long as IDEA is loaded.However, I'd also like to be able to easily deploy the applicati... -
Created Can't create basic Servlet in 12
Trying to create just a basic Servlet is extremly frustrating in IDEA 12 (same as 11?)Steps....0. No IDEA 12 step by step documentation found, so....1. I create a web project.1.5. Added Tomcat App ... -
Created Dao Generator for Spring?
IDEA will reverse engineer the entity objects from a database, but is there a plug-in for IDEA that will let me also create the Dao objects?MyEclilpse for Spring does it all including working JSPs.... -
Created Spring Bean Wizard?
Given that I already have a Java class defined, is there a way to simply drag and drop that class definition to the bean context xml file or some other way to get the bean definition in the xml fil... -
Created Complete example for maven in Intellij 11?
Our project will be using Maven.I saw an example using Intellij with Maven, but it's really not an end-to-end example (http://wiki.jetbrains.net/intellij/Creating_and_importing_Maven_projects).So, ...