Mork Afur
- 活动总数 89
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 26
-
创建于 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.... -
创建于 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... -
创建于 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... -
创建于 Can I please configure right-click menu options?
已回答When 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... -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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.... -
创建于 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... -
创建于 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, ...